@media screen and (max-width: 1200px){
  .main
  {
    padding-top: 163px;
  }
}




@media screen and (max-width: 992px){

  /*** FIXES ***/
  .main
  {
    padding-top: 77px;
  }

}


@media screen and (max-width: 768px){

  .breadcrumb .icon-help
  {
    position: static;
    top: 50%;
    right: 0;
    transform: none;
    -webkit-transform:  none;
    -moz-transform:  none;
    border: none;
    background: none;
    color: #f58220;
    padding: inherit;
    transition: color .2s ease-out;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
  }
  .breadcrumb .icon-help:hover
  {
    background: none;
    color: #f76619;
    padding: inherit;
  }



  /*** HELPERS ***/
  .ph_desktop_only
  {
    display: none !important;
  }
  .ph_mobile_only,
  .ph .ph_mobile_only
  {
    display: block;
  }

  /*** GRID ***/
  .ph
  {
    margin-left: 15px;
    margin-right: 15px;
    background: #fff;
  }
  .ph .col-index
  {
    background: #fcfcfc;
    border-right: solid #dedede 1px;
    border-bottom: solid #dedede 1px;
  }

  .ph .table-row-first>.table-col
  {
    padding-top: 0;
  }





  /**********************/
    /******* STYLES *******/
      /**********************/

  .ph .padding-left-right-15
  {
    padding-left: 8px;
    padding-right: 8px;
  }
  .ph .padding-left-right-64
  {
    padding-left: 18px;
    padding-right: 18px;
  }





  #progress_bar
  {
    margin-top: 12px;
  }

  .phantom_header_banner,
  .phantom_video_banner,
  .paperless_law_firm_header_banner,
  .increase_healthcare_efficiency_header_banner
  {
    padding: 64px 28px 72px 28px;
    border-radius: 6px !important;
  }


  /** WEB APPS **/
  .ph .pdf_to_jpg_header_banner_top,
  .ph .pdf_to_jpg_header_banner_bottom
  {
    background: none;
  }



  #payment_methods .ph_badge.trustwave,
  #payment_methods .ph_badge.bussiness_bureau,
  #payment_methods .ph_badge.worldpay
  {
    transform-origin: top center;
  }
  #payment_methods .ph_badge.trustwave
  {
      margin-right: -24px;
      margin-left: -7px;
  }
  #payment_methods .ph_badge.bussiness_bureau
  {
      margin-right: 0px;
  }
  #payment_methods .ph_badge.worldpay
  {
      height: 52px;
      padding-right: 0;
  }
  #payment_methods .ph_badge.trustwave,
  #payment_methods .ph_badge.bussiness_bureau
  {
      margin-bottom: -18px;
  }





}
