i.fa.fa-check {
  padding-right: 10px;
}

/* error msg for modals */
.errormsg {
  background: rgba(255, 0, 0, 0.5);
  border-radius: 2px;
  color: white;
  display: none;
  font-weight: bold;
  padding: 5px;
}

/* sweetalerts style overrides */
.sweet-alert {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  left: 50%;
  max-width: 400px;
  width: 90%;
}

.swal2-content {
  font-size: 1rem;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 17px;
}

button.swal2-confirm.styled {
  color: #ffffff;
  background: #1caee5 !important;
}

.swal2-modal {
  border: 5px solid #1caee5;
  border-radius: 2px;
}

.swal2-content {
  border-radius: 2px;
  font-weight: 400;
  padding: 0 20px;
}

.swal2-modal > h2 {
  font-size: 1em;
  line-height: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5em;
  width: 95%;
}

.swal2-modal input {
  margin: 5px auto;
}

.swal2-modal p {
  font-size: 0.9em;
}

.swal2-modal .swal2-close {
  color: #333333;
  line-height: 25px;
  right: 10px;
}

.am-modal ul.modal-benefits {
  display: none;
}

.am-left {
  display: table-footer-group;
}

.am-right {
  display: table-header-group;
}

.am-left,
.am-right {
  width: 100%;
}

.swal2-content > a.bttn.filled.statesources {
  margin: 10px 0;
}
.swal2-content > a.bttn.filled.statesources:nth-of-type(2) {
  background: #444444;
  border-color: #444444;
}

