.popup {
    background-image: linear-gradient(117deg, #0071F3 0.93%, #FFB819 97.98%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 75px auto;
    padding: 20px;
    border: 1px solid #666;
    position: relative;
    padding: 50px;
  width: 100%;
}
.popup:before{
    content: url(images/popbg.png);
    color: #E04307;
    font-family: 'FontAwesome';
    font-size: 22px;
    padding-right: 10px;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    overflow: hidden;
}
.popupbtn {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #aaa;
  background-color: #eee;
  background-image: linear-gradient(top, #fff, #f0f0f0);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  color: #666;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  transition: all 0.2s ease-out;
  width: 100%;
}
.popupbtn:hover {
  border-color: #999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.popupbtn:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
}

.copns{
  display: flex;
}
.copns img {
    width: 30%;
    height: 100%;
}
.copns .fredlrycopn{
  margin-left: 10%;
}
.content .box{
    display: block;
    margin-top: 40px;
}
.content .box h2 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 699;
    line-height: 22px;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}
.form-control {
    display: flex;
    z-index: 99999999;
    position: relative;
    width: 100%;
}
.form-control .newsletter{
    display: flex;
    width: 100%;
}
#propmo_25 .form-control .newsletter-email-main{
  display: block;
  width: 100%;
}

#propmo_25 .form-control {
    display: flex;
    z-index: 99999999;
    position: relative;
    width: 100%!important;
}
#propmo_25 .newsletter_email_field {
    display: flex!important;
    width: 410px;
    border: none;
    background-color: #fff;
    border-radius: 6px;
    margin-right: 10px;
}
#propmo_25 form#newsletter .newsletter-submit-form{
    background: #0071F3;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    margin: 15px 0px 0px;
    border: 1px solid transparent;
    box-shadow: none;
    width: auto;
    border-radius: 6px;
    margin-top: 0;
}
#propmo_25 form#newsletter .newsletter-submit-form:hover{
  border: 1px solid #0071F3;
  background-color: transparent;
}
.form-control .input {
    display: inline-block;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    width: 68%;
    color: #B1B1B1;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
  margin-bottom: 0;
}
.form-control .input:focus-visible {
    outline: none;
}
.alert{
  color: #fff;
}
.form-control .btn {
    border-radius: 7px;
    background: #0071F3;
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 799;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 15px;
    border: none;
    margin-left: 5px;
    width: 170px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: unset;
    border: 1px solid transparent;
}
.form-control .btn:hover{
  background-color: transparent;
  border: 1px solid #0071F3;
}
    
    -------------------------------- */
    .img-replace {
      /* replace text with an image */
      display: inline-block;
      overflow: hidden;
      text-indent: 100%;
      color: transparent;
      white-space: nowrap;
    }
    
    .cd-nugget-info {
      text-align: center;
      position: absolute;
      width: 100%;
      height: 50px;
      line-height: 50px;
      bottom: 0;
      left: 0;
    }
    .cd-nugget-info a {
      position: relative;
      font-size: 14px;
      color: #5e6e8d;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
    }
    .no-touch .cd-nugget-info a:hover {
      opacity: .8;
    }
    .cd-nugget-info span {
      vertical-align: middle;
      display: inline-block;
    }
    .cd-nugget-info span svg {
      display: block;
    }
    .cd-nugget-info .cd-nugget-info-arrow {
      fill: #5e6e8d;
    }
    
    .cd-popup-trigger {
      display: block;
      width: 170px;
      height: 50px;
      line-height: 50px;
      margin: 3em auto;
      text-align: center;
      color: #FFF;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 50em;
      background: #35a785;
      box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
    }
    @media only screen and (min-width: 1170px) {
      .cd-popup-trigger {
        margin: 6em auto;
      }
    }
    
    .cd-popup {
      position: fixed;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(94, 110, 141, 0.9);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
      -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
      transition: opacity 0.3s 0s, visibility 0s 0.3s;
    }
    .cd-popup.is-visible {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
      transition: opacity 0.3s 0s, visibility 0s 0s;
    z-index: 999999;
    }
    
    .cd-popup-container {
      position: relative;
      width: 90%;
      max-width: 640px;
      margin: 4em auto;
      background: #FFF;
      border-radius: .25em .25em .4em .4em;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      -webkit-transform: translateY(-40px);
      -moz-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      -o-transform: translateY(-40px);
      transform: translateY(-40px);
      /* Force Hardware Acceleration in WebKit */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
    }
    .cd-popup-container p {
      padding: 3em 1em;
    }
    .cd-popup-container .cd-buttons:after {
      content: "";
      display: table;
      clear: both;
    }
    .cd-popup-container .cd-buttons li {
      float: left;
      width: 50%;
      list-style: none;
    }
    .cd-popup-container .cd-buttons a {
      display: block;
      height: 60px;
      line-height: 60px;
      text-transform: uppercase;
      color: #FFF;
      -webkit-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      transition: background-color 0.2s;
    }
    .cd-popup-container .cd-buttons li:first-child a {
      background: #fc7169;
      border-radius: 0 0 0 .25em;
    }
    .no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
      background-color: #fc8982;
    }
    .cd-popup-container .cd-buttons li:last-child a {
      background: #b6bece;
      border-radius: 0 0 .25em 0;
    }
    .no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
      background-color: #c5ccd8;
    }
    .cd-popup-container .cd-popup-close {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 30px;
        height: 28px;
        background-color: #fff;
        border-radius: 20px;
        vertical-align: middle;
    }
    .cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
      content: '';
      position: absolute;
      top: 12px;
      width: 14px;
      height: 3px;
      background-color: #8f9cb5;
    }
    .cd-popup-container .cd-popup-close::before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 8px;
    }
    .cd-popup-container .cd-popup-close::after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      right: 8px;
    }
    .is-visible .cd-popup-container {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    @media only screen and (min-width: 1170px) {
      .cd-popup-container {
        margin: 8em auto;
      }
    }

