/**
 * 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(../../../../../content/dam/public/consumer_products/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 > li {
  border-right: solid 2px #f4f4f4;
  cursor: pointer;
  display: table-cell;
  float: none;
  margin-bottom: 0;
  position: relative;
}
.nav-tabs > li.active {
  background: white !important;
  border-color: transparent;
  color: #333333 !important;
  margin-right: 2px;
}
.nav-tabs > li:first-child {
  border-left: solid 1px white;
}
.nav-tabs > li > 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 > li.active > a {
  border: 0;
  border-right: 1px solid #d7d9db;
  border-top: 1px solid #d7d9db;
  border-left: 1px solid #d7d9db;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > 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 > li > a:hover, .nav-tabs > li > a:focus {
  background: transparent;
  border-color: white;
}
.nav-tabs > li:hover, .nav-tabs > 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 > li.active > a {
    border: 0 !important;
    border-right: 1px solid #d7d9db !important;
    border-left: 1px solid #d7d9db !important;
    border-radius: 0 !important;
  }
  .nav-tabs > li.active > a:hover, .nav-tabs > li.active > 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 > li > 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;
  width: 470px;
  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%;
}

.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(../../../../../content/dam/public/consumer_products/images/locators/plus_minus.png) no-repeat 0 0;
  content: close-quote !important;
  padding: 5px 12px;
}

.glyphicon-minus:before {
  background: url(../../../../../content/dam/public/consumer_products/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;
  border: 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 .form-group {
  padding: 0;
}

.sendSMSForm .btnrefresh {
  background: url(../../../../../content/dam/public/consumer_products/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;
}

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

.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;
    width: 100%;
    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;
  }

  .modal.in .modal-dialog {
    width: 60%;
  }
}
.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;
}

#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;
}
.sendSmsLink.none{
	display:none;
}
.SendText.none{
	display:none;
}
.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;
}
