<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Box shadows for elements
 */
/* Headings

Pass in a heading type or list of heading types and returns heading types plus ones with class version of heading type

Examples:
heading(h1) { color: red; } produces h1, .h1 { color: red; }
heading(h2 h3) { color: blue; } produces h2, .h2, h3, .h3 { color: blue; }

*/
/***** offer grid css ***** */
/* SASS Conversion*/
.loadingOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.5;
  text-align: center;
  vertical-align: middle;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: center 45%;
  background-image: url(../../../../../../etc/clientlibs/consumer-product/images/locators/loading.gif);
}

.nav-wrapper {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
}

.nav-tab-scroll-container {
  padding-bottom: 15px;
}

.nav-tab-wrapper {
  background-color: #d0d3d4;
  color: #333333;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.nav-tabs {
  border: 0;
  display: table-row;
}
.nav-tabs &gt; li {
  border-right: solid 2px #f4f4f4;
  cursor: pointer;
  display: table-cell;
  float: none;
  margin-bottom: 0;
  position: relative;
}
.nav-tabs &gt; li.active {
  background: white !important;
  border-color: transparent;
  color: #333333 !important;
  margin-right: 2px;
}
.nav-tabs &gt; li:first-child {
  border-left: solid 1px white;
}
.nav-tabs &gt; li &gt; a {
  border: 0;
  color: black !important;
  font-size: 16px;
  margin: 0;
  padding: 12px;
  text-align: center;
  border-top: 1px solid #d7d9db;
  border-bottom: 1px solid #d7d9db;
  word-break: break-word;
  background-color: #d0d3d4;
}
.nav-tabs &gt; li.active &gt; a {
  border: 0;
  border-right: 1px solid #d7d9db;
  border-top: 1px solid #d7d9db;
  border-left: 1px solid #d7d9db;
}
.nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
  border: 0;
  border-right: 1px solid #d7d9db;
  border-top: 1px solid #d7d9db;
  border-left: 1px solid #d7d9db;
}

.nav-wrapper .nav:before, .nav:after {
  display: none !important;
}

.nav-tabs &gt; li &gt; a:hover, .nav-tabs &gt; li &gt; a:focus {
  background: transparent;
  border-color: white;
}
.nav-tabs &gt; li:hover, .nav-tabs &gt; li:focus {
  background: #f4f4f4;
  border-color: transparent;
  color: #333333 !important;
}

.filters .view-by {
  float: left;
  color: black;
  padding-left: 20px;
}
.filters .options {
  padding-bottom: 5px;
}
.filters .options .reset {
  float: right;
}

a.reset:link, a.reset:hover, a.reset:visited {
  float: right;
  padding-right: 20px;
  color: black;
  text-decoration: underline;
}

.filters .filters__col {
  margin-bottom: 20px;
  padding: 0 20px;
}
.filters .custom-select-padding {
  padding: 7px 15px;
  position: relative;
}
.filters .custom-select select {
  position: absolute;
  top: 0;
  left: 0;
}

.nav-tabs-mobile {
  display: none;
  background-color: #cccccc;
  color: black;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
.nav-tabs-mobile i {
  color: white;
  float: right;
}

.offers .offer-item {
  padding: 20px;
  height: auto;
}
.offers .offer-wrapper .offer-tagline {
  text-transform: uppercase;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  bottom: 0;
  width: 100%;
}
.offers .image-holder img {
  width: 100%;
}
.offers .offer-details .offer-title {
  font-weight: bold;
  padding: 0;
  padding-top: 12px;
  color: #008e96;
  font-size: 16px;
}
.offers .offer-details .offer-description {
  padding: 0;
  overflow: hidden;
  color: black;
  font-size: 14px;
}

.legend-icon img {
  width: 40px !important;
  height: 40px;
}

.loadMore-group {
  text-align: center;
  padding-top: 20px;
}

.template {
  display: none;
}

.loader {
  margin-bottom: 10px;
  margin-top: 10px;
  display: none;
  text-align: center;
}

.image-holder {
  position: relative;
}

.legend-icon {
  display: none;
}

.legendUl {
  overflow: hidden;
  padding-left: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}
.legendUl li {
  float: left;
  list-style: none;
  padding-left: 10px;
}

.applied-filters {
  border-bottom: 1px dotted #cccccc;
  width: 100%;
  margin: 0 auto;
}
.applied-filters div {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.applied-filter-list {
  list-style: none;
}
.applied-filter-list li {
  display: inline-block;
  padding-right: 20px;
}
.applied-filter-list li img {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.applied-filters-details img {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.applied-filter-list li span {
  font-size: 14px;
  color: #737373;
}

.specialOfferContainer {
  color: black !important;
}
.specialOfferContainer h2 {
  margin-top: 40px;
  color: black;
  padding-left: 20px;
}

.tab-content {
  padding: 20px 100px;
}

.tab-content .hasNoResults {
  display: none;
}
.tab-content .hasNoResults h2 {
  color: black;
}
.tab-content .serviceDownError {
  display: none;
}

@media (max-width: 767px) {
  .content-wrapper {
    width: 90%;
  }
  .content-wrapper ul {
    width: 100%;
    margin: 30px 0 0;
  }

  .hero {
    margin-bottom: 50px;
  }

  .filters .filters__col {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .tab-content {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  button.yellow {
    font-size: 1em;
  }

  .nav-tabs {
    display: none;
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  .nav-tabs li {
    width: 100%;
    display: block;
    background-color: #cccccc;
    width: 100%;
    display: block;
    background-color: #cccccc;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .nav-tabs-mobile {
    display: block;
  }

  #offer-detail-left-column {
    width: 100%;
  }

  .nav-tabs &gt; li.active &gt; a {
    border: 0 !important;
    border-right: 1px solid #d7d9db !important;
    border-left: 1px solid #d7d9db !important;
    border-radius: 0 !important;
  }
  .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
    border: 0 !important;
    border-right: 1px solid #d7d9db !important;
    border-left: 1px solid #d7d9db !important;
    border-radius: 0 !important;
  }

  .applied-filters {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
  }
  .applied-filters div {
    padding-right: 0 !important;
    padding-left: 0;
    margin-right: 0 !important;
    float: left !important;
    width: 100%;
    text-align: left !important;
    margin: 0;
  }

  .applied-filter-list {
    padding-left: 0;
  }
  .applied-filter-list li {
    /* display: inline !important;*/
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-tabs &gt; li &gt; a {
    border-bottom: 0;
  }
}
/*COMMON CSS */
.custom-select {
  margin: 4px auto 0;
  overflow: hidden;
  /* -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.15); */
  /* box-shadow: inset 1px 1px 1px rgba(0,0,0,0.15); */
  border: 1px solid #cccccc;
  margin-top: 0%;
  /* margin-bottom: 2%; */
  height: 40px;
  line-height: 25px;
  padding-right: 10px;
}
.custom-select:before {
  content: "";
  position: absolute;
  display: block;
  top: 26px;
  right: 25px;
}
.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  background: transparent;
  line-height: 1.25;
  border: 0;
  border-radius: 0;
  color: #666666;
  width: 100%;
  cursor: pointer;
  font-size: 1.28571em;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.offer-grid .btn-dark {
  /*border: 2px solid black;*/
  color: white;
  background-color: #5b6770;
}
.offer-grid .btn-dark:hover {
  background: #333333;
  color: white;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.Included:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

button.btn.dropdown-toggle.selectpicker.btn-default {
  border: 1px solid #d0d3d4;
}

/** Bootstrap custom dropdown CSS */
.dropdown-toggle.selectpicker.btn-default {
  border: 1px solid #d0d3d4;
  border-radius: 0;
  color: #a2aaac !important;
  font-style: italic;
  font-weight: bold;
  padding: 10px 25px 10px 8px;
  background: white;
  color: black;
  font-size: 14px;
  text-transform: none;
  width: 100%;
}

.dropdown-toggle.selectpicker.btn-default .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left;
}

.dropdown-toggle.selectpicker.btn-default.disabled {
  background: #fff !important;
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-toggle.selectpicker.btn-default .caret {
  background-color: white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAM1BMVEXi4uLm5ubc3Nzt7e3p6ekSEhIODg7h4eHZ2dnW1tarq6tVVVUAAAC5ubm0tLRra2smJiaC1R2hAAAAQklEQVQY02MgGjCyoPE5+JiR+SyM3KxczEjy7Nw8PGzIIvxsrKxsArxwc9g5mYCAk4MBUwBTC6ahmNYiHIbhdGIBAP04Ad17TIMqAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100%;
  border: 0;
  height: 16px;
  margin-top: -8px;
  right: 8px;
  width: 16px;
  float: right;
  position: absolute;
  top: 20px;
}

.dropdown-toggle.selectpicker.btn-default:hover,
.dropdown-toggle.selectpicker.btn-default:focus,
.dropdown-toggle.selectpicker.btn-default:active,
.dropdown-toggle.selectpicker.btn-default.active {
  background: white;
  color: black;
}

.dropdown-toggle.selectpicker.btn-default:hover .filter-option,
.dropdown-toggle.selectpicker.btn-default:focus .filter-option,
.dropdown-toggle.selectpicker.btn-default:active .filter-option,
.dropdown-toggle.selectpicker.btn-default.active .filter-option {
  color: black !important;
}

.bootstrap-select.Included.open .dropdown-menu.open {
  width: 100%;
  top: 40px;
  margin: 0;
  font-style: italic;
  min-height: 210px !important;
}

.bootstrap-select.Included.open .dropdown-menu.open .dropdown-menu.inner {
  width: 100%;
  top: 0;
  margin: 0;
  min-height: 210px !important;
}

/* Generated by less 1.7.5 */
html {
  overflow-x: hidden;
}

.fifthThirdODPPage {
  padding: 30px 15px;
  background-color: #fff;
  /* Clickable class fix problem with hover on touch devices */
  /* Use it for non-touch hover action */
  /* Styling Pagination*/
}

@media (max-width: 991px) {
  .fifthThirdODPPage {
    padding: 30px 20px;
  }
}
.fifthThirdODPPage a {
  color: inherit;
  text-decoration: underline;
}

.fifthThirdODPPage img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .fifthThirdODPPage section {
    margin-bottom: 40px;
  }
}
.fifthThirdODPPage .odpTopRow {
  background-color: #f4f0e5;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .fifthThirdODPPage .odpTopRow {
    margin-bottom: 0;
    background-color: inherit;
  }
}
.fifthThirdODPPage .odpTopRow .odpImage {
  background-color: #fff;
}

.fifthThirdODPPage .odpTopRow .odpImage img {
  width: 100%;
}

.fifthThirdODPPage .odpTopRow .odpImage .imgDescrptn {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-family: "AvenirNextLTProMedium", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

@media (max-width: 991px) {
  .fifthThirdODPPage .odpTopRow .odpImage .imgDescrptn {
    position: relative;
  }
}
.fifthThirdODPPage .odpTopRow .odpImageDiv {
  padding: 40px 30px;
}

@media (max-width: 767px) {
  .fifthThirdODPPage .odpTopRow .odpImageDiv {
    padding: 40px 30px;
    background-color: #f4f4f4;
    color: #000;
  }
}
.fifthThirdODPPage .odpTopRow .odpImageDiv p {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .fifthThirdODPPage .odpTopRow .odpImageDiv p {
    color: black;
  }
}
.fifthThirdODPPage .odpTopRow .odpImageDiv h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 991px) {
  .fifthThirdODPPage .odpTopRow .odpImageDiv h3 {
    color: #000;
  }
}
.fifthThirdODPPage .odpTopRow .odpImageDiv .textHighlight {
  background-color: #737373;
  color: #fff;
  margin: 0 -30px 20px;
  padding: 10px;
  text-align: center;
}

@media (max-width: 1199px) {
  .fifthThirdODPPage .odpTopRow .odpImageDiv .textHighlight {
    padding: 10px 30px;
    margin: 0 -30px 15px;
  }
}
@media (max-width: 991px) {
  .fifthThirdODPPage .odpTopRow .odpImageDiv .textHighlight {
    margin: 0 -30px 15px;
    padding: 10px 30px;
  }
}
.fifthThirdODPPage .odpTopRow .mobileHeading {
  padding: 20px 0;
}

.fifthThirdODPPage .bookButton {
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

.fifthThirdODPPage .bookButton.big {
  font-size: 1.125em;
  width: 100%;
}

.fifthThirdODPPage .bookButton.yellow {
  background-color: #fcb131;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#fca92c), to(#fcb936));
  background: -webkit-linear-gradient(top, #fcb936, #fca92c);
  background: -moz-linear-gradient(top, #fcb936, #fca92c);
  background: -ms-linear-gradient(top, #fcb936, #fca92c);
  background: -o-linear-gradient(top, #fcb936, #fca92c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fcb936', endColorstr='#fca92c');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fcb936', endColorstr='#fca92c')";
  text-transform: uppercase;
  padding: 12px;
}

.fifthThirdODPPage .bookButton.yellow:hover {
  cursor: pointer;
  background-color: #e58f17;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#fca92c), to(#e58f17));
  background: -webkit-linear-gradient(top, #e58f17, #fca92c);
  background: -moz-linear-gradient(top, #e58f17, #fca92c);
  background: -ms-linear-gradient(top, #e58f17, #fca92c);
  background: -o-linear-gradient(top, #e58f17, #fca92c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e58f17', endColorstr='#fca92c');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e58f17', endColorstr='#fca92c')";
}

.fifthThirdODPPage .mulTags {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .fifthThirdODPPage .mulTags {
    margin-bottom: 0px;
  }
}
.fifthThirdODPPage .mulTags li {
  padding-right: 20px;
  display: inline;
}

.fifthThirdODPPage .mulTags li .size25 {
  height: 25px;
  width: 25px;
}

.fifthThirdODPPage .mulTags li p {
  display: inline-block;
}

.fifthThirdODPPage .resortDescription h4,
.fifthThirdODPPage .terms-conditions h4 {
  color: #000;
}

.fifthThirdODPPage .mobileHeading h1,
.fifthThirdODPPage .resortDescription h1 {
  font-size: 36px;
}

@media (max-width: 767px) {
  .fifthThirdODPPage .mobileHeading h1,
  .fifthThirdODPPage .resortDescription h1 {
    margin-top: 25px;
  }
}
.fifthThirdODPPage .resortDescription {
  margin: 0 0 0 -15px;
}

@media (max-width: 991px) {
  .fifthThirdODPPage .resortDescription {
    padding: 0;
    margin: 0 0 30px;
  }
}
.fifthThirdODPPage .resortDescription h1 {
  margin-bottom: 30px;
}

.fifthThirdODPPage .resortDescription h4 {
  font-family: "AvenirNextLTProRegular", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}

.fifthThirdODPPage .resortDescription .longDescription,
.fifthThirdODPPage .resortDescription .terms-conditions {
  color: black;
}

.fifthThirdODPPage .resortDetails {
  margin: 25px -15px 50px;
  position: relative;
  padding: 20px 0 0 15px;
}

@media (max-width: 991px) {
  .fifthThirdODPPage .resortDetails {
    margin: 0px 0px 20px;
    padding: 50px 0px 0px;
    border-top: 1px solid #ccc;
  }
}
.fifthThirdODPPage .resortDetails h4 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
}

.fifthThirdODPPage .resortDetails .resortCost {
  padding: 10px 0 30px;
}

.fifthThirdODPPage .resortDetails .providedBy {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .fifthThirdODPPage .resortDetails .resortAddress {
    width: 50%;
  }
}
.fifthThirdODPPage .resortDetails .mapsLocation {
  margin-bottom: 25px;
}

.fifthThirdODPPage .resortDetails .mapsLocation img {
  max-width: 100%;
  height: auto;
  display: block;
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .fifthThirdODPPage .resortDetails .mapsLocation img {
    width: 100%;
  }
}
.fifthThirdODPPage .resortDetails .photoGallery img {
  margin-bottom: 20px;
}

.fifthThirdODPPage .resortDetails .photoGallery ul {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .fifthThirdODPPage .resortDetails .photoGallery ul li {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .fifthThirdODPPage .resortDetails .photoGallery ul {
    padding: 0px;
  }
}
.fifthThirdODPPage .mobileTnC h4 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

@media (max-width: 767px) {
  .fifthThirdODPPage .mobileTnC {
    border-top: 1px solid #ccc;
    padding-top: 35px;
    margin-bottom: 20px;
  }
}
.fifthThirdODPPage .complexOfferBtn {
  color: #fff;
}

.fifthThirdODPPage .leftBorder {
  border-left: 1px solid #ccc;
}

@media (max-width: 991px) {
  .fifthThirdODPPage .leftBorder {
    border: none;
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .fifthThirdODPPage .noPaddingDesk {
    padding: 0;
  }
}
.fifthThirdODPPage .noBulletPoints {
  list-style: none;
  padding: 0;
}

.fifthThirdODPPage .costValue {
  font-family: "AvenirNextLTProRegular", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 24px;
  color: #ff9900;
  font-weight: bold;
  margin: 10px 0;
}

.fifthThirdODPPage .resortAddress {
  margin-bottom: 30px;
}

.fifthThirdODPPage .resortAddress p {
  margin: 0;
}

.fifthThirdODPPage .resortAddress li {
  margin-bottom: 30px;
}

.fifthThirdODPPage .resortAddress .costValue {
  margin: 10px 0;
}

.fifthThirdODPPage .owl-carousel .carouselElContr {
  margin-left: 15px;
}

@media (max-width: 480px) {
  .fifthThirdODPPage .owl-carousel .carouselElContr a {
    width: 49%;
    display: inline-block;
    padding-right: 10px;
  }
}
.fifthThirdODPPage .owl-carousel .carouselImg {
  width: 100%;
  margin-bottom: 20px;
}

.fifthThirdODPPage .owl-carousel .owl-controls {
  position: static;
  height: auto;
  text-align: center;
}

@media (max-width: 991px) {
  .fifthThirdODPPage .owl-carousel .owl-controls .owl-buttons {
    display: none;
  }
}
.fifthThirdODPPage .owl-carousel .owl-controls .owl-buttons .owl-prev,
.fifthThirdODPPage .owl-carousel .owl-controls .owl-buttons .owl-next {
  top: 33%;
  padding: 4px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  background-color: #000;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  width: auto;
  height: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.fifthThirdODPPage .owl-carousel .owl-controls .owl-buttons .owl-prev.disabled,
.fifthThirdODPPage .owl-carousel .owl-controls .owl-buttons .owl-next.disabled {
  background-color: #ccc;
}

@media (max-width: 991px) {
  .fifthThirdODPPage .owl-carousel .owl-controls .owl-buttons .owl-prev,
  .fifthThirdODPPage .owl-carousel .owl-controls .owl-buttons .owl-next {
    top: 42%;
  }
}
.fifthThirdODPPage .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: -13px;
}

.fifthThirdODPPage .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: -28px;
}

.fifthThirdODPPage .owl-carousel .owl-controls .owl-pagination {
  display: none;
}

@media (max-width: 991px) {
  .fifthThirdODPPage .owl-carousel .owl-controls .owl-pagination {
    display: block;
  }
}
.fifthThirdODPPage .owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

.fifthThirdODPPage .owl-theme .owl-controls.clickable .owl-buttons .disabled:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

.fifthThirdODPPage .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.fifthThirdODPPage .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.fifthThirdODPPage .owl-theme .owl-controls .owl-page.active span,
.fifthThirdODPPage .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

@media (max-width: 991px) {
  .fifthThirdODPPage #galleryImages {
    margin-left: -15px;
  }
}
.fifthThirdODPPage #galleryImages img {
  max-width: 100%;
  border-radius: 3px;
  height: auto;
}

.fifthThirdODPPage #blueimp-gallery .btn:hover,
.fifthThirdODPPage #blueimp-gallery .btn:focus,
.fifthThirdODPPage #blueimp-gallery .btn:active,
.fifthThirdODPPage #blueimp-gallery .btn.active,
.fifthThirdODPPage #blueimp-gallery .parallax .btn-submit:hover {
  background: #ff9700;
}

.fifthThirdODPPage #blueimp-gallery.blueimp-gallery-left button.prev {
  background: #ccc;
}

.fifthThirdODPPage #blueimp-gallery.blueimp-gallery-left button.prev:hover,
.fifthThirdODPPage #blueimp-gallery.blueimp-gallery-left button.prev:focus,
.fifthThirdODPPage #blueimp-gallery.blueimp-gallery-left button.prev:active {
  background: #ccc;
}

.fifthThirdODPPage #blueimp-gallery.blueimp-gallery-right button.next {
  background: #ccc;
}

.fifthThirdODPPage #blueimp-gallery.blueimp-gallery-right button.next:hover,
.fifthThirdODPPage #blueimp-gallery.blueimp-gallery-right button.next:focus,
.fifthThirdODPPage #blueimp-gallery.blueimp-gallery-right button.next:active {
  background: #ccc;
}

.fifthThirdODPPage #blueimp-gallery .modal {
  overflow: auto;
}

@media (min-width: 768px) {
  .fifthThirdODPPage #blueimp-gallery .modal-dialog {
    width: 60%;
  }
}
.fifthThirdODPPage #blueimp-gallery .modal-content {
  border-radius: 0px;
}

.fifthThirdODPPage #blueimp-gallery .modal-content .close {
  background: url(../../../../../../etc/clientlibs/issuer_com/images/fifththird/modal-close.png) no-repeat;
  float: right;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 26px;
  height: 26px;
  opacity: 1;
}

@media (max-width: 480px) {
  .fifthThirdODPPage #blueimp-gallery .modal-content .close {
    right: 16px;
    top: 14px;
  }
}
.fifthThirdODPPage #blueimp-gallery .modal-header {
  width: 75%;
  margin: 25px auto 0;
  border: none;
}

.fifthThirdODPPage #blueimp-gallery .modal-title {
  color: #616161;
  margin-top: 0px;
}

