.popup-mask {
  background-color: #000;
  display: none;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 9990;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }
.popup-mask.active {
    display: block;
    opacity: 0.5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed; }

.popup-container {
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 30px 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container {
      padding: 50px 15px 60px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .popup-container {
      max-width: 100%;
      padding: 50px 40px 60px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .popup-container {
      max-width: 100%;
      padding: 50px 40px 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .popup-container {
      max-width: 100%;
      padding: 50px 40px 60px; } }
  .popup-container .popup-title {
    border-bottom: 1px solid #cccccc;
    color: #000;
    font-family: "Baskerville10Pro", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding-bottom: 36px;
    margin-bottom: 33px; }
  .popup-container .popup-secondary-title {
    color: #000;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px; }
  .popup-container .form-select {
    min-width: 100%; }
    .popup-container .form-select .select {
      padding-left: 15px; }
  .popup-container .module {
    margin: 0 auto; }
    .popup-container .module .listing ul > li {
      border-bottom: 0;
      margin-top: 0;
      padding-bottom: 36px; }
    .popup-container .module ul {
      display: flex;
      align-items: center;
      flex-flow: row wrap; }
      .popup-container .module ul > li {
        width: 47.85555%; }
        .popup-container .module ul > li.label-name {
          font-weight: 500;
          margin-right: 10px;
          text-align: left; }
        .popup-container .module ul > li.label-value {
          font-weight: 400;
          margin-left: 10px; }
    .popup-container .module .user-profile ul > li:nth-child(5), .popup-container .module .user-profile ul > li:nth-child(6) {
      padding-bottom: 16px; }
    .popup-container .module .user-profile ul > li:nth-child(n+7) {
      padding-bottom: 10px; }
    .popup-container .module .address-book ul:first-of-type {
      margin-top: 33px; }
    .popup-container .module .address-book ul > li {
      padding-bottom: 10px; }
      .popup-container .module .address-book ul > li .cta-wrapper {
        bottom: 5px;
        right: 0; }
      .popup-container .module .address-book ul > li input[name="txtUSstate"] {
        width: 50px; }
    .popup-container .module .address-book ul:last-of-type > li:nth-last-of-type(1), .popup-container .module .address-book ul:last-of-type > li:nth-last-of-type(2) {
      padding-bottom: 0; }
    .popup-container .module .address-book .indReqFlds {
      border-bottom: 1px solid #cccccc;
      height: 50px;
      line-height: 50px;
      margin-top: -20px;
      margin-bottom: 25px;
      width: 100%; }
    .popup-container .module .cta-wrapper {
      position: relative; }
      .popup-container .module .cta-wrapper button, .popup-container .module .cta-wrapper a {
        margin-bottom: 0; }
        .popup-container .module .cta-wrapper button:last-of-type, .popup-container .module .cta-wrapper a:last-of-type {
          margin-left: 20px; }
  .popup-container .add-new-footer {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    width: 100%; }
  .popup-container .add-new-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
  .popup-container .cta {
    font-size: 16px;
    height: 50px;
    line-height: 50px; }
  .popup-container .indReqFlds {
    color: #808080;
    font-family: "AtlasGroteskRegularItalic", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 25px; }
  .popup-container .processing-request {
    color: #000;
    float: left;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    width: 100%; }
  .popup-container .popup-footer {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #cccccc;
    margin-top: 40px;
    padding: 20px 0 0;
    position: relative;
    width: 100%; }
