/*****************************************************************
 ------------------------------------------------------------------
 footer CSS
 ------------------------------------------------------------------
 *****************************************************************/
.footer-isi ul,.footer-tandc-content ul {
  padding-left: 20px;
}

.footer-wrapper-cont ul li, .footer-isi ul li {
  list-style-type: disc;
}

.footer-tandc-content ul li {
  padding-bottom: 10px;
}


.footer-rxpath {
  padding: 10px 0 15px 0;
}

.footer-rxpath img {
  max-width: 516px;
  max-height: 64px;
}

/*****************************************************************
 ------------------------------------------------------------------
 CSS for Desktop and iPad landscape
 ------------------------------------------------------------------
 *****************************************************************/

@media only screen and (min-width: 1000px), only screen and (min-device-width: 1000px) and (orientation: landscape){
  .footer-wrapper-cont p, .footer-wrapper-cont ul {
    padding-bottom: 10px;
  }
  .footer-menu .menu li.first {
    width: 125px;
    text-align: left;
  }
  .footer-menu .menu li.last.adchoices {
    float: right;
  }
  .footer-menu .menu li a {
    color: #000;
    text-decoration: none;
  }
  .footer-wrapper-cont h5{
    padding: 15px 0;
  }
  .footer-menu ul.menu {
    padding: 0 0 20px 0;
  }
  .footer-menu .menu li.last.adchoices a {
    background: url('/sites/default/themes/custom/peh_template/images/global/ad-choices.png') no-repeat;
    width: 128px;
    height: 20px;
    float: right;
  }
  .footer-regulatory-text img {
    margin-right: 15px;
  }
}

 /*****************************************************************
 ------------------------------------------------------------------
 CSS for Mobile and iPad potrait
 ------------------------------------------------------------------
 *****************************************************************/

@media only screen and (max-width: 999px), only screen and (max-device-width: 999px) and (orientation: portrait) {
  .footer-wrapper-cont {
    background: #fffffc;
  }
  .footer-isi p, .footer-isi ul {
    padding-bottom: 20px;
  }
  .footer-wrapper-cont ul.menu {
    margin: 0 auto;
    padding: 20px 0 40px 0;
  }
  .footer-wrapper-cont ul.menu li {
    padding: 0 0 10px 0;
    list-style-type: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .footer-menu .menu li a {
    color: #0071d2;
  }
  .footer-wrapper-cont h5{
    padding: 0 0 20px 0;
  }
  .footer-rxpath-mobile img {
    max-width: 180px;
    margin: 15px auto;
    display: block;
  }
  .footer-menu .menu li.last.adchoices {
    float: none;
    width: 126px;
  }
  .footer-menu .menu li.last.adchoices a {
    background: url(/sites/default/themes/custom/peh_template/images/global/ad-choices-mobile.png) no-repeat center/100% 100%;
    width: 124px;
    height: 22px;
    float: none;
    display: block;
  }
  .footer-menu .menu li.first, .footer-menu .menu li.last.adchoices, .footer-regulatory-text {
    text-align: center;
  }
  .footer-regulatory-text p, .footer-regulatory-text img {
    float: none;
  }
}