.fifthThirdODPPage #blueimp-gallery .modal-body {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.fifthThirdODPPage #blueimp-gallery .modal-body img {
  max-width: 100%;
  margin: auto;
}

.fifthThirdODPPage #blueimp-gallery .modal-description {
  margin: 0;
  font-size: 14px;
}

.fifthThirdODPPage #blueimp-gallery .modal-footer {
  border: none;
  margin-top: 5px;
  padding: 0 20px 12px;
}

.fifthThirdODPPage #blueimp-gallery .modal-footer button {
  background-color: #428bca;
  cursor: pointer;
}

.fifthThirdODPPage #blueimp-gallery .modal-footer button label,
.fifthThirdODPPage #blueimp-gallery .modal-footer button i {
  color: #fff;
  cursor: pointer;
  margin: 0;
}

.fifthThirdODPPage #blueimp-gallery .modal-footer .prev i:before {
  content: '\e75d';
}

.fifthThirdODPPage #blueimp-gallery .modal-footer .next i:before {
  content: '\e75e';
}

.fifthThirdODPPage #addressModal {
  position: absolute;
}

.fifthThirdODPPage #addressModal .modal-dialog {
  width: 80%;
}

.fifthThirdODPPage #addressModal .modal-content {
  border-radius: 0;
}

.fifthThirdODPPage #addressModal .modal-content .close {
  background: url(../../../../../../etc/clientlibs/issuer_com/images/fifththird/modal-close.png) no-repeat;
  float: right;
  position: absolute;
  right: 50px;
  top: 50px;
  width: 26px;
  height: 26px;
  opacity: 1;
  z-index: 9999;
}

@media (max-width: 480px) {
  .fifthThirdODPPage #addressModal .modal-content .close {
    right: 30px;
    top: 30px;
  }
}
.fifthThirdODPPage #addressModal .modal-body {
  width: 100%;
  padding: 40px;
}

.fifthThirdODPPage #addressModal .modal-title {
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  padding: 32px 0;
}

.fifthThirdODPPage #addressModal .resortAddress {
  margin: 0;
}

.location_street {
  font-size: 2.4em;
  line-height: 1;
  margin-bottom: 20px;
}

/* CSS Document */
option {
  padding: 1px;
}

.imgSelected {
  border-color: #5b6770 !important;
}

#sfaFlag.imgSelected::after {
  content: "";
  border-color: #5b6770 transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -12%;
  left: 45%;
}

/* End Global CSS */
/* locatorATM */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 200;
}

.locatorCtrl {
  padding: 0 1%;
}

.locatorATM {
  width: 90%;
  margin: 0 auto;
}

.locatorATM h1 {
  font-size: 50px;
}

.locatorATM .locatorHeader hr {
  border-width: 2px 0 0;
  margin: 10px 0;
}

.locatorATM .locatorHeader .airports {
  color: #5bbfc1;
  cursor: pointer;
  text-decoration: none;
}

.locatorATM .locatorHeader .searchinfo {
  display: none;
  margin: 15px 0;
}

.locatorATM .locatorForm {
  margin-top: 10px;
}

.form-control {
  border-radius: 0px;
}

input.form-control,
textarea.form-control {
  cursor: text !important;
}

.optinFields {
  width: 100% !important;
  display: none;
}

.features .col-sm-7 {
  width: 60%;
}

.features .glyphicon {
  top: 10px;
}

.col-sm-5 {
  width: 40%;
}

.input-group-btn {
  text-align: center;
  padding-top: 15px;
}

.input-group-btn .btn {
  background-color: #5b6770;
  color: white;
}

.locatorATM .locatorForm .findLocator {
  width: auto;
  padding: 10px 30px;
}

.panel {
  border-radius: 0px;
}

.panel-title {
  font-size: 14px;
}

.panel a {
  text-decoration: none;
  color: gray;
}

.panel-group {
  margin-bottom: 5px;
}

.panel-body {
  padding: 0;
  background-color: #f1f2f1;
  box-shadow: none;
}

.panel-body .featureTitle {
  width: 150px;
  text-align: center;
  margin-bottom: 2px;
}

.col-sm-4.countryListSel {
  width: 50%;
}

.col-sm-4.distance {
  width: 24%;
}

.col-sm-4.distance select {
  width: 65%;
}

.col-sm-4.distRadius {
  width: 26%;
}

.address .optional {
  padding-bottom: 5px;
  padding-top: 0;
}

.address label {
  margin-bottom: 0;
}

.locatorATM .locatorForm #stateLocator label {
  margin-bottom: 20px;
}

.address.col-sm-7 {
  width: 60%;
}

.locatorATM .locatorForm #stateLocator.col-sm-5 {
  width: 35%;
}

.locatorATM .locatorForm #cityLocator input {
  width: 70%;
}

.locatorATM .locatorForm #cityLocator label {
  margin-top: 25px;
}

.locatorATM .locatorForm #cityLocator.col-sm-7 {
  width: 60%;
}

.locatorATM .locatorForm #zipLocator input {
  width: 30%;
}

.viewOpt {
  margin-top: 10px;
}

/* End locatorATM */
/* WorldAirpot */
#worldAirport {
  background-color: white;
  margin: 0 auto;
  padding: 15px;
  width: 35%;
  height: auto;
  overflow: hidden;
}

#worldAirport form {
  margin: 0 auto;
  width: 50%;
}

/*#worldAirport #searchAirport {width: auto;}*/
#worldAirport .input-group-btn {
  text-align: center;
  padding-top: 15px;
}

#worldAirport h2 {
  margin-bottom: 30px;
  text-align: center;
}

#worldAirportList {
  height: 100%;
}

#worldAirportList h4 {
  text-align: center;
  color: #5bbfc1;
}

#worldAirportList .col-sm-4 {
  width: 60%;
  line-height: 25px;
}

#worldAirportList .col-sm-2 {
  width: 40%;
}

#worldAirportList .airportName {
  background-color: #e9a72c;
  line-height: 35px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  margin-bottom: 5px;
}

#worldAirportList .airportCode {
  background-color: #e78933;
  line-height: 35px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  margin-bottom: 5px;
}

#worldAirportList .airportList .col-sm-4, #worldAirportList .airportList .col-sm-2 {
  /*background-color: #f4f4f4;*/
  line-height: 20px;
  color: #5bbfc1;
}

#worldAirportList .airportList a {
  color: #5bbfc1;
}

/* End WorldAirpot */
/* Search result */
.searchResult {
  display: none;
}

.searchResult .showResult {
  float: left;
}

.searchResult .newsearch {
  float: right;
}

.searchResult button {
  background-color: #5b6770;
  color: white;
  font-weight: 600;
  border-radius: 0px;
}

.searchResult a {
  color: #5bbfc1;
}

.searchResult .col-sm-8 {
  background-color: #ccc;
  padding-right: 0;
  position: relative;
  width: 65%;
}

.searchResult .tblMapResultInner .glyphicon {
  color: #5bbfc1;
  padding-right: 5px;
}

.searchResult .col-sm-4 {
  width: 35%;
}

/*.searchResult .col-sm-4, .searchResult .col-sm-2{ width:60%; padding:5px 5px;}*/
.searchResult .col-sm-2 {
  width: 40%;
}

.searchResult hr {
  width: 100%;
  clear: both;
  margin: 5% 0;
}

.searchResult .searchCriteria .accordion-heading {
  /*text-align:center;color:#5bbfc1; padding:10px;*/
}

.searchResult .searchCriteria .accordion-heading .glyphicon {
  padding-left: 10px;
  /*font-size: 15px;*/
  font-weight: normal;
}

.searchResult .searchByForm {
  width: 80%;
}

/*End Search result */
/* Feedback popup */
.showResultFeedback form {
  margin: 0 auto;
  width: 70%;
}

.showResultFeedback {
  display: none;
}

.showResultFeedback .feedbackCancel {
  background-color: white;
  border: 0 none;
  color: #5bbfc1;
  font-weight: 600;
  margin-right: 20px;
}

/* End Feedback popup */
/* Send Text popup */
.sendSMS {
  display: none;
}

.sendSMS form {
  margin: 0 auto;
  width: 55%;
}

.sendSMS.optional {
  text-align: center;
}

.sendSMS .sendSMSForm .terms {
  color: #5bbfc1;
}

/* End Send Text popup */
/*********** Changes Made by Rahul on 30 Oct 2015 ******************/
.atmLocatorContainer {
  width: 100%;
  padding: 0;
}

.locatorATM {
  width: 100%;
}

.locatorATM .visitSelector {
  margin: 20px 0;
}

.locatorATM .visitATM {
  text-align: center;
  padding: 20px 0;
}

