
.expandable-footer-v1 {
  position: relative;
}

.expandable-footer-v1 .more {
  cursor: pointer;
  line-height: 14px;
  padding-right: 18px;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAABkAQMAAABqwFjqAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAACJJREFUeF7dyKEVAAAIhFCC+8/IJmfWZPY/EhSjuM5zkbMGkaID5wDICpYAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: right 0;
}

.expandable-footer-v1 .more.open {
  background-position: right -80px;
}

.expandable-footer-v1 .expanded-content {
  display: none;
  position: fixed;
  left: 0;
  bottom: 39px;
  width: 100%;
  height: 39px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 101;
}

@media (max-width: 768px){
    .expandable-footer-v1 .expanded-content {
        position: relative;
        left: auto;
        bottom: auto;
        height: auto;
    }
}
.expandable-footer-v1 .expanded-content-wrapper {
  display: table;
  vertical-align: middle;
  width: 73%;
  padding-top: 2px;
  height: 37px;
  margin: 0 auto;
}

.expandable-footer-v1 .expanded-content-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.expandable-footer-v1 .expanded-content-inner .left {
  float: left;
  clear: left;
}

@media (max-width: 768px) {
    .expandable-footer-v1 .expanded-content-inner .left {
        float: none;
    }
}
.expandable-footer-v1 .expanded-content-inner #country-nav {
  float: right;
  width: 155px;
  clear: right;
}

.expandable-footer-v1 #country-selector {
  width: 155px;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0 12px;
  background: url('icon-arrow-sprite.png') no-repeat 131px 9px;
  text-align: left;
  line-height: 24px;
}

.expandable-footer-v1 #country-selector:hover {
  background-position: 131px -83px;
  border-color: #000;
  text-decoration: none;
}

.expandable-footer-v1 #country-nav {
  position: relative;
}

.expandable-footer-v1 #country-nav .menu {
  display: none;
  position: absolute;
  bottom: 31px;
  left: 0;
  background: #fff;
  border: 1px solid #000;
  border-bottom: 0;
  width: 155px;
  max-height: 400px;
}

.expandable-footer-v1 #country-nav .menu li {
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
}

.expandable-footer-v1 #country-nav .menu li a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 0 12px;
}

.expandable-footer-v1 #country-selector,
.expandable-footer-v1 .menu li a {
  line-height: 24px;
}


/**
 * Expanded footer - The .js file for this template will add an "expanded" class to the footer block when it's
 * suppose to be expanded at all times. We use this to override the styles from the main #footer div to meet our needs.
 */

#footer.expanded {
  height: 80px;
  padding-top: 50px;
}

#footer.expanded .expandable-footer-v1 .more {
  display: none;
}

#footer.expanded .expandable-footer-v1 .expanded-content {
  display: block;
}

@media screen and (max-width: 1024px) {
  .expandable-footer-v1 .expanded-content-wrapper {
    display: table;
    vertical-align: middle;
    width: 768px;
    max-width: 768px;
    height: 100%;
    margin: 0 auto;
  }
}
