.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
/*** FOOTER ***/

footer {
  background: #dfe6ec;
  margin: 0;
  border-top: 3px solid #ee8900;
  *zoom: 1;
}
footer:before,
footer:after {
  display: table;
  content: "";
  line-height: 0;
}
footer:after {
  clear: both;
}
footer .footer-column {
  width: 20%;
  float: left;
}
footer .footer-column-inner {
  padding: 20px;
}
footer .footer-column h5 {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 14px;
  color: #4e5052;
  text-transform: uppercase;
}
footer .footer-column h5 a {
  color: #4e5052;
  text-decoration: none;
}
footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-column ul li {
  margin-bottom: 8px;
  line-height: 14px;
}
footer .footer-column ul li a {
  color: #4e5052;
  line-height: 14px;
}
footer .socialMedia-wrap {
  *zoom: 1;
}
footer .socialMedia-wrap:before,
footer .socialMedia-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .socialMedia-wrap:after {
  clear: both;
}
@media (max-width: 767px) {
  footer .footer-column {
    width: 50%;
  }
  footer .footer-column:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 480px) {
  footer .footer-column {
    width: 100%;
    float: none;
    *zoom: 1;
  }
  footer .footer-column:before,
  footer .footer-column:after {
    display: table;
    content: "";
    line-height: 0;
  }
  footer .footer-column:after {
    clear: both;
  }
}
.copy {
  float: right;
  color: #868686;
  text-align: center;
  clear: both;
  margin-bottom: 20px;
  font-size: 11px;
  padding: 0 20px;
  line-height: 25px;
}
.copy a {
  color: #868686;
}