.locatorATM .form-panel {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.locatorATM .form-panel label {
  /*float: left;*/
  padding: 8px 5px;
}

.locatorATM .form-panel .selLocator {
  /*float: left;*/
}

.visitSubmit {
  /*float: left;*/
  padding: 12px 10px;
  margin-left: -5px;
}

.visitSubmit.btn.cta {
  font-size: 14px;
}

.locatorATM .locatorArea {
  margin: 15px 0;
}

.locatorATM .frm-inline-block select {
  display: inline-block;
}

.locatorATM .radioPanel {
  padding-left: 10px;
}

.locatorATM .radiusDistance {
  float: left;
  padding-top: 10px;
}

.locatorATM .radiusDistance input[type="radio"] {
  position: relative;
  float: right;
  margin-left: 10px;
}

.distanceMeasure {
  padding: 0;
  margin: 0;
}

.distanceMeasure li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

.distanceMeasure .distRadiusMeasure {
  padding: 10px;
}

.featuresCaption {
  padding: 9px 14px;
  background: none !important;
  cursor: pointer;
}

.locatorATM .locatorForm .featuresPanel {
  background: none;
}

.locatorATM .locatorForm .featuresPanel .imgSelected {
  background: none;
  border: 1px solid #5bbfc1;
}

.featureOption {
  margin-right: 1%;
}

.financeInst {
  width: 49%;
}

.btn-center {
  text-align: center;
}

.smsLoader, .feedbackLoader {
  width: 20px;
  margin: 15px 20px;
  position: absolute;
  display: none;
}

.locatorATM .locatorForm .features .featuresPanelLIst {
  border: 2px solid #d8d8d8;
  float: left;
  height: 165px;
  margin: 1%;
  text-align: center;
  width: 31.333333333%;
  cursor: pointer;
}

.locatorATM .locatorForm .panel-body .featureTitle {
  margin-bottom: 2px;
  width: auto;
  word-wrap: break-word;
  font-size: 14px;
}

.locatorATM .locatorForm .features .featuresPanelLIst {
  padding: 2%;
}

.featuresPanelLIst .button-checkbox {
  display: none;
}

.alliancePanel {
  display: none;
  background-color: #5b6770;
  width: 94%;
  margin: 0 2% 2%;
  position: relative;
  clear: both;
}

.alliancePanel .allianceList {
  padding: 15px 10px;
}

.alliancePanel .allianceList li {
  list-style: none;
}

.alliancePanel .allianceList li label {
  color: #fff;
}

.btnnewSearch {
  display: none;
  padding: 0;
}

.btnnewSearch .newsearch {
  float: right;
}

.searchCriteria .accordion-heading {
  font-weight: normal;
}

.searchCriteria .btnSearchCriteria {
  text-decoration: none;
  color: #333;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 1.2em;
  margin: 0;
}

.searchResult .searchByForm {
  width: 100%;
}

.searchResult .searchByForm select {
  height: 50px;
  margin-bottom: 10px;
}

.searchResult .showResultHR {
  margin: 5px 0 10px;
}

.map {
  width: 1368px;
  height: 650px;
}

.mapArea {
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}

.mapResult {
  min-height: 500px;
  overflow: auto;
}

.panelMapResult {
  height: 550px;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  left: 0;
  border-bottom: 1px solid #fff;
}

.panelMapResultInner {
  float: left;
  width: 95%;
}

.routeResult {
  height: 550px;
  overflow-y: scroll;
}

.routeResult .markerTitle {
  margin: 0;
}

.routeResult .tblMapResultInner td {
  width: 60%;
}

.routeResult .tblMapResultInner td.contactless.halfTD {
  width: 50%;
 }

.drawerPanel {
  background-color: #A5AFB9;
  float: right;
  height: 100%;
  width: 20px;
  color: #5A6770;
  cursor: pointer;
  position: relative;
  z-index: 99;
  right: 0px;
  display: none;
}

.mapLeftRightArrow {
  position: absolute;
  top: 50%;
  right: -20px;
  background-color: #A5AFB9;
  padding: 15px 3px;
}

#detmap {
  width: 1368px;
  height: 650px;
}

.routemap {
  float: left;
  /*height: 100%;*/
  height: auto;
}

.routemap {
  line-height: 30px;
  padding-left: 0;
  width: 100%;
}

.routemap select, .routemap input {
  font-size: 15px;
}

.routemap select {
  width: 100%;
}

.routemap i {
  font-size: 12px;
}

.panel {
  height: 100%;
  overflow: auto;
}

.routemap {
  display: inline;
}

.routemap .adp-step, .routemap .adp-text {
  width: auto;
}

.routemap table {
  width: 100%;
}

.routemap table td {
  padding: 5px 10px;
}

.tblMapMarker td {
  width: 40%;
  padding: 0 1%;
}

.tblMapMarker .halfTD {
  width: 60%;
}

.tblMapMarker .markerTitle {
  margin: 0;
}

.driveCaption {
  margin: 5px 0 10px;
  font-size: 22px;
  font-weight: bold;
  float: left;
}

.driveDirec {
  margin: 5px 0;
  padding: 0;
  list-style: none;
  float: right;
  display: block;
  position: relative;
}

.driveDirec li {
  float: left;
  padding: 0 10px;
}

.driveDirec li a {
  text-decoration: none;
  font-size: 14px;
}

.driveDirecMobile {
  display: none;
}

.pagination {
  margin: 10px 0;
  bottom: -15px;
  left: 0;
  position: absolute;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  padding: 0;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pagination li {
  display: inline;
  text-align: center;
}

.pagination a {
  float: left;
  padding: 0 5px;
  line-height: 30px;
  text-decoration: none;
  border: none;
  width: 38px;
}

.pagination .prevPage:hover,
.pagination .nextPage:hover {
  background: none;
  color: #006369;
}

.pagination .prevPage,
.pagination .nextPage {
  background: none;
  color: #006369;
}

.pagination a:hover,
.pagination .active a {
  color: #fff;
  background-color: #000;
}

.pagination .disabled span, .pagination .disabled a {
  color: #5bbfc1;
  background-color: white;
}

.pagination-right {
  text-align: right;
}

.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next a {
  float: right;
}

.pager .previous a {
  float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}

.form-control {
  height: 42px;
}

.form-control:focus, .form-control:hover {
  background: #fff;
  cursor: pointer;
}

.form-control:focus {
  transition: all .2s ease-in-out;
  border: 1px solid #66A2FD;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #66a2fd;
}

.panelMapAreaOverlay {
  position: absolute;
  z-index: 99;
  width: 100%;
  text-align: center;
  padding: 255px 0;
  background-color: #fff;
  display: none;
}

.tblthumblist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tblthumblist li {
  float: left;
  list-style: none;
}

.tblthumblist li .tblthumb {
  width: 15px;
}

form .glyphicon, .glyphicon {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
  line-height: 0;
  position: relative;
  margin-right: 2px;
  top: 0;
  /* color: #5B6770;*/
  vertical-align: middle;
}

.glyphicon-plus:before {
  background: url(../../../../../../etc/clientlibs/consumer-product/images/locators/plus_minus.png) no-repeat 0 0;
  content: close-quote !important;
  padding: 5px 12px;
}

.glyphicon-minus:before {
  background: url(../../../../../../etc/clientlibs/consumer-product/images/locators/plus_minus.png) no-repeat -28px 0;
  content: close-quote !important;
  padding: 5px 12px;
}

.drawerPanel form .glyphicon, .drawerPanel .glyphicon {
  font-size: 20px;
}

.sendSMSForm .form-group {
  padding-left: 15px;
}

.sendSMSForm .input-group-btn, .feedbackForm .input-group-btn {
  text-align: center;
}

.sendSMSForm .checkbox label {
  color: black;
}

.sendSMSForm .form-group .checkbox {
  padding-left: 0px;
}

.sendSMSForm .form-inline .control-label, .sendSMSForm .navbar-form .control-label, .sendSMSForm .navbar-form .control-label, .sendSMSForm .navbar-form .control-label, .navbar-form .control-label {
  width: auto;
}

.sendSMSForm .form-inline .form-control, .sendSMSForm .navbar-form .form-control, .sendSMSForm .navbar-form .form-control, .sendSMSForm .navbar-form .form-control, .navbar-form .form-control {
  width: 80%;
  display: inline-block;
}

.feedbackForm .req {
  color: red;
  padding-right: 3px;
}

.atmLocatorContainer .anchorColor {
  color: #333;
  text-decoration: none;
}

.locatorATM .locatorForm .panel-body {
  padding: 4px;
}

.alliancePanel {
  background-color: #5b6770;
  width: 98%;
  margin: 1% 1% 1%;
}

.searchResult .searchByForm select {
  height: 36px;
}

.alliancePanel::before {
  content: "";
  border-color: #5b6770 transparent transparent transparent;
  border-style: solid;
  border-width: 9.8px;
  width: 0;
  height: 0;
  position: absolute;
  top: -11%;
  left: 48%;
}

.markerTitle {
  font-size: 14px;
  font-weight: bold;
}

.searchDetails table td, .searchDetails table th {
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
  /*float: left;*/
  text-align: left;
  vertical-align: top;
}

.searchDetails table td.halfTD {
  width: 60%;
}

.searchDetails .markerTitle {
  margin: 0;
}

.tblMapResult {
  width: 100%;
}

.tblMapResultInner {
  width: 100%;
}

.tblMapResultInner td {
  font-size: 12px;
}

.clear {
  clear: both;
}

.locatorATM .locatorForm .panel-default {
  border-color: #a2aaac;
}

.locatorATM .locatorForm .findLocatorReset {
  padding: 10px 30px;
  width: auto;
  color: #fff;
}

.errorMessages {
  padding: 0;
  position: relative;
  display: none;
  background: none;
  margin: 0 auto;
  text-align: left;
  color: #cc0000;
}

.errorMessages span {
  color: #c00;
}

.btnBacktoSearch {
  float: right;
  padding: 5px 0;
}

.tblsno {
  width: 32px;
}

.rights {
  clear: both;
  float: right;
  width: 100%;
  text-align: right;
  padding: 10px 0;
  font-size: 12px;
}

/*Changes made by Sadhana on 3 Dec */
.contentAccordion {
  height: 535px;
  overflow: auto;
}

.sendSMSForm input#captchaText {
  width: 100%;
  margin: 0;
  float: right;
}

.sendSMSForm .modal-title {
  margin: 10px 0;
  font-size: 24px;
}

.sendSMSForm .modal-content {
  padding: 40px 20px 10px;
}

.sendSMSForm .modal-header, .sendSMSForm .modal-body {
  padding: 0;
}

.sendSMSForm .frmMobAlign {
  text-align: right;
}

.sendSMSForm .divCaptcha {
  float: left;
  width: 25%;
}

.sendSMSForm .divCaptchaRight {
  width: 75%;
  float: right;
}

.sendSMSForm .spnCaptcha {
  padding: 10px 5px 0;
  background-color: #fff;
  border: none;
  cursor: not-allowed;
  width: 90px;
  float: left;
}

.sendSMSForm .captchaRefresh {
  float: left;
  padding: 10px 5px 0;
}

.sendSMSForm .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.sendSMSForm .btnrefresh {
  background: url(../../../../../../etc/clientlibs/consumer-product/images/locators/refresh1.png) no-repeat 0 0;
  border: none;
  width: 30px;
  height: 30px;
}

.sendSMSForm .errorMsg {
  display: none;
}

.modal {
  z-index: 999999;
}

.mobileViewIcons, .mobileWhereToTap, .mobileLoadType {
  display: none;
}

.mobNearbyApp {
  position: relative;
  width: 100%;
  margin: 1% 0;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  display: none;
}

.mobNearbyInner {
  margin: 10px 0 10px;
  padding: 3% 2%;
  background-color: #000;
  width: 100%;
  float: left;
}

.mobNearbyClose {
  padding: 1%;
  right: 0;
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 28px;
}

.mobNearbyApp .nearAppLogo {
  width: 100%;
  float: left;
}

.mobNearbyApp .nearAppLogo img {
  float: left;
}

.mobNearbyApp .nearAppLogo .nearAppText {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  padding-left: 10%;
  color: white;
}

.mobNearbyApp .nearAppLink {
  width: 65%;
  font-size: 120%;
  font-weight: 600;
  float: left;
  padding-left: 2%;
  padding-top: 4%;
  color: #fff;
}

.mobNearbyApp a {
  color: #fff;
}

.mobNearbyApp a:active, .mobNearbyApp a:hover {
  color: #fff;
}

.nearAppLink a {
  color: #fff;
}

.locatorModel .modal-content {
  background-color: #f4f4f4;
}

.shareFeedbackForm.locatorModel .modal-content {
  background-color: #fff;
  height: 549px;
}

.locatorModel .modal-dialog {
  padding-top: 25%;
  min-width: 320px;
  max-width: 768px;
}

.locatorForm .locatorModel {
  height: auto;
}

.lblVisit {
  text-align: left;
  width: auto;
}

.distanceLbl {
  float: left;
  margin-right: 2%;
}

.sleDistance {
  margin-right: 2%;
  padding: 6px 12px;
  float: left;
  height: 42px;
}

.btnCenter {
  text-align: center;
}