@media (min-width: 768px){
  .swal2-modal > h2 {
    font-size: large;
  }

  .swal2-content p {
    font-size: initial;
  }

  .am-modal.swal2-modal {
    margin-left: -37% !important;
    top: 60%;
    width: 600px !important;
  }

  .am-left,
  .am-right {
    display: inline-block;
    width: 48%;
  }

  .am-left {
    margin-right: 4%;
  }

  .am-right{
    text-align: left;
  }

  .am-modal ul.modal-benefits {
    display: block;
    font-size: 0.9em;
  }

  .am-modal ul {
    list-style-type: disc;
    padding-left: 20px;
  }

  .am-modal ul li {
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px){
  .am-modal.swal2-modal {
    margin-left: -30% !important;
    top: 75%;
    width: 60% !important;
  }

  .am-modal ul li {
    padding-bottom: 10px;
  }

  .am-modal ul li:last-child {
    padding-bottom: 0;
  }

  .swal2-content > a.bttn.filled.statesources:nth-of-type(2) {
    margin: 10px;
  }
}

@media (min-width: 1280px){
  .am-modal.swal2-modal {
    width: 600px !important;
    margin-left: -300px !important;
  }
}

/* Style changes for paywall modal */
.swal2-modal.dark {
  background: none !important;
  border: 0;
}

.swal2-modal.dark .swal2-content,
.swal2-modal.dark .swal2-content h2,
.swal2-modal.dark .swal2-content h3 {
  color: white;
  line-height: 1em;
}

.swal2-modal.dark .swal2-content h2 {
  font-size: 1.25em;
}

.swal2-modal.dark .swal2-content h3 {
  font-size: 1em;
}

.swal2-modal.dark .swal2-close {
  color: white;
}

@media (min-width: 1024px){
  .swal2-modal.dark {
    background: none !important;
    border: 0;
    margin-left: -35% !important;
    width: 70%!important;
  }

  .swal2-modal.dark .swal2-content,
  .swal2-modal.dark .swal2-content h2,
  .swal2-modal.dark .swal2-content h3 {
    color: white;
    line-height: 1.25em;
  }

  .swal2-modal.dark .swal2-content h2 {
    font-size: 30px;
  }

  .swal2-modal.dark .swal2-content h3 {
    font-size: 25px;
  }

  .swal2-modal.dark .swal2-close {
    color: white;
  }
}

@media (min-width: 1280px){
  .swal2-modal.dark {
    margin-left: -37.5% !important;
    width: 75%!important;
  }
}

/* Style changes for dark lead capture modal */
.swal2-modal.dark2 {
  background: none !important;
  border: 0;
  margin-top: -232px !important;
}

.swal2-modal.dark2 .swal2-content,
.swal2-modal.dark2 .swal2-content h2,
.swal2-modal.dark2 .swal2-content h3 {
  color: white;
  line-height: 1em;
}

.swal2-modal.dark2 .swal2-content h2 {
  font-size: 1.25em;
}

.swal2-modal.dark2 .swal2-content h3 {
  font-size: 1em;
}

.swal2-modal.dark2 .swal2-close {
  color: white;
}

.swal2-modal.dark2 input {
  font-size: 11px;
  height: 2.5em;
  margin: 2%;
  width: 46%;
}

.swal2-modal.dark2 a.enterdigest {
  float: left;
  margin-left: 2%;
  position: relative;
  top: 10px;
}

.swal2-modal.dark2 input[name=enterdigest] {
  border-radius: 2px;
  float: right;
}

.swal2-modal.dark2 [data-tip] {
  display: inline;
}

.swal2-modal.dark2 select {
  border-radius: 2px;
  margin: 2%;
  margin-bottom: 4%;
  padding-bottom: 3px;
  padding-top: 5px;
  width: 96%;
}

.swal2-modal.dark2 a.bttn.filled {
  margin: 2%;
}

@media (min-width: 640px){
  .swal2-modal.dark2 img {
    float: left;
    margin-left: 2%;
  }

  .swal2-modal.dark2 a.enterdigest {
    float: none;
    margin-left: 0;
    top: 0;
  }
}

@media (min-width: 800px){
  .swal2-modal.dark2 input {
    font-size: 12px;
    height: 3em;
  }
}

@media (min-width: 1024px){
  .swal2-modal.dark2 {
    background: none !important;
    border: 0;
    margin-left: -35% !important;
    margin-top: -275px !important;
    width: 70%!important;
  }

  .swal2-modal.dark2 .swal2-content,
  .swal2-modal.dark2 .swal2-content h2,
  .swal2-modal.dark2 .swal2-content h3 {
    color: white;
    line-height: 1.25em;
  }

  .swal2-modal.dark2 .swal2-content h2 {
    font-size: 30px;
  }

  .swal2-modal.dark2 .swal2-content h3 {
    font-size: 25px;
  }

  .swal2-modal.dark2 .swal2-close {
    color: white;
  }

  .swal2-modal.dark2 input {
    font-size: 14px;
  }

  .swal2-modal.dark2 input[name=enterdigest] {
    float: none;
  }

  .swal2-modal.dark2 select {
    padding-bottom: 7px;
    padding-top: 7px;
  }
}

@media (min-width: 1280px){
  .swal2-modal.dark2 {
    margin-left: -37.5% !important;
    margin-top: -315px !important;
    width: 75%!important;
  }
}

@media (min-width: 1440px){
  .swal2-modal.dark2 {
    margin-left: -400px !important;
    margin-top: -315px !important;
    width: 800px!important;
  }

  .swal2-modal.dark2 a.enterdigest {
    float: left;
    left: -200px;
    margin-left: 0;
    top: 100px;
  }

  .swal2-modal.dark2 input[name=enterdigest] {
    float: right;
  }
}

/* style changes for billy modal */
.swal2-modal.billy {
  background: #1caee5 !important;
  padding: 0 !important;
}

.swal2-modal.billy > h2 {
  display: none;
}

.swal2-modal.billy .swal2-content {
  padding: 0 !important;
}

.swal2-modal.billy .swal2-content h3 {font-weight: 700;
  font-size: 1.5em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.swal2-modal.billy .bl-left, .swal2-modal.billy .swal2-content .bl-right {
  padding: 10px;
}

.swal2-modal.billy .bl-left{
  background: white;
}

.swal2-modal.billy .bl-right{
  color: white;
  padding: 10px 20px;
}

.swal2-modal.billy .bl-right .full {
  display: none;
}

.swal2-modal.billy .swal2-content p, .swal2-modal.billy .swal2-content p a {
  color: white;
}

.swal2-modal.billy .modal-benefits {
  text-align: left;
}

.swal2-modal.billy a.bttn.filled {
  display: block;
  margin: 2% 0;
  text-align: center;
}

@media (min-width: 768px){
  .swal2-modal.billy {
    margin-left: -40% !important;
    width: 80% !important;
  }

  .swal2-modal.billy .swal2-content h3 {
    width: auto;
  }

  .swal2-modal.billy .bl-right {
    vertical-align: middle;
  }

  .swal2-modal.billy .bl-right h3 {
    color: white;
  }

  .swal2-modal.billy .mobile {
    display: none;
  }

  .swal2-modal.billy .bl-right .full {
    display: inline;
    text-align: left;
  }

  .swal2-modal.billy .modal-benefits li {
    padding-bottom: 10px;
  }

  .swal2-modal.billy .bl-left, .swal2-modal.billy .swal2-content .bl-right {
    display: inline-block;
    float: left;
    padding: 5%;
    width: 40%;
  }

  .swal2-modal.billy .hollow {
    display: block;
    pointer-events: pointer;
    text-align: center;
  }

  .swal2-modal.billy .swal2-close {
    color: white;
  }

  .swal2-modal.billy a.bttn.filled {
    display: block;
    margin: 2% 0;
    text-align: center;
  }

  .swal2-modal.billy a.bttn.hollow {
    border-color: white;
    color: white;
    display: block;
    padding: 10px;
  }
}

@media (min-width: 1024px){
  .swal2-modal.billy {
    margin-left: -350px !important;
    width: 700px !important;
  }
}

/* style changes for insights modal */
.swal2-modal.unlock-insights-sample {
  background: #1caee5 !important;
  padding: 0 !important;
}

.swal2-modal.unlock-insights-sample > h2 {
  display: none;
}

.swal2-modal.unlock-insights-sample .swal2-content {
  padding: 0 !important;
}

.swal2-modal.unlock-insights-sample .swal2-content h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.swal2-modal.unlock-insights-sample .bl-full {
  background: white;
  padding: 10px;
}

.swal2-modal.unlock-insights-sample .swal2-content p,
.swal2-modal.unlock-insights-sample .swal2-content p a {
  color: white;
}

.swal2-modal.unlock-insights-sample .modal-benefits {
  text-align: left;
}

.swal2-modal.unlock-insights-sample a.bttn.filled {
  display: block;
  margin: 2% 0;
  text-align: center;
}

.swal2-modal.unlock-insights-sample .swal2-input {
  height: 34px;
  font-size: 1rem !important;
}

@media (min-width: 768px){
  .swal2-modal.unlock-insights-sample {
    margin-left: -40% !important;
    width: 80% !important;
  }
  .swal2-modal.unlock-insights-sample .swal2-content h3 {
    font-size: 1.5rem;
    line-height: auto;
    width: auto;
  }

  .swal2-modal.unlock-insights-sample .mobile {
    display: none;
  }

  .swal2-modal.unlock-insights-sample .bl-full {
    padding: 5%;
  }
  .swal2-modal.unlock-insights-sample .hollow {
    display: block;
    pointer-events: pointer;
    text-align: center;
  }

  .swal2-modal.unlock-insights-sample .swal2-close {
    color: black;
  }

  .swal2-modal.unlock-insights-sample a.bttn.filled {
    display: block;
    margin: 2% 0;
    text-align: center;
  }

  .swal2-modal.unlock-insights-sample a.bttn.hollow {
    border-color: white;
    color: white;
    display: block;
    padding: 10px;
  }

  .swal2-modal.unlock-insights-sample .swal2-input {
    font-size: 18px !important;
    height: 43px;
  }
}

@media (min-width: 1024px){
  .swal2-modal.unlock-insights-sample {
    margin-left: -300px !important;
    width: 600px !important;
  }
}

@media (min-width: 768px){
  .swal2-modal.yt {
    margin-left: -40% !important;
    max-width: 800px;
    width: 80% !important;
  }
}

@media (min-width: 1024px){
  .swal2-modal.yt {
    margin-left: -400px !important;
  }
}