.u-color-grayfooter {
  color: #60625a !important;
  margin-bottom: 0px;
}

.u-color-green {
  color: #86a315 !important;
}

.u-font-size-l {
  font-size: 22px;
}
.col-md-6 {
    width: 50%;
	float: inherit;
}

.visible-desktop2 {
}


.u-bg-gray-footer {
  background-color: #f0efee;
  .c-share__list__item {
    background: transparent;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    @media (max-width: 480px) {
      margin-right: 10px;
      margin-left: 0;
    }
  }
}

.text-md-right {
  text-align: right;
  @media (max-width: 480px) {
    text-align: inherit;
  }
}

.container li {
    list-style-image: none;
}

a.button {
    min-width: 60px;
    height: 22px;
	border-radius: 3px;
	padding: 13px 13px 13px 13px;
	background-color: #98a92a !important;
}





.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone-footer {
  display: none !important;
}

.visible-tablet-footer {
  display: none !important;
}

.hidden-desktop-footer {
  display: none !important;
}

.visible-desktop-footer {
  display: inline-flex !important; !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop-footer {
    display: inline-flex !important; !important;
  }
  .visible-desktop-footer {
    display: none !important ;
  }
  .visible-tablet-footer {
    display: inline-flex !important; !important;
  }
  .hidden-tablet-footer {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop-footer {
    display: inline-flex !important; !important;
  }
  .visible-desktop-footer {
    display: none !important;
  }
  .visible-phone-footer {
    display: inline-flex !important; !important;
  }
  .hidden-phone-footer {
    display: none !important;
  }
}