/* Media queries for responsive design  and (min-device-width : 320px)*/
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  form .input-group-btn .btn {
    width: 100%;
  }

  /* locatorATM */
  .locatorATM {
    width: 100%;
  }

  .locatorATM form {
    width: 100%;
  }

  /*.locatorATM h1 {font-size: 20px;}*/
  .locatorATM .locatorForm form .form-control {
    width: 100%;
  }

  /*.locatorATM .locatorForm form .col-sm-4 { width: 48%;}*/
  .locatorATM .locatorForm .col-md-6 {
    width: 100%;
  }

  .features .col-sm-6 {
    width: 100%;
    clear: both;
  }

  .col-sm-5 {
    width: 100%;
  }

  .address.col-sm-7 {
    width: 100%;
  }

  .locatorATM .locatorForm #stateLocator.col-sm-5 {
    width: 100%;
  }

  .locatorATM .locatorForm #cityLocator input {
    width: 100%;
  }

  .locatorATM .locatorForm #zipLocator input {
    width: 100%;
  }

  .locatorATM .locatorForm #stateLocator label {
    margin-bottom: 5px;
  }

  .locatorATM .locatorForm #cityLocator label {
    margin-top: auto;
  }

  .panel-body .featureTitle {
    font-size: 14px;
  }

  .locatorATM .locatorForm #cityLocator.col-sm-7 {
    width: 100%;
  }

  .locatorATM .locatorForm .findLocator,
  .locatorATM .locatorForm .findLocatorReset {
    width: 100%;
  }

  .distanceMeasure li {
    width: 100%;
  }

  .contentAccordion {
    height: auto;
    overflow: hidden;
  }

  .col-sm-4.countryListSel {
    width: 100%;
  }

  .col-sm-4.distance select {
    width: 100%;
  }

  .col-sm-4.distance {
    float: left;
    width: 100%;
  }

  .col-sm-4.distRadius {
    float: left;
    padding-left: 25px;
    width: auto;
  }

  .col-sm-4.distRadius .radio-inline {
    padding-left: 8px;
  }

  /*End locatorATM */
  /* WorldAirpot */
  #worldAirport {
    width: 95%;
  }

  #worldAirport h2 {
    font-size: 20px;
  }

  #worldAirport form {
    width: 80%;
  }

  #worldAirportList {
    display: none;
  }

  #worldAirportList .col-sm-12 {
    padding: 0;
  }

  #worldAirportList .airportList .col-sm-4, #worldAirportList .airportList .col-sm-2 {
    float: left;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 0;
  }

  #worldAirportList .col-sm-4 {
    width: 70%;
    float: left;
  }

  #worldAirportList .col-sm-2 {
    width: 30%;
    float: left;
  }

  /* End WorldAirpot */
  /* Search Result */
  .searchResult .showResult h1 {
    font-size: 18px;
  }

  /*.searchResult #map { display:none;}*/
  .searchResult .newsearch {
    float: none;
    text-align: center;
  }

  .searchResult button {
    float: none;
  }

  .searchResult .col-sm-4, .searchResult .col-sm-2 {
    float: left;
    font-size: 13px;
  }

  .showResultFeedback form {
    width: 100%;
  }

  /* End Search Result */
  .locatorATM .locatorArea {
    margin: 20px 0;
  }

  .locatorATM .locatorForm .features .col-sm-4 {
    width: 48%;
  }

  .locatorATM .locatorForm .features #sfaFlag {
    margin-bottom: 12px;
  }

  #sfaFlag.imgSelected::after {
    bottom: -12.5%;
  }

  .alliancePanel::before {
    top: -11%;
    left: 72%;
  }

  .mapArea {
    float: left;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .sendSMSForm .form-group {
    padding-left: 0px;
  }

  .sendSMSForm .col-md-6 {
    width: 100%;
  }

  .sendSMSForm .checkbox label {
    font-size: 14px;
  }

  .btn.cta {
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .panelMapAreaOverlay {
    position: relative;
    z-index: 99;
    width: 100%;
    text-align: center;
    padding: 100px 0;
    background-color: #fff;
    display: none;
  }

  .panelMapResult {
    margin-top: 260px;
    position: relative;
    height: auto;
    display: none;
  }

  .drawerPanel {
    display: none !important;
  }

  .panelMapResultInner {
    width: 100%;
    background-color: #fff;
  }

  .tblMapResultInner {
    min-width: inherit !important;
    max-width: initial !important;
    height: initial !important;
    min-height: inherit !important;
    max-height: inherit !important;
    overflow: hidden !important;
    margin: 0 auto;
  }

  .routemap p {
    padding: 2%;
  }

  .pagination {
    margin: 0 2%;
    bottom: 0;
    left: 0;
    width: 96%;
  }

  .pagination.glyphicon {
    color: #5bbfc1;
  }

  .pagination a {
    border: 0;
    padding: 0 7px;
    width: auto;
  }

  .pagination .disabled span, .pagination .disabled a {
    color: #5bbfc1;
  }

  .searchResult .searchByForm select {
    margin: 0 auto;
  }

  .ShowresultMobile .showResultMobList {
    display: none;
  }

  .ShowresultMobile .showResultMobList, .ShowresultMobile .showResultMobMap {
    text-align: right;
    cursor: pointer;
    clear: both;
    margin-bottom: 10px;
  }

  .searchDetails .markerTitle {
    margin: auto;
  }

  .container-mobile {
    display: inline-block;
    padding: 0;
    width: 100%;
  }

  .btnBacktoSearch {
    float: none;
    padding: 10px 0 0;
  }

  .tblMapResult {
    width: 96%;
    margin: 0 auto;
  }

  .modal.in .modal-dialog {
    padding: 0;
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 0;
  }

  .locatorATM .visitATM {
    margin-left: 0;
  }

  .modal-content {
    height: 100%;
  }

  .sendSMSForm .form-inline .form-control, .sendSMSForm .navbar-form .form-control, .sendSMSForm .navbar-form .form-control, .sendSMSForm .navbar-form .form-control, .navbar-form .form-control {
    width: auto;
    float: right;
    min-width: 85%;
  }

  .sendSMSForm .divCaptcha {
    display: inline-block;
    margin-left: 32%;
  }

  .sendSMSForm .divCaptchaRight {
    width: 100%;
    float: none;
  }

  .sendSMSForm .frmMobAlign {
    text-align: left;
  }

  .sendSMSForm .spnCaptcha {
    float: left;
    margin-bottom: 10px;
  }

  .sendSMSForm .divCaptcha {
    width: 100%;
  }

  .optional {
    text-align: center;
  }

  .modal-dialog .modal-content {
    max-height: 100% !important;
    padding: 2%;
    width: auto;
    overflow-x: hidden !important;
  }

  input#searchforATM {
    font-size: 13.7px;
  }

  .sendSMSForm .form-inline .control-label, .sendSMSForm .navbar-form .control-label, .sendSMSForm .navbar-form .control-label, .sendSMSForm .navbar-form .control-label, .navbar-form .control-label {
    min-width: 15%;
    padding: 10px 0;
  }

  #showResultFeedback .modal-body {
    padding: 0;
  }

  #showResultFeedback .modal-header {
    padding: 15px 0;
  }

  img.adp-marker {
    width: 27px;
    height: auto;
  }

  .driveCaption {
    font-size: 20px;
    font-weight: 200;
  }

  .directionDesk {
    display: none;
  }

  .directionMob {
    display: block;
    position: relative;
  }

  .directionMob .driveDirec .glyphicon-chevron-left, .directionMob .driveDirec .glyphicon-chevron-right {
    color: #5B6770;
    position: absolute;
    top: 133%;
    background-color: #ccc;
  }

  .directionMob .driveDirec .glyphicon-chevron-right {
    right: -66%;
  }

  .direction ul {
    display: none;
  }

  .driveDirecMobile {
    width: 100%;
    display: block;
    position: absolute;
    list-style: none;
    padding: 5px;
    top: 20px;
    z-index: 0;
  }

  .driveDirecMobile li {
    background-color: #A5AFB9;
    float: left;
  }

  .driveDirecMobile li.right {
    float: right;
  }

  .driveDirecMobile li a {
    color: #5B6770;
    padding: 20px 5px;
  }

  .driveDirecMobile li a span {
    color: #5B6770;
  }

  .tblMapResultInnerDetail {
    width: 80%;
  }

  .routeResult {
    margin-top: -13px;
    height: 100%;
    width: 100%;
  }

  .rights {
    right: 0;
    z-index: 9;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 961px) {
  .locatorATM .locatorForm .features .featuresPanelLIst {
    width: 31.333333333%;
  }

  .alliancePanel::before {
    top: -16%;
    left: 48%;
  }

  input#searchforATM {
    font-size: 16.7px;
  }

  .locatorATM .locatorForm .panel-body .featureTitle {
    font-size: 16px;
  }

  .mobileViewIcons .col-sm-4, .mobileWhereToTap .col-sm-4 {
    width: 31%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1260px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  /*.col-sm-12.mapArea.panelMapArea {
  	 width: 99%;
  	 padding-left:10px;
  }*/
  .alliancePanel::before {
    top: -10%;
  }

  .panelMapResult {
    display: block !important;
  }
}
.mc_square_border {
  border-radius: 0;
}

.rights {
  float: right;
}

.mc_btn {
  background: #5b6770;
  color: #fff;
}

.mc_btn:hover {
  background: #5b6770;
  color: #fff;
}

.mc_list {
  /*border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;*/
  min-height: 250px;
}

.mc_listIcon {
  display: none;
  float: right;
  cursor: pointer;
}

.locatorCtrl .input-group-btn {
  padding: 0;
}

.visitSubmit {
  padding: 9px 10px;
}

.form-horizontal .control-label.lblVisit {
  text-align: left;
}

.contryCode {
  float: right;
  width: 95%;
}

#smsForm .divCaptcha {
  margin-top: 5px;
  float: right;
  width: auto;
}

.locatorModel .modal-body {
  overflow: hidden;
  padding-bottom: 103px;
  height: auto;
}

#smsForm .optional {
  text-align: center;
}

.showResultMobMap {
  display: none;
}

.tblMapResultInnerDetail .direction {
  position: relative;
}

.singleResultInactive {
  display: none;
}

.activeDrawerPanel {
  display: block;
}

#searchforATM {
  box-shadow: none;
}

.tblMapResult p, .tblMapMarker p, .tblMapResultInnerDetail p {
  margin: 1% 0;
}

.tblMapResult .tblsno {
  width: 2%;
}

.searchDetails table td, .searchDetails table th {
  vertical-align: top;
}

.tblMapMarker td, .tblMapMarker th, .tblMapResultInnerDetail td, .tblMapResultInnerDetail th {
  vertical-align: top;
}

.mapPopup .tblMapMarker {
  width: auto;
}

/**** Chnage the locator result list UI because of element inline font-family issue for IE browser.*********/
.mapResultList {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style: none;
}

.locatorResultLeft {
  float: left;
  width: 60%;
}

.locatorResultRight {
  float: left;
  width: 40%;
}

.mapResultList ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mapResultList ul li {
  width: 100%;
  float: none;
}

.mapResultList .tblsno {
  width: auto;
  float: left;
}

.locatorResultLeft .halfTD {
  padding-left: 10%;
}

.searchDetails .markerTitle {
  padding: 2px 0 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  word-break: break-all;
}

.mapResultList .locatorResultRight li ul li {
  float: left;
  width: auto;
}

.sendSmsLink {
  clear: both;
}

.searchResult .map {
  width: 100%;
}

@media only screen and (max-device-width: 375px) {
  .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    font-size: 12px;
  }

  .sleDistance {
    padding: 6px 0;
  }
}
@media (min-width: 768px) {
  .mc_select {
    max-width: 480px;
    min-width: 250px;
    margin: 0 auto;
    float: none;
  }

  .searchResult .map {
    height: 550px;
    margin-left: 10px;
    margin: 0px auto;
  }

  .drawerPanel {
    display: block;
  }

  .form-horizontal .control-label.lblVisit {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .margingTop-minus {
    margin-top: -50px;
  }

  .mapData {
    display: block;
  }

  .inActiveMap {
    display: none;
  }

  .activeMap {
    display: block;
    width: 100%;
  }

  .panelMapInActive {
    display: none;
    margin-top: 260px;
  }

  .activeMapGetDirec {
    position: absolute;
    display: block;
    width: 100%;
  }

  .panelMapActive {
    display: block;
    margin-top: 0;
  }

  .panelMapGetDirec {
    display: block;
    margin-top: 290px;
  }

  .routeResult {
    overflow: auto;
    height: 100%;
  }

  .mapResult {
    min-height: 300px;
    margin: 5% 0;
    width: 98%;
  }

  .locatorModel {
    width: 100%;
    padding: 20% 2%;
  }

  .modal.in .modal-dialog {
    width: 100%;
    margin: 0;
  }

  .locatorModel .modal-dialog {
    margin: 0;
  }

  .panelMapAreaOverlay {
    padding: 40% 0;
    position: absolute;
  }

  #smsForm .input-group {
    width: 100%;
  }

  #smsForm .optional {
    text-align: center;
  }

  #smsForm .divCaptcha, #smsForm .divCaptchaRight {
    text-align: center;
    width: auto;
    float: none;
  }

  .locatorModel .cta {
    width: 100%;
    text-align: center;
  }

  .contryCode {
    float: none;
    width: 100%;
  }

  .mapIconGetDirec {
    display: none;
  }

  .driveDirecMobile {
    width: 100%;
    display: block;
    position: absolute;
    list-style: none;
    padding: 1%;
    top: 20px;
  }

  .tblMapResultInnerDetail .direction {
    display: none;
  }

  .driveDirecMobile li {
    background-color: #A5AFB9;
    float: left;
  }

  .driveDirecMobile li.right {
    float: right;
  }

  .driveDirecMobile li a {
    color: #5B6770;
    padding: 20px 5px;
  }

  .driveDirecMobile li a span {
    color: #5B6770;
  }

  .tblMapResultInnerDetail {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .routeResult {
    margin-top: -13px;
    height: 100%;
    width: 100%;
  }

  .activeDrawerPanel {
    display: none;
  }

  /**
  * Mobile device CSS
  */
  .mobileViewIcons, .mobileWhereToTap, .mobileLoadType {
    display: block;
  }

  .mobileViewIcons {
    clear: both;
  }

  .legendList .iconView {
    float: left;
    margin: 1% 0;
    border: 1px solid #eeeeee;
    padding: 1% 1.5%;
    display: inline-block;
    clear: both;
    width: 100%;
  }

  .legendList .iconTitle {
    font-weight: bold;
  }

  .searchCriteria, .ShowresultMobile {
    max-height: 40px;
    padding: 2% 0;
  }

  .singleResultInactive {
    display: none;
  }

  .singleResult {
    display: block;
  }

  .singleMapResult {
    position: relative;
    padding: 2% 0 0;
  }

  .tblMapResultSingle {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .singlePagination ul {
    width: 100%;
    display: block;
    position: absolute;
    list-style: none;
    padding: 1%;
    top: 30px;
    z-index: 0;
  }

  .singlePagination li {
    background-color: #A5AFB9;
    float: left;
  }

  .singlePagination li.disabled {
    display: none;
  }

  .singlePagination li.right {
    float: right;
  }

  .singlePagination li a {
    color: #5B6770;
    padding: 20px 5px;
    background-color: #A5AFB9;
  }

  .singlePagination li a span {
    color: #5B6770;
  }

  .featureOption, .financeInst {
    margin: 0;
    width: 100%;
  }

  .btnCenter .cta {
    width: 100%;
  }

  .locatorATM .locatorForm .findLocator,
  .locatorATM .locatorForm .findLocatorReset {
    width: 100%;
    margin: 1% 0;
  }

  .mc_list {
    /*display: none;*/
    width: 100%;
    height: 100%;
  }

  .drawerPanel {
    display: none;
  }

  .mc_listIcon {
    display: block;
    text-align: right;
  }

  .rights {
    float: none;
  }

  .searchResult .map {
    height: 250px;
    margin: 0;
    top: 0;
    width: 100%;
  }

  .panelMapResultInner {
    width: 100%;
  }

  .searchResult .map {
    position: relative;
  }

  .panelMapResult {
    position: relative;
    min-height: 350px;
  }

  .driveDirec {
    position: absolute;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .locatorATM .locatorForm .findLocator, .locatorATM .locatorForm .findLocatorReset {
    width: auto !important;
  }
}
@media (max-width: 1024px) {
  .featureOption, .financeInst {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .featureOption, .financeInst {
    margin: 0;
    width: 100%;
  }

  .btnCenter .cta {
    width: 100%;
  }

  .locatorATM .locatorForm .findLocator,
  .locatorATM .locatorForm .findLocatorReset {
    width: 100%;
    margin: 1% 0;
  }

  .drawerPanel {
    display: none;
  }

  .mc_listIcon {
    display: block;
    text-align: right;
  }

  .rights {
    float: none;
  }

  .searchResult .map {
    height: 250px;
    margin: 0;
    top: 0;
    width: 100%;
  }

  .gm-style-iw table p, .gm-style-iw table h2 {
    font-size: 11px;
  }
}
:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

.input-search::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #666666;
}
.input-search:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    opacity: 1;
}
.input-search::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    opacity: 1;
}
.input-search:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666666;
}
.modal-send-sms {
	display:block;
}

.modal {
  padding:0;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  margin:0 auto;
}

.modal-open { 
  overflow: hidden;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  padding: 0px 46px 0px 48px !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
}

.modal-header .close {
    color: #d4d4d4;
    font-size: 32px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    height: 36px;
    width: 36px;
    margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  margin: 71px 0px 0px 0px !important;
  font-size: 24px;
  padding-left: 12px;
  height: 42px;
  width: 552px !important;
  font-weight: 300 !important;
  font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.modal-body {
  position: relative;
  padding: 15px;
  height: 599px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.hide {
    display: none;
}

.ATM-locator-search .locatorSearchForm {margin:0;}

.locatorHeader {
	margin-top: 152px;
}

.locatorHeader .heading-wraper h1 {
    font-size:48px;
    margin-bottom:0 !important;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color:Â&nbsp;#444340 !important; 
}

.locatorHeader .heading-wraper-contactless h1 {
    color: #141413;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	
    font-size: 48px;	
    font-weight: 300;	
    line-height: 56px;
    margin-bottom: 0px;
}

.locatorHeader .heading-wraper-contactless h1.register-title {
    margin-bottom : 14px;
}

.locatorHeader .heading-wraper-contactless .contactless-subtitle {
    height: 58px;	
    width: 100%;	
    color: #444340;	
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	
    font-size: 18px;	
    line-height: 26px;
    margin-bottom: 0px;
}

.view-opt #toggleAddRemoveText {
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color:Â&nbsp;#444340 !important; 
}

.view-opt #toggleAddRemoveText.contactless {
    height: 19px;	
    width: 127px;	
    color: #141413;	
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	
    font-size: 15px;	
    font-weight: 600;
    line-height: 19px;	
    text-align: center;
}

