/*add to the final element containing the text*/
/*http://hackingui.com/front-end/a-pure-css-solution-for-multiline-text-truncation/*/
/*https://codepen.io/natonischuk/pen/QbGWBa*/
/*adjustHeight parameter is needed because Chrome seems to not be consistent with other browsers and for small screen sizes displays top of the letters in the line that should be hidden - and we need to minimally adjust to cover that*/
@media only screen and (min-width: 350px) {
  .wrap-categories {
    width: 70% !important; }
  .wrap-regions {
    width: 30% !important; } }

@media only screen and (min-width: 500px) {
  .wrap-categories {
    width: 70% !important; }
  .wrap-regions {
    width: 30% !important; } }

footer {
  width: 100%;
  background-color: #333;
  padding: 20px 0 20px 0;
  color: #FFF; }

footer .footer-top-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-top: 15px; }

footer .footer-top-level .footer-logo-container {
  width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

footer .footer-top-level .footer-logo-container .footer-logo {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 200px;
  height: 80px;
  margin-right: 35px; }

footer .footer-top-level .footer-links-container {
  width: 50%; }

footer .footer-top-level .footer-links-container .category-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

footer .footer-top-level .footer-links-container .category-group .links-container {
  text-align: left;
  margin-bottom: 5px;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

footer .footer-top-level .footer-links-container .category-group .links-container .categories {
  font-weight: 600;
  font-size: 19px; }

footer .footer-top-level .footer-links-container .category-group .links-container .categories .name {
  text-transform: uppercase; }

footer .footer-top-level .footer-links-container .category-group .links-container .categories .links {
  padding-top: 15px;
  padding-bottom: 15px; }

footer .footer-top-level .footer-links-container .category-group .links-container .categories .links a {
  color: #d9d9d9;
  font-size: 15px;
  text-decoration: none;
  line-height: 25px;
  text-transform: none;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

footer .footer-top-level .footer-links-container .category-group .links-container .categories .links a:hover {
  opacity: 1; }

footer .footer-top-level .social-media-container {
  width: 23%; }

footer .footer-top-level .social-media-container .social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  cursor: pointer; }

footer .footer-top-level .social-media-container .social-media-links .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  width: 100%;
  margin: 1% 0; }

footer .footer-top-level .social-media-container .social-media-links .link .social-name {
  padding-left: 10px; }

footer .footer-top-level .social-media-container .social-media-links .link:hover {
  color: #1890ff; }

footer .footer-bottom-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px; }

footer .footer-bottom-level .copyright-container {
  width: calc(82% - 70px);
  margin-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end; }

footer .footer-bottom-level .powered-by-container {
  width: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

footer .footer-bottom-level .powered-by-container .powered-by-logo {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 200px;
  height: 80px; }

.social {
  position: fixed;
  top: 16px;
  left: 0;
  width: 0;
  display: block; }

.social ul {
  padding: 0px;
  -webkit-transform: translate(-170px, 0);
  transform: translate(-170px, 0); }

.social ul li {
  display: block;
  width: 222px;
  text-align: right;
  padding: 10px;
  -webkit-transition: all .8s;
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer; }

.social ul li.twitter {
  background: #000; }

.social ul li.facebook {
  background: #1877F2; }

.social ul li.youtube {
  background: #f51919; }

.social ul li.instagram {
  background: #3897f0; }

.social ul li.news-feed {
  background: #9defe0; }

.social ul li.linkdin {
  background: #007bb5; }

.social ul li.instagram {
  background: #3897f0; }

.social ul li i {
  color: #FFF;
  width: 40px;
  height: 40px;
  font-size: 40px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.social ul li:hover {
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0); }

.social ul li:hover i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }

@media only screen and (max-width: 768px) {
  .social {
    display: none; }
  .footer-top-level {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-top: 0 !important; }
  .footer-top-level .footer-logo-container {
    width: 100% !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .footer-top-level .footer-logo-container .footer-logo {
    margin: 0 !important;
    margin-bottom: 50px !important; }
  .footer-top-level .footer-links-container {
    width: 100% !important; }
  .footer-top-level .footer-links-container .category-group {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    width: 100% !important; }
  .footer-top-level .footer-links-container .category-group .links-container {
    width: 40% !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-left: 30px; }
  .footer-top-level .social-media-container {
    width: 100% !important; }
  .footer-top-level .social-media-container .social-media-links {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-left: 30px; }
  .footer-top-level .social-media-container .social-media-links .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    width: 100%;
    margin: 1% 0; }
  .footer-top-level .social-media-container .social-media-links .link .social-name {
    padding-left: 10px; }
  .footer-top-level .social-media-container .social-media-links .link:hover {
    color: #1890ff; }
  .footer-bottom-level .copyright-container {
    width: 100%;
    margin-left: 30px !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .footer-bottom-level .powered-by-container .powered-by-logo {
    display: none !important; } }

