.agency_contacts .popover-body {
  display: none;
}
.agency_contacts select {
  padding: 10px !important;
  margin-left: 0 !important;
  font-size: 14px !important;
  min-width: 140px !important;
}
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
  width: 100%;
  height: 100%;
}
#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  text-align: center;
}
#boxes #dialog {
  width: 100%;
  height: calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
  height: -o-calc(100% - 50px);
  height: calc(100% - 50px);
  top: 50px;
  left: 0;
  padding: 0;
  background-color: #fff;
  font-size: 15pt;
  overflow: auto;
}
#popupfoot {
  display: none;
  outline: 2px solid #000;
  text-align: center;
  font-size: 24pt;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
  z-index: 999999;
  height: 50px;
}
#fullpdf {
  width: 100%;
  height: 100%;
}
#contract {
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  border-image: none;
  line-height: 1.5;
  font-family: Tahoma, Geneva, sans-serif !important;
  font-size: 12px !important;
  -ms-word-wrap: break-word;
  width: 80%;
  max-width: 920px;
  min-width: 260px;
  margin: 0 auto;
}
#contract table, #contract td {
  border: 0;
  margin: 0 auto;
}
#contract .center {
  text-align: center;
}
#contract p, #contract ul {
  text-align: justify;
}
.gform_page_footer .read-terms {
  display: inline-block;
}