.heading-wraper {margin-bottom: 40px;}

.atmLocatorContainer.ATM-locator-search .search-bar input#searchforATM {
    height: 40px ;
    border-radius: 20px ;
    border: none ;
    padding: 0 40px ;
   	background-color: rgba(231,231,231,0.5) ;
    color: #666666 ;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    width: 100%;
}

.p-zero {
	padding: 0;
    color: #444340 !important;
}

.ATM-locator-search .view-opt {
	margin-bottom: 10px;
	margin-top: 0;
    width: 175px;
}

.ATM-locator-search .search-bar {
	padding: 0;
    position: relative;
}

.ATM-locator-search .errorMessages {
	text-align:left;
	margin:0 0 20px 0;
    clear:both;
}

.ATM-locator-search .locatorForm .row {
	margin:0;
}

.ATM-locator-search .search-button button {
    clear: both;
    padding: 0;
	height: 40px;
    border-radius: 20px;
    border: none;
    padding: 10px 0;
    background-color: #CF4500;
    color: #FFFFFF;             
	font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;            
    font-weight: 500;         
    line-height: 19px;        
    text-align: center;
    text-transform: capitalize;
    width:100%;
    cursor: pointer;
}

.ATM-locator-search .search-bar span.search-icon {
    position: absolute; 
    top: 10px;
    color: #96918B;
    margin: 0 15px;
    cursor:pointer;
    left: 0;
} 

.ATM-locator-search .reset-button {
    color: #141413;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
    padding-top: 8px;
    border-color: transparent;
}

.errorMessages {
     background-color: #fff; 
     border-color: none;
     font-size: 16px;
     color:#a94442;
     padding-left:0;
     padding-right:0;
}

.ATM-locator-search .reset-button, .ATM-locator-search .reset-button:focus, .ATM-locator-search .reset-button:hover {
	outline:none;
    text-decoration: underline;
}


.form-group {width:100%; margin:0 0 15px 0; clear:both;}

.ATM-locator-search .mc_select {
    max-width: 480px;
    min-width: 250px;
    margin: 0 auto;
    float: none;
}

.ATM-locator-search .locatorATM .locatorForm .findLocatorReset {
    padding: 10px 30px;
    width: auto;
    color: #fff;
}


.ATM-locator-search .locatorATM .locatorForm .findLocator {
    width: auto;
    padding: 10px 30px;
}

.ATM-locator-search .mapArea {
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
}

.ATM-locator-search .panel-default {
    display:block;
}


.ATM-locator-search .panelMapResult {
    height: 550px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    left: 0;
    border-bottom: 1px solid #fff;
}

.ATM-locator-search .drawerPanel {
    background-color: #A5AFB9;
    float: right;
    height: 100%;
    width: 20px;
    color: #5A6770;
    cursor: pointer;
    position: relative;
    z-index: 99;
    right: 0px;
}

.ATM-locator-search .mapLeftRightArrow {
    position: absolute;
    top: 50%;
    right: -20px;
    background-color: #A5AFB9;
    padding: 15px 3px;
}

.ATM-locator-search #SearchButtonSection {
		padding-left:0;
}

.ATM-locator-search .reset-button .reset-btn {
    color: #141413;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

div#ResetButtonSection {
    margin-left: 24px;
    margin-top: 8px;
    padding: 0;
    text-decoration: underline;
    color: #444340;
}

.ATM-locator-search .button-section {
	margin-top: 9px;
    padding-bottom: 88px;
    margin-bottom: 22px;
}

.option-fields {
	border-top: 2px solid #E8E5E1;
    margin-top: 16px;
    display: none;
    width: 100%;
}

.option-fields .form-group {
  	margin-top: 24px;
}

.option-fields .dxp.dxp-checkbox label{
    margin-bottom: 16px;
}

.option-fields .form-group select.distance-selector {
    border-color: #96918B;
}

.option-fields .form-group .distance-section{
    padding: 0;
}

.reset-button .ResetButton {
	background: transparent;
    border: 0;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color:#444340 !important;
}

.dxp-icon-close {
    position: absolute;
    top: 10px;
    right: 14px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.form-group .view-opt a.anchor-color {
	font-size: 15px;
    font-weight: 500;
    color: #141413 !important;
    line-height: 19px;
}

.form-group .distance-section .distance-label {
    color: #141413 !important;
    font-size: 12px;	
    line-height: 15px;
}

.checkbox-only {
	display: inline-block;
    position:relative;
}

.checkbox-section {
	margin-bottom: 16px;
    width: auto;
    display: inline-block;
}

.other-selections span.info-icon {
    background: url(../../../../../../content/dam/dxp/icons/info.svg) no-repeat center center !important;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-size: 12px !important;
}

.down-arrow {
	position: absolute;
    height: 20px;
    width: 20px;
    margin-left: 8px;
    background: url(../../../../../../content/dam/dxp/icons/caret-down.svg) right 0 top 10px no-repeat #fff;
}

.down-arrow.contactless {
    padding-top: 3px;
	position: absolute;
    height: 24px;
    width: 24px;
    margin-left: 8px;
    background: url(../../../../../../content/dam/dxp/icons/caret-down.svg) right 3px top 9px no-repeat #fff;
    background-size: 50%;
}

.minus-icon {
  padding-top: 3px;
  position:relative;
}

.minus-icon:before {
    position: absolute;
    content: '-';
    font-size: 34px;
    padding: 6px 12px 6px 11px;
    top: -22px;
}


.locator-result-right {
	display: inline-block;
    float: right;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-right: 12px;
    text-align: right;
}

.locator-result-left {
	display: inline-block;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-left: 2px;
}

.form-group .bank-selection select.bank-selector {
	border-color: #96918B;
	color: #676561;
}

.bank-selection .bank-selector-dropdown {
    padding: 24px;
}

.bank-selection ul.bank-address {
	border-bottom: 1px solid #E8E5E1;
    margin: 24px 0 16px 0;
    overflow-y: auto;
    height: 437px;
    padding-left: 24px;
    overflow-x: hidden;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.locator-result-left ul li a.bank-heading, .locator-result-right ul li span.total-distance, h2.bank-heading ,h2.bank-heading a {
	color: #444340 !important;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    word-break: break-all;
	-ms-hyphens: auto;
}

.locator-result-left ul li a.bank-heading:hover {
	text-decoration: underline;
}

.locator-result-left ul li, .locator-result-right ul li, tr {
	color: #444340 !important;
    font-size: 12px;	
   	line-height: 18px;
    clear: both;
}

.locator-result-left ul li a.get-direction {
	color: #CF4500;	
    font-size: 16px;
    line-height: 20px;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.locator-result-left ul li a.get-direction:hover, .get-direction-map-popup:hover {
	color: #CF4500;	
    text-decoration: underline;
}

.locator-result-left .halfTD {
    margin: 16px 0;
    width: 190px;
}

.locator-result-right ul li a.send-text {
	color: #CF4500;	
    font-size: 16px;
    line-height: 20px;
    float: right;
    padding-top: 16px;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.locator-result-right ul li a.send-text:hover, .searchResult a:hover {
	color: #CF4500;	
    text-decoration: underline;
}

.locator-result-left ul li a.feebackSend:hover, .halfTD a.feebackSend:hover {
	color: #CF4500;	
    text-decoration: underline;
}

.direction ul li {
	color: #444340;	
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	
    font-size: 16px;	
    line-height: 20px;
    font-weight: 500;
}
.address-and-direction-border {
	border-bottom: 1px solid #E8E5E1;
    padding: 10px 0 16px 0;
    margin: 0!important;
}

.right-section {
	display: inline-block;
    float: right;
}

.middle-section {
	display: inline-block;
}

.back-to-search-result {
	background-color: transparent;
}

.back-to-search-result .back-to-search-heading {
	color: #141413;	
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;	
    line-height: 24px;
     cursor: pointer;
}

.back-to-search-result .back-to-search-icon:hover {
	cursor: initial;
}

.back-to-search-section {
	border: 1px solid #E8E5E1;
    padding: 24px;
    background-color: #F8F7F5
}

.locator-result-left ul li a.get-direction .get-direction-icon, .get-direction-icon {
	background: url(../../../../../../content/dam/dxp/images/ATMfinder-icons.svg) no-repeat;
    height: 25px;
    width: 20px;
    background-position: -94px 1px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 34px;
 }

 .locator-result-right ul li .financial-institution-icons, .financial-institution-icons {
    background: url(../../../../../../content/dam/dxp/images/ATMfinder-icons.svg) no-repeat;
    height: 25px;
    width: 100px;
   	display: block;
    margin: 10px 0 0 0;
    float: right;
}

.locator-result-right ul li .financial-institution-icons-1, .financial-institution-icons-1 {
    background: url(../../../../../../content/dam/dxp/images/ATMfinder-icons.svg) no-repeat;
    height: 25px;
    width: 24px;
    background-position: 2px 1px;
    display: inline-block;
    vertical-align: middle;
	margin: 5px 5px 0 0;
}
.locator-result-right ul li .financial-institution-icons-2, .financial-institution-icons-2 {
    background: url(../../../../../../content/dam/dxp/images/ATMfinder-icons.svg) no-repeat;
    height: 25px;
    width: 24px;
    background-position: -66px 2px;
    display: inline-block;
    vertical-align: middle;
	margin: 5px 0 0 0;
}

.locator-result-right ul li .financial-institution-icons-3, .financial-institution-icons-3 {
    background: url(../../../../../../content/dam/dxp/images/ATMfinder-icons.svg) no-repeat;
    height: 25px;
    width: 24px;
    background-position: -30px 0px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 0;
}

.locator-result-right ul li .send-text-icon, .send-text-icon {
    background: url(../../../../../../content/dam/dxp/images/ATMfinder-icons.svg) no-repeat;
    height: 25px;
    width: 20px;
    background-position: -130px 1px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}

.ATM-locator-search .search-result {
	margin-bottom: 88px;
}

.feature-checkbox{
    height: 18px !important;
    width: 18px !important;
    display:inline-block !important;
    visibility: hidden !important;
}

.featureTitle {
    color:Â&nbsp;#444340 !important;
	font-size: 0.875rem;
    line-height: 1.25rem;
    display:inline-block;
    padding-left:10px;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

}

p#smsError {
	background:transparent;
}

.captcha_generator {
     display: contents;
     padding-right: 10px;
}

/************* Custom Checkbox CSS ******************************/

/* Create a custom checkbox */
.checkbox-only .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox-only:hover input ~ .checkmark {
  background-color: #FFF;
  border: 1px solid #CF4500;
  
}

/* When the checkbox is checked, add a blue background */
.checkbox-only input:checked ~ .checkmark {
  background-color: white;
  border: 1px solid #CF4500;
}

.checkbox-only .checkmark {
    width:18px;
    height:18px;
    background-color: #FFF;
    border: 1px solid #000;
}            

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-only .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-only input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-only .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #CF4500;
  border-width: 0 2px 2px 0;
 
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*******************************Raio Button CSS************************************/

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark1 {
  position: absolute;
  top: 10px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}

.radio-inline {
    display:inline-block; 
    padding: 0; 
    margin: 10px 0 0 0;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark1 {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark1 {
  background-color: #FFF;
  border:1px solid #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark1:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark1:after {
 	top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #CF4500;
}

.container:hover input ~ .checkmark1 {
  background-color: #FFF;
  border: 1px solid #CF4500;
  
}

input#mobileNumber {
	padding-left:70px;
}

.bank-selection #bank-dropdown {
    background: #F8F7F5;
}

div#smsSend, div#showResultFeedback {
    width: 648px;
}

button#findLocator {
	text-decoration: none;
    color: #FFFFFF;
}

.ATM-locator-search .locatorSearchForm .easysavingDropdown {
    margin: 0 0 20px 0;

}

.easysavingsNetworkDropdown, .easysavingsNetworkDropdown:hover {
    cursor: pointer;
}


#sharefeedbackmodal.modal-title {
    padding-left: 0px;
    height: 42px;	
    width: 552px;	
    color: #141413;	
    font-size: 36px;	
    font-weight: 300;	
    line-height: 42px;
}

#feedbackForm .textarea.contactless {
	height: 78px;
	width: 100%;
	color: #141413;
	font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}


/**************************Media Quries*************************************/


@media screen and (max-width: 991px) {

    .option-fields .form-group {
    	margin-bottom:0;
    }

   .ATM-locator-search .SearchButton {
        margin-top: 30px;
    }

    .locatorHeader {
        margin-top: 104px;
    }

    .heading-wraper {
        margin-bottom: 40px;
    }

	.radio-inline {
        display:inline-block; 
        padding: 0; 
        margin: 10px 0 25px 0;
	}

    div#ResetButtonSection {
    	margin-left: 0px;
    	clear: both;
    	text-align: center;
    	padding: 16px 0 33px 0;
       	text-decoration: underline;
    }
 	.locatorHeader .heading-wraper h1 {
		font-size:32px;
        line-height: 40px;
		margin-bottom: 24px;
	}
}


@media screen and (max-width: 574px) {
      .ATM_locatorSearch #ResetButtonSection {
		text-align: center;
      }

      .ATM_locatorSearch .ResetButton {
		clear: both;
    	padding: 24px 0 0 0;
      }
}

.tblMapMarker td {
    width: 30%;
    padding: 0;
}

select::-ms-expand {
    display: none;
}

.get-direction {
    color: #CF4500 !important;
    margin-left: -2px !important;
}

.bold-heading {
	font-weight: bold !important;
    display: inline-block !important;
    font-size: 15px;
}

.map-popup-address {
	margin-bottom: 10px !important;
    width: 200px;
}

span.financial-institution-icons {
	background: url(../../../../../../content/dam/dxp/images/ATMfinder-icons.svg) no-repeat;
    height: 25px;
    width: 100px;
   	display: block;
    margin: 10px 0 30px 0;
}

.address-margin {
	margin: 0 0 16px 0;
}

/*modal style */
 .country-selector select.country-selector-dropdown {
    border-color: #96918B;
   	color: #676561;
}

 .country-selector label {
	margin-bottom: 4px;
    color: #141413;	
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	
    font-size: 12px;	
    line-height: 15px;
}

 .country-selector {
	margin-bottom: 21px;
}

 .country-code {
	width: 60px;
    border-right: 1px solid #96918B;
    height: 40px;
    position: absolute;
    padding: 12px 15px;
    left: 0;
    bottom: 0;
    color: #141413;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
}

 .phone-number input.phone-no{
    width:100%;
	height: 40px;
    padding: 10px 12px 10px 72px;
}

 .phone-number {
	position: relative;
    margin-bottom: 26px;
}

 .phone-number label{
	margin-bottom: 4px;
    color: #222221;	
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;	
    line-height: 15px;
}

 .captcha-section label{
	margin-bottom: 12px;
    	color: #444340;
}

 .captcha-section input{
    margin-top: 22px;
    width:100%;
	height: 40px;
    padding: 10px 12px 10px 72px;
}

.terms-text {
	display: inline-block;
}

 .terms-n-conditions dxp-checkbox .dxp-checkbox label{
	color: #141413;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
}

 .terms-n-conditions .terms-and-conditions-link{
	margin-top: 32px;
    margin-bottom: 24px;
    color: #141413!important;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
}

 .terms-n-conditions {
	margin-top: 32px;
    margin-bottom: 24px;
    color: #141413!important;
	font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
    position: relative;
}

 .captcha-section input.captcha_code:focus,
 .country-selector select.country-selector-dropdown:focus,  .phone-number input.phone-no:focus {
	outline: 5px auto -webkit-focus-ring-color;
}

#smsForm .optional {
    text-align: left;
    margin: 1px;
}

.send-button button {
    clear: both;
    padding: 0;
	height: 40px;
    width: 184px !important;
    border-radius: 20px;
    border: none;
    padding: 10px 0;
    background-color: #CF4500;
    color: #FFFFFF;             
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;  
    font-size: 15px;            
    font-weight: 500;         
    line-height: 19px;        
    text-align: center;
    text-transform: capitalize;
    width:100%;
    cursor: pointer;
}


div#select-country, div#select-phonenumber, div#select-problem {
    margin-top: 13px;
}

li.send-sms-link, .sendText {
	margin: 10px 0;
}

.mapArea {
    margin: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

.tblMapResultInner {
	font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    width: 100%;
}

.searchResult a {
    color: #CF4500;
}

.table-text {
	text-align: right;
}

.back-to-search {
	padding: 0px 0px 16px 0px !important;
}

.searchResult button {
    background-color: transparent;
    font-weight: 600;
    border-radius: 0;
    border: none;
}

.searchCriteria {
    margin-left: -15px;
}

select:focus {
	background-image: none !important;
}

div#panelMapResult {
    height: 550px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    left: 0;
    border: 1px solid #E8E5E1;
    padding-right: 0px;
    padding-left: 0px;
}

.panelMapResultInner {
    float: left;
    width: 100%;
}

.mapData {
	float: right;
    height: 556px;
    padding-left: 24px;
}

.search-result, .panelMapArea {
	padding-left: 0px !important;
    padding-right: 0px !important;
}

.bank-selection {
	padding-right: 0px;
    padding-left: 0px;
}

.mapPopup {
    margin: 12px;
}

.map-popup-financial-icons {
	margin-bottom: 16px !important;
}

.tblMapMarker .halfTD {
    width: 70%;
}

.tblMapMarker.contactless .halfTD {
    margin: 16px 0;
    width: 50%;
}

.contactless.halfTD {
    width: 50%;
}

.miles-val {
	font-weight: bold;
    font-size:16px;
}

.map-popup-right-td {
	text-align: right;
    width: 110px;
}

.full-width {
    width: 102%;
}

.full-width-others {
    width: 156px;
}

.section-hide {
	display:none;
}

.searchResult .search-criteria-open {
    padding-top: 15px;
    padding-bottom: 80px;
}

.checkbox-item-send-sms {
    background: transparent !important;
}

.routeResult {
    height: 459px;
    overflow-x: hidden;
}

table.tblMapResultInner.tblMapResultInnerDetail {
    margin-left: 24px;     
}

.terms-n-conditions{
	text-decoration: none;
}

.routemap {
    padding-right: 40px;
    margin-left: 24px;
    display: inline;
}

table.adp-placemark {
    border: none;
    background: none;
}

.bank-name {
    width: auto;
}

.bank-name-map {
     width: 65% !important;
}

.table-right-get-directions {
    width: 80% !important;
    text-align: right;
}

input:focus, a:focus, .featuresPanelLIst:focus, input#distanceUnitKilometers:focus,input#distanceUnitMiles:focus, .container:focus {
    outline-color: -webkit-focus-ring-color;
    outline-width: 1px;
    outline-style: auto;
}

.financial-icons-margin {
	margin-bottom: 10px !important;
}
::-webkit-scrollbar {
  width: 10px;
  height:20px;
}

select#searchAll {
    background-image: linear-gradient(45deg, transparent 50%, #96918B 50%), linear-gradient(135deg, #96918B 50%, transparent 50%) !important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    margin:-1px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d4d4d4; 
  border-radius: 5px;
}

span.next-icon {
    background: url(../../../../../../content/dam/dxp/icons/caret-right.svg) left 0 center no-repeat;
    height: 25px;
    width: 100px;
    display: block;
    margin: -24px -79px 0 0;
} 

span.prev-icon {
    background: url(../../../../../../content/dam/dxp/icons/caret-left.svg) left 0 center no-repeat;
    height: 25px;
    width: 100px;
    display: block;
    margin-top: -24px;
} 

span.next-icon:hover {
	cursor: pointer;
}

span.prev-icon:hover {
	cursor: pointer;
}

.back-to-search-icon {
	vertical-align: bottom;
    display: inline-block !important;;
    width: 40px !important;;
}

a.SendText {
    color: #CF4500 !important;
}

.dxp.dxp-theme-white .tblMapResultInner a.get-direction-map-popup, .tblMapResultInner a.get-direction-map-popup:hover {
    color: #CF4500;
    font-size:16px;
    line-height:20px;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.sendSMSForm button.close, .shareFeedbackForm button.close {
    height: 25px;
    width: 20px;
    border:none;
    background:transparent;
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; } 

button#btnrefresh {
    padding-bottom: 13px;
}

img#smsLoader {
    width: 44px;
}

.halfTD.address-margin {
	margin: 0 0 16px 0;
}

h4#sendsmsmodal, h4#sharefeedbackmodal {
	font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

p.address-margin.address-alignment.ng-binding {
    margin:0px;
}

.tblMapResultInner .halfTD table {
   width: 183px;
}

a.bank-name-get-directions.ng-binding:hover {
    text-decoration: none;
}

button#smsModalClose {
	border: none;
    background: transparent;
}

a.SendText {
    color: #CF4500 !important;
	font-size:16px;
    line-height:20px;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.routemap table td.adp-substep {
	height: 58px;
    width:auto;
	color: #141413;
	font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
    padding-top:21px;
    padding-bottom:21px;

}

h2.bank-heading.bold-heading {
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 0;
}

.adp-text {
	height: 80px;
	width: auto;
	color: #444340;
	font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}


.atm-currency-img {
    margin: 0px 3px 5px 4px;
    height: 0.8rem;
}

@media screen and (min-width: 315px) and (max-width: 768px)  {
    .sendSMSForm .close, .shareFeedbackForm .close {
        position: absolute;
        right: 30px;
        top: 10px;
    }
    .modal-content {
		padding: 0px 50px 0px 25px !important;
	}
    span.financial-institution-icons-1,span.financial-institution-icons-2,span.financial-institution-icons-3{
		 margin-top:5px;
        margin-bottom:20px;
    }
    .sendSMSForm .close, .shareFeedbackForm .close{
    	right: 6px;
    }
    .singlePagination {
    	display: block !important;
	}
    .singlePagination ul {
		position: relative;
	}
	.singlePagination li {
    	background-color: transparent !important;
    }
	.singlePagination li a {
    	padding: 20px 5px;
    	background: none;
    }
	.searchDetails table td{
    	font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		padding: 0;
	}
    .back-to-result{
    	margin-top: 260px;
    }
	.routeResult {
    	height: 365px;
    }
    .panelMapResult {
    	margin-bottom: 50px;
    }
    .routemap {
    	margin-top: 10px;
    	border-top: 1px solid #E8E5E1;
    }
    .back-to-search {
   		padding: 0;
	}
    .mapData-search-result{
    	margin-top: 33px;
    }
	.radio-inline {
   	    width: 28%;
    }
	.tblMapResultInnerDetail .halfTD table {
        width:100%;
    }
	.locatorModel .modal-content {
      width: 90%;
      margin: 0 auto;
    }
	.mapData{
		width:100%;
        height: 270px;
    }
    .tblMapResultSingle {
        width: 100%;
        margin: 0;
    }
    .activeMap{
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 24px;
  	}

 	#locatorCtrlMap .locatorModel {
        width: 100% ;
        position: absolute ;
        left: 0px;
        margin: 0;
        font-size:14px;
        top: 10%;
  	}
   	#smsSend .modal-title{
       font-size: 20px;
       padding-left: 0px;
   	}
    .mapArea {
        overflow: visible;
    }
    .searchResult .map, .panelMapResult {
    	width: 100%;
	}
    .panelMapResultInner {
   	 	overflow-x: hidden;
     }
    table.tblMapResultInner.tblMapResultInnerDetail .table-right-get-directions {
    	width: 75%;
    }
    table.tblMapResultInner.tblMapResultInnerDetail {
    	margin-top: 12px;
    }
	.map .gm-style-iw-t::after{
		display:none;
	}

	.map .gm-style-iw-c{
		display:none;
	}
    .mapData {
    	padding-left:0px;
    }
    .modal-body{
		height:525px;
    }
    span.financial-chip {
        background-position: 5px 3px;
        margin: 30px 3px 9px 0px;
        background-color: #eae5e0;
        border-radius: 15px;
        padding: 13px 13px;
        background-size: 108px 49px;
        height: 26px;
    }
    span.financial-handicap {
        background-position: -33px 4px;
        margin: 30px 0px 6px 0px;
        background-color: #eae5e0;
        border-radius: 17px;
        padding: 13px 13px;
        background-size: 132px 44px;
    }
    span.currency-icon-span {
        background-color: #f2c9c5;
        border-radius: 18px;
        padding: 5px 9px 3px 8px;
        position: absolute;
        margin: 7px 3px;
    }
    .atm-currency-img {
        margin: 0px 2px 5px 2px;
        height: 0.6rem;
    }
}

@media screen and (max-width: 767px){
     div#back-to-search{
		margin-top:-332px;
     }

	 .panelMapArea .panelMapResult {
    	border:none;
    }

    .singleMapResult .singlePagination{
    	display:block !important;
    }

    .panelMapGetDirec {
        display: block;
        margin-top: 335px;
    }

    .searchDetails .mobile-address{
		   width:70%;
    	   vertical-align: baseline;
	} 

	.ATM-locator-search .reset-button {
    	padding: 24px 0 0px 0;
	}

    div#ResetButtonSection {
    	padding: 16px 0 0px 0;
    }
    div#panelMapResult.panelMapGetDirec {
        height: auto;
    }
	.dxp.dxp-theme-white a.get-direction{
        font-size: 16px;
        line-height: 20px;
        font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
    
    .routeResult {
    	margin-top: 242px;
	}
	
	.panelMapAreaOverlay {
	    padding: 25% 0;
	    text-align: center;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px)  {
    .tblMapResultSingle, .mapData{
		width: 50%;
        position: relative;
    	overflow: visible;
	}
    .mapData{
		width: 50%;
        height: 100%;
        padding-left: 20px;
	}
    .panelMapResult{
        width: 50%;
        margin: 0;
    	display: block;
    }
   .routeResult .tblMapResultInner td {
    width: 60%;
   }
   .routeResult .tblMapResultInner td.contactless.halfTD {
    width: 50%;
   }
    .singleResult {
        display: none;
    }
    .searchResult .map {
        width: 100%;
    	height: 550px !important;
    }
    table.tblMapResultInner.tblMapResultInnerDetail {
   		margin-top: 12px;
    }
    .driveDirecMobile {
    	display: none !important;
    }
    div#smsSend{
        margin: 0 auto;
        left: 0;
        position: absolute;
        height: 940px;
    }
    table.dxp-col-lg-12.dxp-col-sm-6 {
    	width: auto;
	}
    .mapPopup .tblMapMarker {
    	width: 225px;
    }
	.locatorModel{
     padding:20% 0;	
    }
	#smsSend .modal-title{
       padding-left: 12px;
   	}
    div#routeResultPanel{
        height:460px;
    }

}

@media (max-width:1024px) and (min-width:768px) {
	div#panelMapResult {
        margin-top: 0px; 
        display: block;
    	width:50%;
	}
    ul.driveDirecMobile{
    	display:none;
    }
	.searchResult .map {
	    height:550px;
		margin-left:10px;
	}
	div#back-to-search {
    	padding: 0px 0px 16px 0px;
	}
	.mapData{
		width: 50%;
    }
} 

@media (max-width:1024px) and (min-width:991px) {
    .feturesOptional-left{
    	width: 33%;
    	margin-left: 7%; 
    }
    .feturesOptional-right{
    	width: 33%;
    }
	.ATM-locator-search #SearchButtonSection {
    	width:25%;
    }
	div#panelMapResult {
    	width:49%;
	}
	.mapData{
		width: 51%;
    	padding-right:0px;
    }
    #locatorCtrlMap .locatorModel {
        top: 10%;
    }
}

@media (min-width:1024px) {
    .locator-result-left.dxp-col-sm-6{
    	padding-right:0px;
        padding-left:2px;
    }
}

@media screen and (min-width: 768px) {
    .dxp-row.contactless {
        margin: 0;
        padding-left: 5px;
    }
}

@media (max-width:1920px) and (min-width:991px) {
	span.currency-icon-span {
    background-color: #f2c9c5;
    border-radius: 18px;
    padding: 11px 10px 11px 10px;
	}
}

.feedback-icon {
    background: url(../../../../../../content/dam/dxp/images/feedback.svg) left 0 center no-repeat;
    height: 25px;
    width: 20px;
    background-position: 1px 1px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}

.dxp-row.contactless {
    margin: 0;
    padding-left: 5px;
}

.halfTD a.feebackSend {
    color: #CF4500;
	font-size:16px;
    line-height:20px;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#feedbackForm textarea.contactless {
    padding: 0.675rem 0.875rem;
    width: 100%;
}


#feedbackForm div#select-problem.control-label, #feedbackForm div#feedbackexperience.control-label {
    height: 15px;
    width: 100%;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #141413;
    font-size: 12px;	
    line-height: 15px;
    margin-bottom: 4px;
    font-weight: 500;
}


#feedbackForm .optional {
	height: 15px;
	width: 334px;
	color: #141413;
	font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 32px;
}

.shareFeedbackForm .modal-body{
    padding: 0;
    height: 509px;
}

.shareFeedbackForm #feedbackError.errorMessages {
	height: 24px;
	font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
}

p.category {
    margin-bottom: 34px;
}

div.feedback-margin {
    margin-top: 10px;
}

.modal-send-sms{
	display:block;
}
.modal{
  padding:0;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  margin:0 auto;
}
.modal-open { 
  overflow: hidden;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  padding: 0px 46px 0px 48px !important;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
}
.modal-header .close {
    color: #d4d4d4;
    font-size: 32px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    height: 36px;
    width: 36px;
    margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  margin: 71px 0px 0px 0px !important;
  font-size: 24px;
  padding-left: 12px;
  height: 42px;
  width: 552px !important;
  font-weight: 300 !important;
  font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.modal-body {
  position: relative;
  padding: 15px;
  height: 599px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}



.ATM-locator-search .locatorSearchForm {margin:0;}

.locatorHeader {
	margin-top: 152px;
}

.locatorHeader .heading-wraper h1 {
    font-size:48px;
    margin-bottom:0 !important;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color:Â&nbsp;#444340 !important; 
}

.locatorHeader .heading-wraper-contactless h1 {
    color: #141413;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	
    font-size: 48px;	
    font-weight: 300;	
    line-height: 56px;
    margin-bottom: 0px;
}

.locatorHeader .heading-wraper-contactless h1.register-title {
    margin-bottom : 14px;
}

.locatorHeader .heading-wraper-contactless .contactless-subtitle {
    height: 58px;	
    width: 100%;	
    color: #444340;	
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	
    font-size: 18px;	
    line-height: 26px;
    margin-bottom: 0px;
}

.view-opt #toggleAddRemoveText {
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color:Â&nbsp;#444340 !important; 
}

.view-opt #toggleAddRemoveText.contactless {
    height: 19px;	
    width: 127px;	
    color: #141413;	
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	
    font-size: 15px;	
    font-weight: 600;
    line-height: 19px;	
    text-align: center;
}

.heading-wraper {margin-bottom: 40px;}

.atmLocatorContainer.ATM-locator-search .search-bar input#searchforATM {
    height: 40px ;
    border-radius: 20px ;
    border: none ;
    padding: 0 40px ;
   	background-color: rgba(231,231,231,0.5) ;
    color: #666666 ;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    width: 100%;
}

.p-zero {
	padding: 0;
    color: #444340 !important;
}

.ATM-locator-search .view-opt {
	margin-bottom: 10px;
	margin-top: 0;
    width: 175px;
}

.ATM-locator-search .search-bar {
	padding: 0;
    position: relative;
}

.ATM-locator-search .errorMessages {
	text-align:left;
	margin:0 0 20px 0;
    clear:both;
}

.ATM-locator-search .locatorForm .row {
	margin:0;
}

.ATM-locator-search .search-button button {
    clear: both;
    padding: 0;
	height: 40px;
    border-radius: 20px;
    border: none;
    padding: 10px 0;
    background-color: #CF4500;
    color: #FFFFFF;             
	font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;            
    font-weight: 500;         
    line-height: 19px;        
    text-align: center;
    text-transform: capitalize;
    width:100%;
    cursor: pointer;
}

.ATM-locator-search .search-bar button.search-icon {
    position: absolute; 
    top: 10px;
    color: #8A8A8A;
    margin: 0 15px;
    cursor:pointer;
    left: 0;
    border: none;
} 

.ATM-locator-search .reset-button {
    color: #141413;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
    padding-top: 8px;
    border-color: transparent;
}

.errorMessages {
     background-color: #fff; 
     border-color: none;
     font-size: 16px;
     color:#a94442;
     padding-left:0;
     padding-right:0;
}

.ATM-locator-search .reset-button, .ATM-locator-search .reset-button:focus, .ATM-locator-search .reset-button:hover {
	outline:none;
    text-decoration: underline;
}


.form-group {width:100%; margin:0 0 15px 0; clear:both;}

.ATM-locator-search .mc_select {
    max-width: 480px;
    min-width: 250px;
    margin: 0 auto;
    float: none;
}

.ATM-locator-search .locatorATM .locatorForm .findLocatorReset {
    padding: 10px 30px;
    width: auto;
    color: #fff;
}


.ATM-locator-search .locatorATM .locatorForm .findLocator {
    width: auto;
    padding: 10px 30px;
}

.ATM-locator-search .mapArea {
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
}

.ATM-locator-search .panel-default {
    display:block;
}


.ATM-locator-search .panelMapResult {
    height: 550px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    left: 0;
    border-bottom: 1px solid #fff;
}

.ATM-locator-search .drawerPanel {
    background-color: #A5AFB9;
    float: right;
    height: 100%;
    width: 20px;
    color: #5A6770;
    cursor: pointer;
    position: relative;
    z-index: 99;
    right: 0px;
}

.ATM-locator-search .mapLeftRightArrow {
    position: absolute;
    top: 50%;
    right: -20px;
    background-color: #A5AFB9;
    padding: 15px 3px;
}

.ATM-locator-search #SearchButtonSection {
		padding-left:0;
}

.ATM-locator-search .reset-button .reset-btn {
    color: #141413;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
}
div#ResetButtonSection {
    margin-left: 24px;
    margin-top: 8px;
    padding: 0;
    text-decoration: underline;
    color: #444340;

}
.ATM-locator-search .button-section {
	margin-top: 9px;
    padding-bottom: 88px;
    margin-bottom: 22px;
}

.option-fields {
	border-top: 2px solid #E8E5E1;
    margin-top: 16px;
    display: none;
}
.option-fields .form-group {
  	margin-top: 24px;
}
.option-fields .dxp.dxp-checkbox label{
    margin-bottom: 16px;
}
.option-fields .form-group select.distance-selector {
    border-color: #96918B;
}
.option-fields .form-group .distance-section{
    padding: 0;
}

.reset-button .ResetButton {
	background: transparent;
    border: 0;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color:#444340 !important;
}

.dxp-icon-close {
    position: absolute;
    top: 10px;
    right: 14px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.form-group .view-opt a.anchor-color {
	font-size: 15px;
    font-weight: 500;
    color: #141413 !important;
    line-height: 19px;
}
.form-group .distance-section .distance-label {
    color: #141413 !important;
    font-size: 12px;	
    line-height: 15px;
}
.checkbox-only {
	display: inline-block;
    position:relative;
}
.checkbox-section {
	margin-bottom: 16px;
    width: auto;
    display: inline-block;
}
.other-selections span.info-icon {
    background: url(../../../../../../content/dam/dxp/icons/info.svg) no-repeat center center !important;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-size: 12px !important;
}
.down-arrow{
	position: absolute;
    height: 20px;
    width: 20px;
    margin-left: 8px;
    background: url(../../../../../../content/dam/dxp/icons/caret-down.svg) right 0 top 10px no-repeat #fff;
}

.down-arrow.contactless{
    padding-top: 3px;
	position: absolute;
    height: 24px;
    width: 24px;
    margin-left: 8px;
    background: url(../../../../../../content/dam/dxp/icons/caret-down.svg) right 3px top 9px no-repeat #fff;
    background-size: 50%;
}

.minus-icon {
  padding-top: 3px;
  position:relative;
}

.minus-icon:before {
    position: absolute;
    content: '-';
    font-size: 34px;
    padding: 6px 12px 6px 11px;
    top: -22px;
}


.locator-result-right {
	display: inline-block;
    float: right;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-right: 12px;
    text-align: right;
}

.locator-result-left {
	display: inline-block;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-left: 2px;
}
.form-group .bank-selection select.bank-selector {
	border-color: #96918B;
	color: #676561;
}
.bank-selection .bank-selector-dropdown {
    padding: 24px;
}
.bank-selection ul.bank-address{
	border-bottom: 1px solid #E8E5E1;
    padding: 24px 0 16px 0;
    overflow-y: auto;
    height: 437px;
    padding-left: 24px;
    overflow-x: hidden;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.locator-result-left ul li a.bank-heading, .locator-result-right ul li span.total-distance, h2.bank-heading ,h2.bank-heading a{
	color: #444340 !important;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    word-break: break-all;
	-ms-hyphens: auto;
}
.locator-result-left ul li a.bank-heading:hover {
	text-decoration: underline;
}
.locator-result-left ul li, .locator-result-right ul li, tr {
	color: #444340 !important;
    font-size: 12px;	
   	line-height: 18px;
    clear: both;
}
.locator-result-left ul li a.get-direction {
	color: #CF4500;	
    font-size: 16px;
    line-height: 20px;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.locator-result-left ul li a.get-direction:hover, .get-direction-map-popup:hover {
	color: #CF4500;	
    text-decoration: underline;
}
.locator-result-left .halfTD {
    margin: 16px 0;
    width: 190px;
}
.locator-result-right ul li a.send-text {
	color: #CF4500;	
    font-size: 16px;
    line-height: 20px;
    float: right;
    padding-top: 16px;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.locator-result-right ul li a.send-text:hover, .searchResult a:hover{
	color: #CF4500;	
    text-decoration: underline;
}

.locator-result-left ul li a.feebackSend:hover, .halfTD a.feebackSend:hover{
	color: #CF4500;	
    text-decoration: underline;
}

.direction ul li {
	color: #444340;	
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	
    font-size: 16px;	
    line-height: 20px;
    font-weight: 500;
}
.address-and-direction-border {
	border-bottom: 1px solid #E8E5E1;
        padding: 10px 0 16px 0;
        margin: 0!important;
}
  .right-section{
				display: inline-block;
                    float: right;
                }
                .middle-section {
					display: inline-block;
                    }
.back-to-search-result {
	background-color: transparent;
}
.back-to-search-result .back-to-search-heading {
	color: #141413;	
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;	
    line-height: 24px;
     cursor: pointer;
}
.back-to-search-section {
	border: 1px solid #E8E5E1;
    padding: 24px;
    background-color: #F8F7F5
}

.locator-result-left ul li a.get-direction .get-direction-icon, .get-direction-icon{
	background: url(../../../../../../content/dam/dxp/images/ATMfinder-icons.svg) no-repeat;
    height: 25px;
    width: 20px;
    background-position: -94px 1px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 34px;
 }

 .locator-result-right ul li .financial-institution-icons, .financial-institution-icons{
    background: url(../../../../../../content/dam/dxp/images/ATMfinder-icons.svg) no-repeat;
    height: 25px;
    width: 100px;
   	display: block;
    margin: 10px 0 0 0;
    float: right;
}

.locator-result-right ul li .financial-institution-icons-1, .financial-institution-icons-1 {
    background: url(../../../../../../content/dam/dxp/images/ATMfinder-icons.svg) no-repeat;
    height: 25px;
    width: 24px;
    background-position: 2px 1px;
    display: inline-block;
    vertical-align: middle;
	margin: 5px 5px 0 0;
}
.locator-result-right ul li .financial-institution-icons-2, .financial-institution-icons-2 {
    background: url(../../../../../../content/dam/dxp/images/ATMfinder-icons.svg) no-repeat;
    height: 25px;
    width: 24px;
    background-position: -66px 2px;
    display: inline-block;
    vertical-align: middle;
	margin: 5px 0 0 0;
}

.locator-result-right ul li .financial-institution-icons-3, .financial-institution-icons-3 {
    background: url(../../../../../../content/dam/dxp/images/ATMfinder-icons.svg) no-repeat;
    height: 25px;
    width: 24px;
    background-position: -30px 0px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 0;
}

.locator-result-right ul li .send-text-icon, .send-text-icon{
    background: url(../../../../../../content/dam/dxp/images/ATMfinder-icons.svg) no-repeat;
    height: 25px;
    width: 20px;
    background-position: -130px 1px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}
.ATM-locator-search .search-result {
	margin-bottom: 88px;
}

.feature-checkbox{
    height: 18px !important;
    width: 18px !important;
    display:inline-block !important;
    visibility: hidden !important;
}

.featureTitle {
    color:Â&nbsp;#444340 !important;
	font-size: 0.875rem;
    line-height: 1.25rem;
    display:inline-block;
    padding-left:10px;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

}
select#radius{
	margin: 0;
}

p#smsError{
	background:transparent;
}

.captcha_generator {
     display: contents;
     padding-right: 10px;
}

/**************************Media Quries*************************************/


@media screen and (max-width: 991px) {

    .option-fields .form-group {
    	margin-bottom:0;
    }

   .ATM-locator-search .SearchButton {
        margin-top: 30px;
    }

    .locatorHeader {
        margin-top: 104px;
    }

    .heading-wraper {
        margin-bottom: 40px;
    }

	.radio-inline {
        display:inline-block; 
        padding: 0; 
        margin: 10px 0 25px 0;
	}

    div#ResetButtonSection {
    	margin-left: 0px;
    	clear: both;
    	text-align: center;
    	padding: 16px 0 33px 0;
       	text-decoration: underline;
    }
 	.locatorHeader .heading-wraper h1 {
		font-size:32px;
        line-height: 40px;
		margin-bottom: 24px;
	}
}


@media screen and (max-width: 574px) {
      .ATM_locatorSearch #ResetButtonSection {
		text-align: center;
      }

      .ATM_locatorSearch .ResetButton {
		clear: both;
    	padding: 24px 0 0 0;
      }

      #feedbackForm .textarea.contactless {
        width: 70%;
     }
}

select::-ms-expand {
    display: none;
}

.get-direction {
    color: #CF4500 !important;
    margin-left: -2px !important;
}

.bold-heading{
	font-weight: bold !important;
    display: inline-block !important;
    font-size: 15px;
}
.map-popup-address{
	margin-bottom: 10px !important;
    width: 200px;
}

span.financial-institution-icons{
	background: url(../../../../../../content/dam/dxp/images/ATMfinder-icons.svg) no-repeat;
    height: 25px;
    width: 100px;
   	display: block;
    margin: 10px 0 30px 0;
}

.address-margin{
	margin: 0 0 16px 0;
}

/*modal style */
 .country-selector select.country-selector-dropdown {
    border-color: #96918B;
   	color: #676561;
}
 .country-selector label {
	margin-bottom: 4px;
    color: #141413;	
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	
    font-size: 12px;	
    line-height: 15px;
}
 .country-selector {
	margin-bottom: 21px;
}
 .country-code {
	width: 60px;
    border-right: 1px solid #96918B;
    height: 40px;
    position: absolute;
    padding: 12px 15px;
    left: 0;
    bottom: 0;
    color: #141413;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
}
 .phone-number input.phone-no{
    width:100%;
	height: 40px;
    padding: 10px 12px 10px 72px;
}
 .phone-number {
	position: relative;
    margin-bottom: 26px;
}
 .phone-number label{
	margin-bottom: 4px;
    color: #222221;	
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;	
    line-height: 15px;
}
 .captcha-section label{
	margin-bottom: 12px;
    	color: #444340;
}
 .captcha-section input{
    margin-top: 22px;
    width:100%;
	height: 40px;
    padding: 10px 12px 10px 72px;
}
.terms-text {
	display: inline-block;
}
 .terms-n-conditions dxp-checkbox .dxp-checkbox label{
	color: #141413;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
}
 .terms-n-conditions .terms-and-conditions-link{
	margin-top: 32px;
    margin-bottom: 24px;
    color: #141413!important;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
}
 .terms-n-conditions {
	margin-top: 32px;
    margin-bottom: 24px;
    color: #141413!important;
	font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
    position: relative;
}
 .captcha-section input.captcha_code:focus,
 .country-selector select.country-selector-dropdown:focus,  .phone-number input.phone-no:focus{
	outline: 5px auto -webkit-focus-ring-color;
}

#smsForm .optional {
    text-align: left;
    margin: 1px;
}

.send-button button {
    clear: both;
    padding: 0;
	height: 40px;
    width: 184px !important;
    border-radius: 20px;
    border: none;
    padding: 10px 0;
    background-color: #CF4500;
    color: #FFFFFF;             
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;  
    font-size: 15px;            
    font-weight: 500;         
    line-height: 19px;        
    text-align: center;
    text-transform: capitalize;
    width:100%;
    cursor: pointer;
}

li.send-sms-link, .sendText{
	margin: 10px 0;
}
.mapArea {
    margin: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.tblMapResultInner {
	font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    width: 100%;
}
.searchResult a {
    color: #CF4500;
}

.table-text{
	text-align: right;
}
.back-to-search{
	padding: 0px 0px 16px 0px !important;
}

.searchResult button {
    background-color: transparent;
    font-weight: 600;
    border-radius: 0;
    border: none;
}

.searchCriteria {
    margin-left: -15px;
}

select:focus {
	background-image: none !important;
}

div#panelMapResult {
    height: 550px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    left: 0;
    border: 1px solid #E8E5E1;
    padding-right: 0px;
    padding-left: 0px;
}

.panelMapResultInner {
    float: left;
    width: 100%;
}
.mapData{
	float: right;
    height: 556px;
    padding-left: 24px;
}

.search-result, .panelMapArea{
	padding-left: 0px !important;
    padding-right: 0px !important;
}
.bank-selection{
	padding-right: 0px;
    padding-left: 0px;
}
.mapPopup{
    margin: 12px;
}
.map-popup-financial-icons{
	margin-bottom: 16px !important;
}
.tblMapMarker .halfTD {
    width: 70%;
}
.tblMapMarker.contactless .halfTD {
    margin: 16px 0;
    width: 50%;
}
.contactless.halfTD {
    width: 50%;
}
.miles-val{
	font-weight: bold;
    font-size:16px;
}

.map-popup-right-td{
	text-align: right;
    width: 110px;
}
.full-width{
    width: 102%;
}
.full-width-others{
    width: 156px;
}
.section-hide{
	display:none;
}
.searchResult .search-criteria-open{
    padding-top: 15px;
    padding-bottom: 80px;
}
.checkbox-item-send-sms {
    background: transparent !important;
}
.routeResult {
    height: 459px;
    overflow-x: hidden;
}
table.tblMapResultInner.tblMapResultInnerDetail{
    margin-left: 24px;     
}
.terms-n-conditions{
	text-decoration: none;
}
.routemap {
    padding-right: 40px;
    margin-left: 24px;
    display: inline;
}
table.adp-placemark {
    border: none;
    background: none;
}

.bank-name{
    width: auto;
}
.bank-name-map{
     width: 65% !important;
}

.dxp #SearchIcon::before {
    content: "î¤’";
}

.table-right-get-directions{
    width: 80% !important;
    text-align: right;
}

input:focus, a:focus, .featuresPanelLIst:focus, input#distanceUnitKilometers:focus,input#distanceUnitMiles:focus, .container:focus {
    outline-color: -webkit-focus-ring-color;
    outline-width: 1px;
    outline-style: auto;
}

.financial-icons-margin{
	margin-bottom: 10px !important;
}
::-webkit-scrollbar {
  width: 10px;
  height:20px;
}

select#searchAll {
    background-image: linear-gradient(45deg, transparent 50%, #96918B 50%), linear-gradient(135deg, #96918B 50%, transparent 50%) !important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    margin:-1px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d4d4d4; 
  border-radius: 5px;
}

span.next-icon {
    background: url(../../../../../../content/dam/dxp/icons/caret-right.svg) left 0 center no-repeat;
    height: 25px;
    width: 100px;
    display: block;
    margin: -24px -79px 0 0;
} 
span.prev-icon {
    background: url(../../../../../../content/dam/dxp/icons/caret-left.svg) left 0 center no-repeat;
    height: 25px;
    width: 100px;
    display: block;
    margin-top: -24px;
} 

span.next-icon:hover{
	cursor: pointer;
}

span.prev-icon:hover{
	cursor: pointer;
}
.back-to-search-icon{
	vertical-align: bottom;
    display: inline-block !important;;
    width: 40px !important;;
}

a.SendText {
    color: #CF4500 !important;
}

.dxp.dxp-theme-white .tblMapResultInner a.get-direction-map-popup, .tblMapResultInner a.get-direction-map-popup:hover{
    color: #CF4500;
    font-size:16px;
    line-height:20px;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.sendSMSForm button.close, .shareFeedbackForm button.close{
    height: 25px;
    width: 20px;
    border:none;
    background:transparent;
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; } 

button#btnrefresh {
    padding-bottom: 13px;
}

img#smsLoader {
    width: 44px;
}

.halfTD.address-margin{
	margin: 0 0 16px 0;
}

h4#sendsmsmodal, h4#sharefeedbackmodal{
font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

p.address-margin.address-alignment.ng-binding{
    margin:0px;
}

.tblMapResultInner .halfTD table {
   width: 183px;
}

a.bank-name-get-directions.ng-binding:hover {
    text-decoration: none;
}

button#smsModalClose{
	border: none;
    background: transparent;
}

a.SendText {
    color: #CF4500 !important;
	font-size:16px;
    line-height:20px;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.routemap table td.adp-substep {
	height: 58px;
    width:auto;
	color: #141413;
	font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
    padding-top:21px;
    padding-bottom:21px;

}

h2.bank-heading.bold-heading{
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 0;
}

.adp-text {
	height: 80px;
	width: auto;
	color: #444340;
	font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.send-text-hide{
	display: none;
}

@media screen and (min-width: 315px) and (max-width: 768px)  {
    .sendSMSForm .close, .shareFeedbackForm .close{
        position: absolute;
        right: 30px;
        top: 10px;
    }
    .modal-content {
		padding: 0px 25px 0px 25px !important;
	}
    span.financial-institution-icons-1,span.financial-institution-icons-2,span.financial-institution-icons-3{
		margin-top:7px;
        margin-bottom:20px;
    }
    .sendSMSForm .close, .shareFeedbackForm .close{
    	right: 6px;
    }
    .singlePagination {
    	display: block !important;
	}
    .singlePagination ul {
		position: relative;
	}
	.singlePagination li {
    	background-color: transparent !important;
    }
	.singlePagination li a {
    	padding: 20px 5px;
    	background: none;
    }
	.searchDetails table td{
    	font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		padding: 0;
	}
    .back-to-result{
    	margin-top: 260px;
    }
	.routeResult {
    	height: 365px;
    }
    .panelMapResult {
    	margin-bottom: 50px;
    }
    .routemap {
    	margin-top: 10px;
    	border-top: 1px solid #E8E5E1;
    }
    .back-to-search {
   		padding: 0;
	}
    .mapData-search-result{
    	margin-top: 33px;
    }
	.radio-inline {
   	    width: 28%;
    }
	.tblMapResultInnerDetail .halfTD table {
        width:100%;
    }
	.locatorModel .modal-content {
      width: 90%;
      margin: 0 auto;
    }
	.mapData{
		width:100%;
        height: 270px;
    }
    .tblMapResultSingle {
        width: 100%;
        margin: 0;
    }
    .activeMap{
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 24px;
  	}

 	#locatorCtrlMap .locatorModel {
        width: 100% ;
        position: absolute ;
        left: 0px;
        margin: 0;
        font-size:14px;
        top: 10%;
  	}
   	#smsSend .modal-title{
       font-size: 20px;
       padding-left: 0px;
   	}
    .mapArea {
        overflow: visible;
    }
    .searchResult .map, .panelMapResult {
    	width: 100%;
	}
    .panelMapResultInner {
   	 	overflow-x: hidden;
     }
    table.tblMapResultInner.tblMapResultInnerDetail .table-right-get-directions {
    	width: 75%;
    }
    table.tblMapResultInner.tblMapResultInnerDetail {
    	margin-top: 12px;
    }
	.map .gm-style-iw-t::after{
		display:none;
	}

	.map .gm-style-iw-c{
		display:none;
	}
    .mapData {
    	padding-left:0px;
    }
    .modal-body{
		height:525px;
    }
}

@media screen and (max-width: 767px){
     div#back-to-search{
		margin-top:-332px;
     }

	 .panelMapArea .panelMapResult {
    	border:none;
    }

    .singleMapResult .singlePagination{
    	display:block !important;
    }

    .panelMapGetDirec {
        display: block;
        margin-top: 335px;
    }

    .mapData-search-result {
        margin-top: 78px;
    }

    .searchDetails .mobile-address{
		   width:70%;
    	   vertical-align: baseline;
	} 

	.ATM-locator-search .reset-button {
    	padding: 24px 0 0px 0;
	}

    div#ResetButtonSection {
    	padding: 16px 0 0px 0;
    }
    div#panelMapResult.panelMapGetDirec {
        height: auto;
    }
	.dxp.dxp-theme-white a.get-direction{
        font-size: 16px;
        line-height: 20px;
        font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

	.feedbackForm .dxp-row {
		margin: 0;
    }

	.modal-header {
        padding: 0;
     }

     #sharefeedbackmodal.modal-title {
		font-size: 25px;
     }

     #feedbackForm .optional {
    	text-align: left;
  	}
}

@media screen and (min-width: 768px) and (max-width: 991px)  {
    .tblMapResultSingle, .mapData{
		width: 50%;
        position: relative;
    	overflow: visible;
	}
    .mapData{
		width: 50%;
        height: 100%;
        padding-left: 20px;
	}
    .panelMapResult{
        width: 50%;
        margin: 0;
    	display: block;
    }
   .routeResult .tblMapResultInner td {
    width: 60%;
   }
   .routeResult .tblMapResultInner td.contactless.halfTD {
    width: 50%;
   }
    .singleResult {
        display: none;
    }
    .searchResult .map {
        width: 100%;
    	height: 550px !important;
    }
    table.tblMapResultInner.tblMapResultInnerDetail {
   		margin-top: 12px;
    }
    .driveDirecMobile {
    	display: none !important;
    }
    div#smsSend{
        margin: 0 auto;
        left: 0;
        position: absolute;
        height: 940px;
    }
    table.dxp-col-lg-12.dxp-col-sm-6 {
    	width: auto;
	}
    .mapPopup .tblMapMarker {
    	width: 225px;
    }
	.locatorModel{
     padding:20% 0;	
    }
	#smsSend .modal-title{
       padding-left: 12px;
   	}
    div#routeResultPanel{
        height:460px;
    }

}

@media (max-width:1024px) and (min-width:768px) {
	div#panelMapResult {
        margin-top: 0px; 
        display: block;
    	width:50%;
	}
    ul.driveDirecMobile{
    	display:none;
    }
	.searchResult .map {
	    height:550px;
		margin-left:10px;
	}
	div#back-to-search {
    	padding: 0px 0px 16px 0px;
	}
	.mapData{
		width: 50%;
    }
} 

@media (max-width:1024px) and (min-width:991px) {
    .feturesOptional-left{
    	width: 33%;
    	margin-left: 7%; 
    }
    .feturesOptional-right{
    	width: 33%;
    }
	.ATM-locator-search #SearchButtonSection {
    	width:25%;
    }
	div#panelMapResult {
    	width:49%;
	}
	.mapData{
		width: 51%;
    	padding-right:0px;
    }
    #locatorCtrlMap .locatorModel {
        top: 10%;
    }
}

@media (min-width:1024px) {
    .locator-result-left.dxp-col-sm-6{
    	padding-right:0px;
        padding-left:2px;
    }
    .heading-wraper-contactless {
        width: 600px;
    }
}

@media screen and (min-width: 768px) {
    .dxp-row.contactless {
        margin: 0;
        padding-left: 5px;
    }
    .easysavingDropdown {
		padding-left: 0;
     }
}

.feedback-icon {
    background: url(../../../../../../content/dam/dxp/images/feedback.svg) left 0 center no-repeat;
    height: 25px;
    width: 20px;
    background-position: 1px 1px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}

.dxp-row.contactless {
    margin: 0;
    padding-left: 5px;
}

.halfTD a.feebackSend {
    color: #CF4500;
	font-size:16px;
    line-height:20px;
    font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#feedbackForm textarea.contactless {
    padding: 0.675rem 0.875rem;
    width: 100%;
}

#feedbackForm div#select-problem.control-label, #feedbackForm div#feedbackexperience.control-label {
    height: 15px;
    width: 100%;
    font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #141413;
    font-size: 12px;	
    line-height: 15px;
    margin-bottom: 4px;
    font-weight: 500;
}


#feedbackForm .optional {
	height: 15px;
	width: 334px;
	color: #141413;
	font-family: "MarkForMC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 32px;
}

.shareFeedbackForm .modal-body {
    padding: 0;
    height: 509px;
}

.shareFeedbackForm #feedbackError.errorMessages {
	height: 24px;
	font-family: "MarkForMCNrw", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
}

p.category {
    margin-bottom: 34px;
}

div.feedback-margin {
    margin-top: 10px;
}

.dxp-row.contactless select#radius:focus {
    outline: 1px dotted;
    outline: auto 5px -webkit-focus-ring-color;
    color:#000;
    box-shadow:0px 2px 5px 0px rgba(20,20,19,0.18);
    border-color:#444340;
    outline:none;
}

.anchor-color:focus, .anchorColor:focus, .distance-section:focus, .dxp-icon-close:focus, .search-icon:focus, 
.ATM-locator-search .form-group .search-bar input[type="search"]:focus, .reset-btn:focus, 
.checkbox-only:focus, .distance-section select:focus,#smsForm .terms-n-conditions:focus, 
.get-direction:focus, .get-direction-map-popup:focus, a.feebackSend:focus, .send-text:focus, a.SendText:focus, 
.container.contactless:focus, .bank-heading:focus,
.tblMapResultInner.tblMapResultInnerDetail a.bank-name-get-directions:focus, .tblMapResultInner.tblMapResultInnerDetail a.SendText:focus,
.tblMapResultInner.tblMapResultInnerDetail a.feebackSend:focus, div#errorMessages:focus, select#problemDesc:focus, select#searchAll:focus,
#addComments:focus, .dxp-row.contactless select#radius:focus {
    outline: 1px dotted;
    outline: auto 5px -webkit-focus-ring-color;
}

.featuresPanelLIst-parent.cashback-feature-parent {
    margin: 0px 10px 0px 10px;
}

.featuresPanelLIst.cashback-feature {
    display: inline-flex;
}

.locator-captcha .captcha-generator {
     text-align: left;
     padding: 5px 0;
}

.locator-captcha.dxp-col-lg-12 {
	clear:left;
}

.locator-captcha-inline {
	display: inline-block;
}

.locator__input.arform__input.captchaField.locator-captcha-inline {
    margin-bottom: -4%;
}

.captcha-refresh-icon {
	display: inline;
}

.capctha-input-sec {
	display: inline-block;
    margin-left: 10px;
}

.captchaie {
	padding-bottom: 10% !important;
}

.dxpcaptchaerr {
	color: #d7373c;
    font-size: .75rem;
    line-height: .94rem;
    font-family: MarkForMC,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    margin-right: 0px;
    margin-bottom: 0.25rem;
    margin-left: 0px;
    word-break: break-word;
}

.captcha-refresh-icon {
	display: inline;
}

.capctha-input-sec {
	display: inline-block;
    margin-left: 10px;
}

.captchainput {
    height:25px;
    border-color:grey;
}

.errhide {
    display: none;
}

 #recaptcha .grecaptcha-badge {
	bottom: 72px !important;
}

.dxp-col-sm-7.locator-result-right-icons {
    float: right;
    width: auto;
    padding: 10px 0px;
    margin: auto;
}

.financial-chip {
    background-position: 6px 4px;
    margin: 5px 0px 6px 0px;
    background-color: #eae5e0;
    border-radius: 17px;
    padding: 24px 18px 10px 15px;
}

.financial-handicap {
    background-position: -28px 4px;
    margin: 5px 0px 6px 0;
    background-color: #eae5e0;
    border-radius: 17px;
    padding: 24px 18px 10px 15px;
}

.map-financial-chip {
    background-position: 4px 2px;
    margin: 6px 3px 6px 0px;
    background-color: #eae5e0;
    border-radius: 17px;
    padding: 0px 7px 2px 1px;
    background-size: 112px 51px;
    height: 26px;
}

.map-financial-handicap {
    background-position: -33px 4px;
    margin: 7px 0px 6px 0px;
    background-color: #eae5e0;
    border-radius: 17px;
    padding: 18px 13px 7px 13px;
    background-size: 132px 44px;
}

.map-currency-icon-span {
    background-color: #f2c9c5;
    border-radius: 18px;
    padding: 11px 9px 3px 8px;
}

.map-atm-currency-img {
    margin: 0px 0px 9px 3px;
    height: 0.6rem;
}

.tblmapcurrency {
    text-align: right;
}


.tooltip {
  position: relative;
  display: inline-block;
  max-width: 40vw;
  max-height: 50vh;
  width: max-content;
  background-color: #fff;
  z-index: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;;
  background-color: #FFF;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
  font-family: MarkForMC,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  box-shadow: -2px 0 10px #ccc;
  padding: 0.5rem 0.75rem;
  color: #141413;
  display: block;
  min-width: 10px;
  min-height: 10px;
  text-align: center;
  border-radius: 2px;
  font-size: .875rem;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}

.info-icon:hover .tooltiptext {
  visibility: visible;
}
</pre></body></html>