@charset "UTF-8";
@-webkit-keyframes color-change {
  0% {
    color: #ffffff;
  }
  25% {
    color: #26a99c;
  }
  50% {
    color: #ffffff;
  }
}
@-moz-keyframes color-change {
  0% {
    color: #ffffff;
  }
  25% {
    color: #26a99c;
  }
  50% {
    color: #ffffff;
  }
}
@-o-keyframes color-change {
  0% {
    color: #ffffff;
  }
  25% {
    color: #26a99c;
  }
  50% {
    color: #ffffff;
  }
}
@keyframes color-change {
  0% {
    color: #ffffff;
  }
  25% {
    color: #26a99c;
  }
  50% {
    color: #ffffff;
  }
}
/*
  @include keyframes(bg-color-change) {
    0%   { background-color: #26a99c; color: #ffffff; border-color: #666; }
    50% { background-color: #23cdbc; color: #000000; border-color: #fff;}
    100%   { background-color: #26a99c; color: #ffffff; border-color: #666; }
  }*/
.hide {
  display: none;
}

.flex {
  display: flex;
}

.ml10 {
  margin-left: 10px;
}

.h1 {
  font-size: 40px;
  font-weight: bold;
}

.h2 {
  font-size: 32px;
  font-weight: bold;
}

.admin .incoming_call {
  background-color: #a5f7a5;
  background-image: url(../../../images/phone-icon.png);
  background-size: 30px;
}
.admin .chat_queue_status_wrapper.queue,
.admin .phone_queue_status_wrapper.queue {
  display: block;
  background-color: #fff;
  animation-name: glowing;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.admin .chat_queue_status_wrapper.error,
.admin .phone_queue_status_wrapper.error {
  background-color: red;
}
.admin .chat_queue_status_wrapper.error::after,
.admin .phone_queue_status_wrapper.error::after {
  content: "ERROR connecting to Twilio Server - Are you online?";
}

.form .invalid-feedback,
.form .parsley-errors-list {
  list-style: none;
  color: red;
  font-weight: bold;
}

#registration_form .parsley-error {
  border: solid red 1px;
}
#registration_form .terms.parsley-error {
  border-color: transparent;
  color: red !important;
  font-weight: bold;
}
#registration_form .parsley-errors-list.filled {
  display: none;
}

.genietable {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.genietable .row {
  font-size: 0.9em;
}
.genietable .row.hr {
  display: flex;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  align-items: center;
  text-align: left;
}

.squaredOne {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #797979;
  background: linear-gradient("to top", #797979 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredOne label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: linear-gradient("to top", #222 0%, #45484d 100%);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.squaredOne label:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #00bf00;
  background: linear-gradient("to top", #00bf00 0%, #005900 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.squaredOne label:hover::after {
  opacity: 0.3;
}
.squaredOne input[type=radio] {
  visibility: hidden;
}
.squaredOne input[type=radio]:checked + label:after {
  opacity: 1;
}
.squaredOne input[type=checkbox] {
  visibility: hidden;
}
.squaredOne input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/*.dot {
    height: 5px;
    width: 5px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
  }
*/
.sidenav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: calc(100% - 60px);
  width: 0;
  padding-top: 60px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 85%;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidenav .welcome_msg {
  padding-left: 32px;
  text-decoration: underline;
  font-weight: bold;
}
.sidenav .nav_link {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  display: block;
  transition: 0.3s;
}
.sidenav .nav_link.active {
  font-weight: bold;
  color: #26a99c;
}
.sidenav .nav_link:hover {
  color: #26a99c;
}
.sidenav .special {
  padding-top: 30px;
}
.sidenav .special .nav_link {
  color: #26a99c;
}
.sidenav .dropdown_wrapper .dropdown {
  margin-left: 15px;
}
.sidenav .closebtn {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #26a99c;
  text-decoration: none;
}

.fixed_mob_menu {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-left: 10px;
  font-size: 30px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.fixed_mob_menu .hamburger {
  position: absolute;
  left: 10px;
}
.fixed_mob_menu .navbar_logo {
  margin-left: 10px;
  height: 40px;
}

body {
  font-size: 16px;
  font-family: Arial;
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  background-color: #ddd;
}

.header {
  background-color: #fff;
  height: 60px;
  display: flex;
  justify-content: space-between;
  border-bottom: #ddd solid 2px;
}
.header .navbar_logo {
  height: 60px;
}
.header .header-section {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.header .header-section.contact-container {
  background-color: #eee;
  font-size: 0.9em;
}
.header .header-section.contact-container .contact-wrap {
  text-align: center;
}
.header .header-section.contact-container .contact-wrap .contact_link_wrap .contact_link {
  text-decoration: none;
  color: #222;
  border-bottom: solid 1px transparent;
  line-height: 1.4em;
}
.header .header-section.contact-container .contact-wrap .contact_link_wrap .contact_link:hover {
  border-bottom: solid 1px #000;
}
.header .nav .welcome_msg {
  margin-right: 10px;
}
.header .nav.special .nav_link .nav_link_wrap {
  color: #26a99c;
}
.header .nav.special .nav_link:hover .nav_link_wrap {
  color: #fff;
}
.header .nav .dropdown_wrapper {
  height: 100%;
}
.header .nav .dropdown_wrapper:hover {
  background-color: #23cdbc;
}
.header .nav .dropdown_wrapper:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 100ms, opacity 100ms;
}
.header .nav .dropdown_wrapper .dropdown {
  z-index: 1;
  position: absolute;
  top: 60px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.header .nav .dropdown_wrapper .dropdown .nav_link {
  padding: 5px;
}
.header .nav .dropdown_wrapper .dropdown .nav_link .nav_link_wrap {
  padding-top: 0;
  margin: 0;
  padding-bottom: 0;
}
.header .nav .nav_link {
  display: flex;
  text-decoration: none;
  height: 100%;
}
.header .nav .nav_link:active, .header .nav .nav_link:hover, .header .nav .nav_link:visited, .header .nav .nav_link:link {
  color: #000;
}
.header .nav .nav_link:active.active, .header .nav .nav_link:hover.active, .header .nav .nav_link:visited.active, .header .nav .nav_link:link.active {
  color: #26a99c;
  font-weight: bold;
}
.header .nav .nav_link:active:hover, .header .nav .nav_link:hover:hover, .header .nav .nav_link:visited:hover, .header .nav .nav_link:link:hover {
  background-color: #26a99c;
  color: #fff;
}
.header .nav .nav_link .nav_link_wrap {
  width: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
}
.header .nav .nav_link:hover {
  border-bottom-color: #26a99c;
}

.footer .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  padding: 30px 0;
}
.footer .top .footer_logo {
  height: 60px;
}
.footer .top .contact_link {
  text-decoration: none;
  color: #222;
  border-bottom: solid 1px transparent;
  line-height: 1.4em;
}
.footer .top .contact_link:hover {
  border-bottom: solid 1px #000;
}
.footer .bottom {
  background-color: #777;
}
.footer .bottom .fine_print_links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 2em;
  font-size: 0.8em;
}
.footer .bottom .fine_print_links .contact_link_wrap {
  padding-left: 10px;
  padding-right: 10px;
}
.footer .bottom .fine_print_links .contact_link_wrap .contact_link {
  text-decoration: none;
}
.footer .bottom .fine_print_links .contact_link_wrap .contact_link:active, .footer .bottom .fine_print_links .contact_link_wrap .contact_link:hover, .footer .bottom .fine_print_links .contact_link_wrap .contact_link:visited, .footer .bottom .fine_print_links .contact_link_wrap .contact_link:link {
  color: #eee;
}
.footer .bottom .fine_print_links .contact_link_wrap .contact_link:active.active, .footer .bottom .fine_print_links .contact_link_wrap .contact_link:hover.active, .footer .bottom .fine_print_links .contact_link_wrap .contact_link:visited.active, .footer .bottom .fine_print_links .contact_link_wrap .contact_link:link.active {
  color: #26a99c;
  font-weight: bold;
}
.footer .bottom .fine_print_links .contact_link_wrap .contact_link:hover {
  text-decoration: underline;
}

.btn-green {
  background-color: #26a99c;
  text-align: center;
  padding: 15px;
  width: 160px;
  color: #fff;
  border: solid 1px #666;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  cursor: pointer;
}
.btn-green:hover {
  background-color: #23cdbc;
}

.about .options .option.shared .icon {
  background-image: url(../../../images/lead_genie_shared_icon.svg);
}
.about .options .option.semiexclusive .icon {
  background-image: url(../../../images/lead_genie_semiexclusive_icon.svg);
}
.about .options .option.exclusive .icon {
  background-image: url(../../../images/lead_genie_exclusive_icon.svg);
}
.about .top {
  padding: 40px 50px;
}
.about .top .signup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.about .top .signup .headline {
  font-weight: bold;
  font-size: 2em;
}
.about .top .signup .btn_container {
  text-decoration: none;
}
.about .top .signup .btn_container .btn-green {
  margin-top: 0;
}
.about .top .infobox {
  background-color: #fff;
  display: flex;
  padding: 20px;
  -webkit-box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.75);
}
.about .top .infobox .left {
  width: 40%;
}
.about .top .infobox .left .icon {
  background-image: url(../../../images/lead_genie_copier_icon.svg);
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
.about .top .infobox .left .headline {
  font-size: 2.2em;
  line-height: 1.1em;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.about .top .infobox .left .miniline {
  margin-bottom: 20px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  width: 60px;
}
.about .top .infobox .left .blurb {
  color: #26a99c;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8em;
}
.about .top .infobox .left .text {
  line-height: 1.5em;
}
.about .top .infobox .left .text .bold {
  font-weight: bold;
}
.about .top .infobox .right {
  padding-top: calc(70px + 20px);
  padding-left: 20px;
  flex-grow: 1;
}
.about .top .infobox .right .headline {
  margin-bottom: 20px;
  color: #26a99c;
  font-weight: bold;
  font-size: 1.5em;
}
.about .top .infobox .right .options {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.about .top .infobox .right .options .option {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .top .infobox .right .options .option .icon {
  width: 70px;
  height: 70px;
  margin-bottom: 1em;
}
.about .top .infobox .right .options .option .type {
  margin-bottom: 1em;
  text-align: center;
}
.about .top .infobox .right .line {
  margin-bottom: 20px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.about .top .infobox .right .headline {
  margin-bottom: 20px;
}
.about .top .infobox .right .filters {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
}
.about .top .infobox .right .filters .filterlist {
  list-style-type: disc;
  min-width: 140px;
}
.about .top .infobox .right .filters .filterlist .filter {
  margin-bottom: 1em;
}
.about .banner {
  display: flex;
  align-content: center;
  background-image: url(../../../images/lead_genie_about_mountain.jpg);
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  justify-content: center;
  min-height: 400px;
  flex-direction: column;
  text-align: center;
}
.about .banner .headline {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.3em;
  width: 500px;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}
.about .banner .line {
  border-top: 2px solid #26a99c;
  border-bottom: 2px solid #26a99c;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.about .pricing {
  padding: 0 30px 30px 30px;
}
.about .pricing .options {
  display: flex;
}
.about .pricing .options .option {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  padding: 20px;
}
.about .pricing .options .option .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.about .pricing .options .option .price {
  line-height: 2em;
}
.about .pricing .options .option .type {
  color: #26a99c;
  line-height: 2em;
}
.about .pricing .options .option .description {
  line-height: 2em;
}
.about .pricing .options .option .link {
  color: #26a99c;
  text-decoration: none;
  text-align: left;
  width: 100%;
  margin-top: 2em;
}
.about .about_terms {
  display: flex;
  background-color: #26a99c;
  padding: 15px 40px;
}
.about .about_terms .left {
  width: 50%;
  padding-right: 40px;
}
.about .about_terms .left .heading {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 0.8em;
}
.about .about_terms .left .bigtext {
  font-size: 1.4em;
  margin-bottom: 20px;
}
.about .about_terms .left .subheading {
  margin-bottom: 20px;
}
.about .about_terms .left .list {
  list-style-type: disc;
  letter-spacing: 2px;
  margin-left: 20px;
  font-size: 0.8em;
}
.about .about_terms .left .list .item {
  margin-bottom: 0.5em;
}
.about .about_terms .right {
  flex-grow: 1;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.about .about_terms .right .image {
  height: 250px;
}
.about .about_terms .right .description {
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 2px;
}
.about .difference {
  background-color: #fff;
  padding: 40px 80px;
}
.about .difference .headline {
  text-align: center;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.about .difference .subheadline {
  text-align: center;
  color: #26a99c;
  margin-bottom: 1em;
}
.about .difference .text {
  text-align: justify;
  font-size: 1.1em;
  line-height: 1.5em;
}
.about .getstarted {
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.about .getstarted .wrapper {
  width: 500px;
  border-radius: 10px;
  border: solid 3px #999;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about .getstarted .wrapper .headline {
  font-size: 2.5em;
  text-align: center;
  position: relative;
  top: -21px;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.about .getstarted .wrapper .description {
  color: #26a99c;
  text-align: center;
  text-align: justify;
  line-height: 1.5em;
}
.about .getstarted .wrapper .btn_container {
  text-decoration: none;
  padding: 0 10px;
  position: relative;
  top: 25px;
  background: #fff;
}
.about .getstarted .wrapper .btn_container .btn-green {
  margin-top: 0;
}
.about .extraspace {
  background-color: #fff;
  height: 60px;
}

.terms .h1 {
  margin-top: 15px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
.terms .terms_verbiage {
  padding-bottom: 1em;
}
.terms .terms_verbiage > .heading,
.terms .terms_verbiage > .text {
  margin-top: 15px;
}
.terms .terms_verbiage .heading {
  font-weight: bold;
  color: #26a99c;
  font-size: 1.5em;
}

.home .spacer,
.about .spacer {
  padding: 30px;
  text-align: center;
}
.home .spacer .headline,
.about .spacer .headline {
  font-size: 2em;
}
.home .spacer .sub-headline,
.about .spacer .sub-headline {
  color: #26a99c;
  margin-top: 15px;
  font-size: 1.3em;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3em;
}

.home .btn_container {
  text-decoration: none;
}
.home .header {
  border-bottom: none 0 transparent;
}
.home .home-hero {
  height: 400px;
  background-image: url(../../../images/lead_genie_hero_image.jpg);
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
}
.home .home-hero .headline {
  color: #fff;
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  padding-top: 100px;
}
.home .home-hero .headline .letter:nth-of-type(1) {
  -webkit-animation: color-change 3s linear 2.1s infinite;
  -moz-animation: color-change 3s linear 2.1s infinite;
  -o-animation: color-change 3s linear 2.1s infinite;
  animation: color-change 3s linear 2.1s infinite;
}
.home .home-hero .headline .letter:nth-of-type(2) {
  -webkit-animation: color-change 3s linear 2.2s infinite;
  -moz-animation: color-change 3s linear 2.2s infinite;
  -o-animation: color-change 3s linear 2.2s infinite;
  animation: color-change 3s linear 2.2s infinite;
}
.home .home-hero .headline .letter:nth-of-type(3) {
  -webkit-animation: color-change 3s linear 2.3s infinite;
  -moz-animation: color-change 3s linear 2.3s infinite;
  -o-animation: color-change 3s linear 2.3s infinite;
  animation: color-change 3s linear 2.3s infinite;
}
.home .home-hero .headline .letter:nth-of-type(4) {
  -webkit-animation: color-change 3s linear 2.4s infinite;
  -moz-animation: color-change 3s linear 2.4s infinite;
  -o-animation: color-change 3s linear 2.4s infinite;
  animation: color-change 3s linear 2.4s infinite;
}
.home .home-hero .headline .letter:nth-of-type(5) {
  -webkit-animation: color-change 3s linear 2.5s infinite;
  -moz-animation: color-change 3s linear 2.5s infinite;
  -o-animation: color-change 3s linear 2.5s infinite;
  animation: color-change 3s linear 2.5s infinite;
}
.home .home-hero .headline .letter:nth-of-type(6) {
  -webkit-animation: color-change 3s linear 2.6s infinite;
  -moz-animation: color-change 3s linear 2.6s infinite;
  -o-animation: color-change 3s linear 2.6s infinite;
  animation: color-change 3s linear 2.6s infinite;
}
.home .home-hero .headline .letter:nth-of-type(7) {
  -webkit-animation: color-change 3s linear 2.7s infinite;
  -moz-animation: color-change 3s linear 2.7s infinite;
  -o-animation: color-change 3s linear 2.7s infinite;
  animation: color-change 3s linear 2.7s infinite;
}
.home .home-hero .headline .letter:nth-of-type(8) {
  -webkit-animation: color-change 3s linear 2.8s infinite;
  -moz-animation: color-change 3s linear 2.8s infinite;
  -o-animation: color-change 3s linear 2.8s infinite;
  animation: color-change 3s linear 2.8s infinite;
}
.home .home-hero .headline .letter:nth-of-type(9) {
  -webkit-animation: color-change 3s linear 2.9s infinite;
  -moz-animation: color-change 3s linear 2.9s infinite;
  -o-animation: color-change 3s linear 2.9s infinite;
  animation: color-change 3s linear 2.9s infinite;
}
.home .home-hero .headline .letter:nth-of-type(10) {
  -webkit-animation: color-change 3s linear 3s infinite;
  -moz-animation: color-change 3s linear 3s infinite;
  -o-animation: color-change 3s linear 3s infinite;
  animation: color-change 3s linear 3s infinite;
}
.home .home-hero .headline .letter:nth-of-type(11) {
  -webkit-animation: color-change 3s linear 3.1s infinite;
  -moz-animation: color-change 3s linear 3.1s infinite;
  -o-animation: color-change 3s linear 3.1s infinite;
  animation: color-change 3s linear 3.1s infinite;
}
.home .home-hero .headline .letter:nth-of-type(12) {
  -webkit-animation: color-change 3s linear 3.2s infinite;
  -moz-animation: color-change 3s linear 3.2s infinite;
  -o-animation: color-change 3s linear 3.2s infinite;
  animation: color-change 3s linear 3.2s infinite;
}
.home .home-hero .headline .letter:nth-of-type(13) {
  -webkit-animation: color-change 3s linear 3.3s infinite;
  -moz-animation: color-change 3s linear 3.3s infinite;
  -o-animation: color-change 3s linear 3.3s infinite;
  animation: color-change 3s linear 3.3s infinite;
}
.home .home-hero .headline .letter:nth-of-type(14) {
  -webkit-animation: color-change 3s linear 3.4s infinite;
  -moz-animation: color-change 3s linear 3.4s infinite;
  -o-animation: color-change 3s linear 3.4s infinite;
  animation: color-change 3s linear 3.4s infinite;
}
.home .home-hero .headline .letter:nth-of-type(15) {
  -webkit-animation: color-change 3s linear 3.5s infinite;
  -moz-animation: color-change 3s linear 3.5s infinite;
  -o-animation: color-change 3s linear 3.5s infinite;
  animation: color-change 3s linear 3.5s infinite;
}
.home .home-hero .headline .letter:nth-of-type(16) {
  -webkit-animation: color-change 3s linear 3.6s infinite;
  -moz-animation: color-change 3s linear 3.6s infinite;
  -o-animation: color-change 3s linear 3.6s infinite;
  animation: color-change 3s linear 3.6s infinite;
}
.home .home-hero .headline .letter:nth-of-type(17) {
  -webkit-animation: color-change 3s linear 3.7s infinite;
  -moz-animation: color-change 3s linear 3.7s infinite;
  -o-animation: color-change 3s linear 3.7s infinite;
  animation: color-change 3s linear 3.7s infinite;
}
.home .home-hero .headline .letter:nth-of-type(18) {
  -webkit-animation: color-change 3s linear 3.8s infinite;
  -moz-animation: color-change 3s linear 3.8s infinite;
  -o-animation: color-change 3s linear 3.8s infinite;
  animation: color-change 3s linear 3.8s infinite;
}
.home .home-hero .headline .letter:nth-of-type(19) {
  -webkit-animation: color-change 3s linear 3.9s infinite;
  -moz-animation: color-change 3s linear 3.9s infinite;
  -o-animation: color-change 3s linear 3.9s infinite;
  animation: color-change 3s linear 3.9s infinite;
}
.home .home-hero .headline .letter:nth-of-type(20) {
  -webkit-animation: color-change 3s linear 4s infinite;
  -moz-animation: color-change 3s linear 4s infinite;
  -o-animation: color-change 3s linear 4s infinite;
  animation: color-change 3s linear 4s infinite;
}
.home .home-hero .headline .letter:nth-of-type(21) {
  -webkit-animation: color-change 3s linear 4.1s infinite;
  -moz-animation: color-change 3s linear 4.1s infinite;
  -o-animation: color-change 3s linear 4.1s infinite;
  animation: color-change 3s linear 4.1s infinite;
}
.home .home-hero .headline .letter:nth-of-type(22) {
  -webkit-animation: color-change 3s linear 4.2s infinite;
  -moz-animation: color-change 3s linear 4.2s infinite;
  -o-animation: color-change 3s linear 4.2s infinite;
  animation: color-change 3s linear 4.2s infinite;
}
.home .home-hero .headline .letter:nth-of-type(23) {
  -webkit-animation: color-change 3s linear 4.3s infinite;
  -moz-animation: color-change 3s linear 4.3s infinite;
  -o-animation: color-change 3s linear 4.3s infinite;
  animation: color-change 3s linear 4.3s infinite;
}
.home .home-hero .headline .letter:nth-of-type(24) {
  -webkit-animation: color-change 3s linear 4.4s infinite;
  -moz-animation: color-change 3s linear 4.4s infinite;
  -o-animation: color-change 3s linear 4.4s infinite;
  animation: color-change 3s linear 4.4s infinite;
}
.home .home-hero .headline .letter:nth-of-type(25) {
  -webkit-animation: color-change 3s linear 4.5s infinite;
  -moz-animation: color-change 3s linear 4.5s infinite;
  -o-animation: color-change 3s linear 4.5s infinite;
  animation: color-change 3s linear 4.5s infinite;
}
.home .home-hero .headline .letter:nth-of-type(26) {
  -webkit-animation: color-change 3s linear 4.6s infinite;
  -moz-animation: color-change 3s linear 4.6s infinite;
  -o-animation: color-change 3s linear 4.6s infinite;
  animation: color-change 3s linear 4.6s infinite;
}
.home .home-hero .sub-headline {
  text-align: center;
  color: #fff;
  margin-top: 2em;
  font-size: 1.2em;
  font-weight: bold;
}
.home .reasons {
  display: flex;
  text-align: center;
  background-color: #26a99c;
  padding-top: 15px;
  padding-bottom: 15px;
}
.home .reasons .reason {
  padding: 25px;
  border-left: transparent solid 1px;
}
.home .reasons .reason .headline {
  font-size: 1.5em;
}
.home .reasons .reason .icon {
  width: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.home .reasons .reason .sub-headline {
  font-size: 1em;
  line-height: 1.2em;
}
.home .reasons .reason + .reason {
  border-left: #333 solid 1px;
}
.home .lead-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .lead-list .lead-type {
  border: #000 solid 2px;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  width: 800px;
  height: 80px;
  text-align: center;
  color: #fff;
  padding: 70px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.home .lead-list .lead-type::after {
  content: "";
  background-color: #000;
  width: 800px;
  padding: 70px 40px;
  position: absolute;
  top: 0;
  height: 80px;
  opacity: 0;
  -webkit-transition: all 1550ms ease;
  transition: all 1550ms ease;
}
.home .lead-list .lead-type:hover::after {
  opacity: 0.4;
}
.home .lead-list .lead-type .headline {
  font-size: 1.8em;
  z-index: 1;
}
.home .lead-list .lead-type .sub-headline {
  font-size: 1.3em;
  line-height: 2.5em;
  z-index: 1;
}
.home .lead-list .lead-type .sub-headline .coming_soon {
  color: #fff;
}
.home .lead-list .lead-type .sub-headline .linkage:active, .home .lead-list .lead-type .sub-headline .linkage:hover, .home .lead-list .lead-type .sub-headline .linkage:visited, .home .lead-list .lead-type .sub-headline .linkage:link {
  text-decoration: none;
  color: #fff;
  border-bottom: transparent 2px solid;
}
.home .lead-list .lead-type .sub-headline .linkage:active:hover, .home .lead-list .lead-type .sub-headline .linkage:hover:hover, .home .lead-list .lead-type .sub-headline .linkage:visited:hover, .home .lead-list .lead-type .sub-headline .linkage:link:hover {
  border-bottom-color: #fff;
}
.home .lead-list .lead-type + .lead-type {
  border-top: 0 none transparent;
}

.contact .heading {
  font-size: 1.8em;
  line-height: 1.1em;
  letter-spacing: 1px;
}
.contact .contact-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 3em;
}
.contact .contact-top .contact-img {
  width: 400px;
  margin-right: 2em;
  border-radius: 10px;
}
.contact .contact-top .contact-rightside {
  display: flex;
  flex-direction: column;
}
.contact .contact-top .contact-rightside .sub-heading {
  color: #26a99c;
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.contact .contact-top .contact-rightside .contact-info {
  display: flex;
}
.contact .contact-top .contact-rightside .contact-info .contact-info-column.phone {
  margin-right: 1em;
}
.contact .contact-top .contact-rightside .contact-info .contact-info-column .heading {
  color: #26a99c;
  font-size: 1.2em;
  font-weight: bold;
}
.contact .contact-top .contact-rightside .contact-info .contact-info-column .text {
  line-height: 1.2em;
}
.contact .contact-top .contact-rightside .contact-info .contact-info-column .text .contact_link:active, .contact .contact-top .contact-rightside .contact-info .contact-info-column .text .contact_link:hover, .contact .contact-top .contact-rightside .contact-info .contact-info-column .text .contact_link:visited, .contact .contact-top .contact-rightside .contact-info .contact-info-column .text .contact_link:link {
  text-decoration: none;
  color: #000;
}
.contact .contact-top .contact-rightside .contact-info .contact-info-column .text .contact_link:active:hover, .contact .contact-top .contact-rightside .contact-info .contact-info-column .text .contact_link:hover:hover, .contact .contact-top .contact-rightside .contact-info .contact-info-column .text .contact_link:visited:hover, .contact .contact-top .contact-rightside .contact-info .contact-info-column .text .contact_link:link:hover {
  text-decoration: underline;
}
.contact .form-section {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.contact .form-section .thank-you {
  display: none;
  padding-top: 1em;
  font-size: 1.2em;
  color: #26a99c;
}
.contact .form-section .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .form-section .form .parsley-errors-list {
  color: red;
  margin-top: 4px;
  font-size: 0.8em;
}
.contact .form-section .form .input-label {
  width: 44%;
}
.contact .form-section .form .input-label .text-input {
  width: calc(100% - 20px - 4px);
  margin-top: 1em;
  padding: 10px;
}
.contact .form-section .form .textarea-label {
  width: 100%;
  margin-top: 1em;
}
.contact .form-section .form .textarea-label .textarea {
  width: calc(100% - 20px - 2px);
  padding: 10px;
}
.contact .form-section .form .btn-green {
  margin-left: 0;
}

.member_content_wrapper {
  width: 100%;
  background-color: #f1f1f1;
  padding-bottom: 25px;
  min-height: calc(100vh - 15vw - 20px);
}
.member_content_wrapper .form_container #payment-form {
  max-width: 500px;
  width: calc(100% - 60px);
  padding: 30px;
  background-color: #ddd;
  border-radius: 15px;
  border: solid 1px #000;
}
.member_content_wrapper .form_container #payment-form #card-errors {
  color: red;
  font-weight: bold;
}
.member_content_wrapper .form_container #payment-form .card_submit {
  border: none;
  outline: none;
  text-decoration: none;
  color: #fff;
  background: #2121de;
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.025em;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  margin-left: 12px;
  margin-top: 31px;
  cursor: pointer;
}
.member_content_wrapper.sidebar_container {
  display: flex;
}
.member_content_wrapper.sidebar_container .member_content {
  margin-right: 0;
  flex-basis: 70%;
}
.member_content_wrapper.sidebar_container .sidebar {
  flex-basis: 30%;
}
.member_content_wrapper.sidebar_container .sidebar .heading {
  background-color: #333;
  color: #fff;
  font-size: 16px;
  display: flex;
  padding: 30px 20px;
}
.member_content_wrapper.sidebar_container .sidebar .heading .left .icon {
  background-image: url(../../../images/person_icon.png);
  width: 40px;
  height: 40px;
  background-size: contain;
  margin-right: 10px;
}
.member_content_wrapper.sidebar_container .sidebar .company {
  font-size: 12px;
}
.member_content_wrapper.sidebar_container .sidebar .account_info {
  background-color: #777;
  padding: 10px;
  font-size: 14px;
}
.member_content_wrapper.sidebar_container .sidebar .account_info .account_info_subsection:not(:last-child) {
  padding-bottom: 15px;
}
.member_content_wrapper.sidebar_container .sidebar .account_info .account_info_subsection .headline {
  color: #27cf27;
}
.member_content_wrapper.sidebar_container .sidebar .account_info .account_info_subsection .label_and_data {
  color: #ccc;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #ddd;
  margin-top: 5px;
  padding-top: 5px;
}
.member_content_wrapper.sidebar_container .sidebar .account_info .account_info_subsection .label_and_data .data {
  color: #fff;
  font-weight: bold;
}
.member_content_wrapper.sidebar_container .sidebar .contact_area {
  background-color: #444;
  padding: 10px 20px;
  font-size: 14px;
}
.member_content_wrapper.sidebar_container .sidebar .contact_area .support_contact {
  display: flex;
}
.member_content_wrapper.sidebar_container .sidebar .contact_area .support_contact .left .icon {
  background-image: url(../../../images/person_icon.png);
  width: 40px;
  height: 40px;
  background-size: contain;
  margin-right: 10px;
}
.member_content_wrapper.sidebar_container .sidebar .contact_area .support_contact .right {
  color: #fff;
}
.member_content_wrapper.sidebar_container .sidebar .contact_area .support_contact .right .title {
  font-weight: bold;
}
.member_content_wrapper.sidebar_container .sidebar .contact_area .headline {
  color: #27cf27;
  margin-bottom: 10px;
}
.member_content_wrapper .member_content {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 20px;
}
.member_content_wrapper .member_content .error_message {
  color: red;
  font-weight: bold;
}
.member_content_wrapper .member_content .stripe_container {
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.member_content_wrapper .member_content .stripe_container .card_info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.member_content_wrapper .member_content .stripe_container .card_info .card_icon {
  height: 30px;
  margin-right: 15px;
}
.member_content_wrapper .member_content .stripe_container .card_info .description {
  margin-right: 15px;
}
.member_content_wrapper .member_content .stripe_container .card_info .existing_card {
  width: 230px;
  height: 150px;
  margin-right: 30px;
  border-radius: 17px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: monospace;
  box-shadow: #000 4px 4px;
  border: #666 1px solid;
  background: #7cbc0a;
  /* Old browsers */
  background: -moz-linear-gradient("to top", #7cbc0a 0%, #a1d54f 50%, #9dd53a 51%, #9dd53a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient("to top", #7cbc0a 0%, #a1d54f 50%, #9dd53a 51%, #9dd53a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient("to bottom", #7cbc0a 0%, #a1d54f 50%, #9dd53a 51%, #9dd53a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7cbc0a", endColorstr="#9dd53a",GradientType=0 );
  /* IE6-9 */
}
.member_content_wrapper .member_content .stripe_container .card_info .existing_card .chip {
  background-image: url("../../../images/payment_cards/chip.png");
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 26px;
  top: 38px;
}
.member_content_wrapper .member_content .stripe_container .card_info .existing_card .company_name {
  text-shadow: #666 1px 1px;
  left: 30px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 15px;
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
  font-family: sans-serif;
  letter-spacing: 2px;
  font-weight: 100;
}
.member_content_wrapper .member_content .stripe_container .card_info .existing_card .validity {
  display: flex;
  position: absolute;
  bottom: 26px;
  left: 30px;
}
.member_content_wrapper .member_content .stripe_container .card_info .existing_card .validity .text {
  font-size: 7px;
  width: 30px;
  line-height: 8px;
}
.member_content_wrapper .member_content .stripe_container .card_info .existing_card .name {
  position: absolute;
  bottom: 10px;
  left: 30px;
  font-size: 10px;
}
.member_content_wrapper .member_content .stripe_container .card_info .existing_card .card_logo {
  right: 10px;
  bottom: 18px;
  height: 30px;
  position: absolute;
}
.member_content_wrapper .member_content .stripe_container .card_info .existing_card .number {
  font-size: 16px;
}
.member_content_wrapper .member_content #card-element {
  max-width: 500px;
  height: 50px;
  background-color: #f5f5f7;
  padding: 10px;
  border-radius: 150px;
}
.member_content_wrapper .member_content #card-element .StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.member_content_wrapper .member_content #card-element .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.member_content_wrapper .member_content #card-element .StripeElement--invalid {
  border-color: #fa755a;
}
.member_content_wrapper .member_content #card-element .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.member_content_wrapper .member_content .page_title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.member_content_wrapper .member_content .section_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}
.member_content_wrapper .member_content .text_notification_wrap:not(.number_saved) + .button.free_text {
  display: none;
}
.member_content_wrapper .member_content .text_notification_wrap .button.free_text {
  background-color: #FF9800;
  color: #000;
  margin-top: 1em;
  display: table;
}
.member_content_wrapper .member_content .text_notification_wrap .button.free_text.loading {
  width: auto;
  height: auto;
}
.member_content_wrapper .member_content .text_notification_wrap .button.free_text.loading::after {
  content: "";
  padding-left: 10px;
  padding-right: 10px;
  background-image: url("../../../images/loading.gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
}
.member_content_wrapper .member_content .text_notification_wrap.disabled .button.enable,
.member_content_wrapper .member_content .text_notification_wrap.disabled .txt_notification_prompt {
  display: block;
}
.member_content_wrapper .member_content .text_notification_wrap.disabled .txt_notification_prompt_wrapper + .button.free_text {
  display: table;
}
.member_content_wrapper .member_content .text_notification_wrap.disabled .account_settings_editable_container.text_notification {
  display: none;
}
.member_content_wrapper .member_content .text_notification_wrap.disabled .account_settings_editable_container.text_notification + .button.free_text {
  display: none;
}
.member_content_wrapper .member_content .text_notification_wrap .text_notification.editing + .button.free_text {
  display: none;
}
.member_content_wrapper .member_content .text_notification_wrap .button.disable {
  background-color: #f44336;
}
.member_content_wrapper .member_content .text_notification_wrap .txt_notification_prompt_wrapper {
  display: flex;
  align-items: center;
}
.member_content_wrapper .member_content .text_notification_wrap .txt_notification_prompt_wrapper + .button.free_text {
  display: none;
}
.member_content_wrapper .member_content .text_notification_wrap .txt_notification_prompt_wrapper .txt_notification_prompt {
  margin-right: 15px;
  line-height: 1.1em;
}
.member_content_wrapper .member_content .text_notification_wrap .button.enable,
.member_content_wrapper .member_content .text_notification_wrap .txt_notification_prompt {
  display: none;
}
.member_content_wrapper .member_content .text_notification_wrap .text_notification_disclaimer {
  font-weight: bold;
  font-size: 14px;
  margin-top: 1em;
  font-variant: small-caps;
}
.member_content_wrapper .member_content .return_lead_info .headline {
  font-weight: bold;
  font-size: 20px;
  color: #26b45a;
}
.member_content_wrapper .member_content .return_lead_info .text {
  margin-top: 10px;
}
.member_content_wrapper .member_content .lead_return_process_data .data_set .data_title {
  margin-top: 10px;
  font-weight: bold;
}
.member_content_wrapper .member_content .account_settings_editable_container .editable_wrapper {
  font-size: 22px;
}
.member_content_wrapper .member_content .account_settings_editable_container .editable_wrapper.loading {
  width: 30px;
  height: 30px;
  background-image: url("../../../images/loading.gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
}
.member_content_wrapper .member_content .account_settings_editable_container .button {
  margin-left: 15px;
}
.member_content_wrapper .member_content .account_settings_editable_container .button.save {
  display: none;
}
.member_content_wrapper .member_content .new_user_btn .btn {
  background-image: url("../../../images/buttons/new_user.png");
  background-position-y: top;
  background-size: cover;
  width: 160px;
  height: 50px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.member_content_wrapper .member_content .new_user_btn .btn:hover {
  background-position-y: bottom;
}
.member_content_wrapper .member_content .user_data {
  background-color: #fff;
  padding: 30px;
}
.member_content_wrapper .member_content .user_data .user_data_table {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.member_content_wrapper .member_content .user_data .user_data_table .row {
  display: flex;
  border-bottom: solid 1px #000;
  align-items: center;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_status {
  display: none;
}
.member_content_wrapper .member_content .user_data .user_data_table .row.main_user {
  background-color: #1ee975;
}
.member_content_wrapper .member_content .user_data .user_data_table .row.main_user .users_column_manage .icon.trash {
  display: none;
}
.member_content_wrapper .member_content .user_data .user_data_table .row.user_row {
  font-size: 20px;
  position: relative;
}
.member_content_wrapper .member_content .user_data .user_data_table .row.user_row .users_column_first_name,
.member_content_wrapper .member_content .user_data .user_data_table .row.user_row .users_column_last_name,
.member_content_wrapper .member_content .user_data .user_data_table .row.user_row .users_column_email,
.member_content_wrapper .member_content .user_data .user_data_table .row.user_row .users_column_status,
.member_content_wrapper .member_content .user_data .user_data_table .row.user_row .users_column_manage {
  padding: 8px 3px;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_first_name {
  flex-basis: 25%;
  border-left: solid 1px #000;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_last_name {
  flex-basis: 25%;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_email {
  flex-basis: 32%;
  overflow: scroll;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_status {
  flex-basis: 11%;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_manage {
  flex-basis: 14%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_manage .icon {
  cursor: pointer;
  height: 18px;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_first_name,
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_last_name,
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_email,
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_status,
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_manage {
  border-right: solid 1px #000;
  padding: 3px;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_delete_confirmation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: red;
  background: red;
  padding: 8px 0px;
  text-align: center;
  width: 0px;
  overflow: hidden;
  -webkit-transition: width 1s, color 2s;
  /* Safari */
  transition: width 1s, color 2s;
  height: calc(100% - 16px);
  line-height: 27px;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_delete_confirmation .link:not(.btn) {
  text-decoration: none;
  color: red;
  -webkit-transition: color 2s;
  /* Safari */
  transition: color 2s;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_delete_confirmation .btn {
  background-color: #FF9800;
  text-align: center;
  padding: 4px;
  width: 60px;
  color: #000;
  border: solid 2px #000;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_delete_confirmation .cancelbtn {
  margin-top: 3px;
  background-color: #26a99c;
  text-align: center;
  padding: 4px;
  width: 60px;
  color: #000;
  border: solid 2px #000;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.6em;
  height: 13px;
  line-height: 13px;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_delete_confirmation .btns {
  display: flex;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_delete_confirmation .btns .delete_user {
  margin-left: 1em;
  margin-right: 1em;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_delete_confirmation.need_confirmation {
  width: 100%;
  color: #fff;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_delete_confirmation.need_confirmation .link {
  color: #fff;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_delete_confirmation.need_confirmation .link.btn {
  color: #000;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_delete_confirmation.need_confirmation .option {
  font-weight: bold;
  cursor: pointer;
}
.member_content_wrapper .member_content .user_data .user_data_table .row .users_column_delete_confirmation.need_confirmation .option:hover {
  color: #000;
}
.member_content_wrapper .member_content .leads_data {
  background-color: #fff;
  padding: 30px;
}
.member_content_wrapper .member_content .leads_data .disposition_select_container {
  border: 1px solid #ccc;
  width: 120px;
  border-radius: 3px;
  overflow: hidden;
  background: #fafafa url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 90% 50%;
}
.member_content_wrapper .member_content .leads_data .disposition_select_container .disposition_select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.member_content_wrapper .member_content .leads_data .disposition_select_container .disposition_select:focus {
  outline: none;
}
.member_content_wrapper .member_content .leads_data .leads_data_table {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.member_content_wrapper .member_content .leads_data .leads_data_table .row .top_section {
  display: flex;
  border-bottom: solid 1px #000;
  align-items: center;
  background-color: #aeeaba;
}
.member_content_wrapper .member_content .leads_data .leads_data_table .row .top_section .leads_column_disposition {
  border-top: 0;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_date_created {
  flex-basis: 12%;
}
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_lead_id {
  flex-basis: 6%;
}
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_name {
  flex-basis: 24%;
}
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_phone {
  flex-basis: 17%;
}
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_state {
  flex-basis: 8%;
}
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_county {
  flex-basis: 12%;
}
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_price {
  flex-basis: 7%;
}
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_disposition {
  flex-basis: 13%;
}
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_date_created,
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_lead_id,
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_first_name,
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_last_name,
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_phone,
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_state,
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_county,
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_price,
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_disposition {
  padding: 3px;
}
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_date_created,
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_notes {
  border-left: solid 1px #000;
}
.member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_notes {
  background-color: #ddd;
  padding: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: solid 1px #000;
  border-bottom: solid 3px #000;
  word-break: break-word;
}
.member_content_wrapper .member_content .campaign_data {
  background-color: #fff;
  padding: 30px;
}
.member_content_wrapper .member_content .campaign_data .form #lead_model-errors {
  margin-bottom: 15px;
}
.member_content_wrapper .member_content .campaign_data .new_campaign_btn .btn {
  background-image: url("../../../images/buttons/new_campaign.png");
  background-position-y: top;
  background-size: cover;
  width: 216px;
  height: 50px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.member_content_wrapper .member_content .campaign_data .new_campaign_btn .btn:hover {
  background-position-y: bottom;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .email_address_verified_list {
  margin-top: 20px;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .email_address_verified_list .email_verification_list_item_group {
  display: flex;
  align-items: center;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .email_address_verified_list .email_verification_list_item_group .parsley-errors-list {
  display: none;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .email_address_verified_list .email_verification_list_item_group .remove_group {
  margin-left: 8px;
  cursor: pointer;
  color: red;
  font-weight: bold;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border: solid 1px transparent;
  text-align: center;
  padding: 2px;
  border-radius: 50%;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .email_address_verified_list .email_verification_list_item_group .remove_group:hover {
  border: solid red 1px;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .email_address_verified_list .email_verification_list_item_group .email_verification_list_item {
  font-variant: small-caps;
  padding: 5px;
  font-size: 16px;
  width: 250px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: none 0 transparent;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .email_address_verified_list .email_verification_list_item_group .email_verification_list_item.parsley-success {
  border: solid green 1px;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .email_address_verified_list .email_verification_list_item_group .email_verification_list_item.parsley-error {
  border: solid red 1px;
}
.member_content_wrapper .member_content .campaign_data .select_county_btns {
  display: flex;
  justify-content: flex-end;
}
.member_content_wrapper .member_content .campaign_data .select_county_btns .select_all_counties,
.member_content_wrapper .member_content .campaign_data .select_county_btns .select_none_counties {
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  width: 120px;
  text-align: center;
}
.member_content_wrapper .member_content .campaign_data .select_county_btns .select_all_counties {
  color: #fff;
  background-color: green;
}
.member_content_wrapper .member_content .campaign_data .select_county_btns .select_none_counties {
  color: #000;
  background-color: red;
  margin-left: 30px;
}
.member_content_wrapper .member_content .campaign_data .parsley-errors-list {
  margin-top: 0;
}
.member_content_wrapper .member_content .campaign_data .campaign_heading {
  margin-bottom: 20px;
  display: flex;
}
.member_content_wrapper .member_content .campaign_data .campaign_heading:not(:first-child) {
  margin-top: 20px;
}
.member_content_wrapper .member_content .campaign_data .campaign_heading .text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
}
.member_content_wrapper .member_content .campaign_data .campaign_heading .line {
  flex-grow: 1;
  border-bottom: 1px solid #b5b5b5;
  height: 20px;
  margin-left: 16px;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading {
  margin-bottom: 15px;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .selected_state_name {
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
  letter-spacing: 3px;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .subheading {
  font-weight: bold;
  font-size: 1.2em;
  color: #26a99c;
  margin-bottom: 1em;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .selected_state_container .selected_state {
  visibility: hidden;
  background-color: transparent;
  color: #00bf00;
  font-weight: bold;
  font-size: 24px;
  border: none 0 transparent;
  pointer-events: none;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .selected_state_container .selected_state:focus {
  outline: 0;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .selected_state_container .selected_state_map > svg {
  max-height: 439px;
  width: auto;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .selected_state_container .selected_state_map .state .county {
  fill: #00bf00;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading.target_counties_container {
  align-items: center;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading.geotarget .text {
  text-align: center;
  color: #2196F3;
  font-weight: bold;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .text .county_count {
  font-weight: bold;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map .usa_state {
  fill-opacity: 1;
  stroke: #000;
  cursor: pointer;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map .region_mountain:hover .usa_state {
  fill: red;
  cursor: no-drop;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map .region_eastern {
  fill: #0caa1e;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map .region_central,
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map .region_western {
  fill: #40c750;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map .region_mountain {
  fill: #c74040;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map .region_central:hover .usa_state,
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map .region_eastern:hover .usa_state,
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map .region_western:hover .usa_state {
  fill: #00bf00;
  cursor: pointer;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map_region {
  display: none;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map_region .usa_region {
  display: none;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map_region .usa_state {
  fill-opacity: 1;
  fill: #ff5d5d;
  stroke: #000;
  cursor: pointer;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map_region .usa_state:hover {
  fill: red;
  cursor: no-drop;
}
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map_region #region_western_container,
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map_region #region_mountain_container,
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map_region #region_central_container,
.member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map_region #region_eastern_container {
  display: none;
  max-height: 500px;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .headline {
  font-weight: bold;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .warning {
  text-align: center;
  color: #26a99c;
  margin-top: 25px;
  font-style: italic;
  line-height: 1.5em;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .warning .email {
  font-weight: bold;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .input {
  padding: 10px;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .submit_btn {
  align-self: flex-start;
  cursor: pointer;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .submit_btn.email_test_lead {
  background-image: url("../../../images/buttons/email_test_lead.png");
  background-position-y: top;
  background-size: cover;
  width: 216px;
  height: 47px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  margin-top: 15px;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .submit_btn.email_test_lead:hover {
  background-position-y: bottom;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .submit_btn.email_test_lead.disabled {
  display: none;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .submit_btn.email_test_lead.loading {
  background-image: url("../../../images/loading.gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .submit_btn.verify_email_addresses {
  background-color: #2196F3;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
}
.member_content_wrapper .member_content .campaign_data .email_delivery_list_container .submit_btn.verify_email_addresses.disabled {
  background-color: grey;
  color: #000;
  cursor: no-drop;
}
.member_content_wrapper .member_content .campaign_data .monthly_budget_container {
  margin-top: 20px;
}
.member_content_wrapper .member_content .campaign_data .monthly_budget_container .headline {
  font-weight: bold;
}
.member_content_wrapper .member_content .campaign_data .monthly_budget_container .input_arrow_group {
  display: flex;
  align-items: center;
}
.member_content_wrapper .member_content .campaign_data .monthly_budget_container .input_arrow_group .dollar_input_group {
  background-color: #ddd;
  cursor: no-drop;
}
.member_content_wrapper .member_content .campaign_data .monthly_budget_container .input_arrow_group .dollar_input_group .input_icon,
.member_content_wrapper .member_content .campaign_data .monthly_budget_container .input_arrow_group .dollar_input_group .input {
  cursor: no-drop;
}
.member_content_wrapper .member_content .campaign_data .monthly_budget_container .input_arrow_group .dollar_input_group,
.member_content_wrapper .member_content .campaign_data .monthly_budget_container .input_arrow_group .budget_quantity_input_group {
  border: solid 1px #000;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}
.member_content_wrapper .member_content .campaign_data .monthly_budget_container .input_arrow_group .dollar_input_group .input_icon,
.member_content_wrapper .member_content .campaign_data .monthly_budget_container .input_arrow_group .budget_quantity_input_group .input_icon {
  padding: 8px 16px;
  font-weight: bold;
  background-color: #737373;
  color: #fff;
  height: 21px;
  font-size: 18px;
}
.member_content_wrapper .member_content .campaign_data .monthly_budget_container .input_arrow_group .dollar_input_group .input,
.member_content_wrapper .member_content .campaign_data .monthly_budget_container .input_arrow_group .budget_quantity_input_group .input {
  padding: 10px;
  text-align: right;
}
.member_content_wrapper .member_content .campaign_data .monthly_budget_container .input_arrow_group .budget_arrow {
  background-image: url("../../../images/arrow.png");
  width: 85px;
  height: 24px;
  display: inline-flex;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.member_content_wrapper .member_content .campaign_data .campaign_status_container {
  /*.option {
      width: 66px;
      text-align: center;
      &.active {
          color: $activeColor;
          font-weight: bold;
          &.paused_option {
              color: red;
          }
      }
  }*/
}
.member_content_wrapper .member_content .campaign_data .campaign_status_container .form_options {
  margin-left: 7px;
  margin-right: 7px;
}
.member_content_wrapper .member_content .campaign_data .campaign_status_container .container.active {
  color: #00bf00;
  font-weight: bold;
}
.member_content_wrapper .member_content .campaign_data .campaign_status_container .container.active.paused_option {
  color: red;
}
.member_content_wrapper .member_content .campaign_data .next_btn {
  background-image: url("../../../images/buttons/next.png");
  background-position-y: top;
  background-size: cover;
  width: 128px;
  height: 50px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  background-color: transparent;
  border: 0 none transparent;
  cursor: pointer;
  display: inline;
  color: transparent;
  padding: 0;
}
.member_content_wrapper .member_content .campaign_data .next_btn:hover {
  background-position-y: bottom;
}
.member_content_wrapper .member_content .campaign_data .submit_btn_group {
  display: flex;
  align-items: center;
}
.member_content_wrapper .member_content .campaign_data .submit_btn_group .save_campaign_btn {
  background-image: url("../../../images/buttons/save_campaign.png");
  background-position-y: top;
  background-size: cover;
  width: 216px;
  height: 50px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0 none transparent;
  display: inline;
  cursor: pointer;
}
.member_content_wrapper .member_content .campaign_data .submit_btn_group .save_campaign_btn:hover {
  background-position-y: bottom;
}
.member_content_wrapper .member_content .campaign_data .submit_btn_group .cancel_btn {
  margin-left: 30px;
  color: red;
  font-weight: bold;
}
.member_content_wrapper .member_content .campaign_data .county_checkboxes {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.member_content_wrapper .member_content .campaign_data .county_checkboxes .county_checkbox_container {
  display: flex;
  width: 152px;
  align-items: center;
  margin-right: 47px;
}
.member_content_wrapper .member_content .campaign_data .county_checkboxes .county_checkbox_container .countyname {
  width: 115px;
}
.member_content_wrapper .member_content .campaign_data .geotarget_options,
.member_content_wrapper .member_content .campaign_data .campaign_status_container {
  /* The container */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.member_content_wrapper .member_content .campaign_data .geotarget_options .container,
.member_content_wrapper .member_content .campaign_data .campaign_status_container .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.member_content_wrapper .member_content .campaign_data .geotarget_options .container input,
.member_content_wrapper .member_content .campaign_data .campaign_status_container .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.member_content_wrapper .member_content .campaign_data .geotarget_options .checkmark,
.member_content_wrapper .member_content .campaign_data .campaign_status_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.member_content_wrapper .member_content .campaign_data .geotarget_options .container:hover input ~ .checkmark,
.member_content_wrapper .member_content .campaign_data .campaign_status_container .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.member_content_wrapper .member_content .campaign_data .geotarget_options .container input:checked ~ .checkmark,
.member_content_wrapper .member_content .campaign_data .campaign_status_container .container input:checked ~ .checkmark {
  background-color: #00bf00;
}
.member_content_wrapper .member_content .campaign_data .geotarget_options .checkmark:after,
.member_content_wrapper .member_content .campaign_data .campaign_status_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.member_content_wrapper .member_content .campaign_data .geotarget_options .container input:checked ~ .checkmark:after,
.member_content_wrapper .member_content .campaign_data .campaign_status_container .container input:checked ~ .checkmark:after {
  display: block;
}
.member_content_wrapper .member_content .campaign_data .geotarget_options .container .checkmark:after,
.member_content_wrapper .member_content .campaign_data .campaign_status_container .container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.member_content_wrapper .member_content .campaign_data .geotarget_options {
  align-items: center;
  /*.state_county_switch_container {
      display: flex;
      align-items: center;
      .form_options {
          margin-left: 7px;
          margin-right: 7px;
      }
      .option {
          width: 66px;
          text-align: center;
          &.active {
              color: #00bf00;
              font-weight: bold;
          }
      }
  }*/
}
.member_content_wrapper .member_content .campaign_data .geotarget_options .headline {
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 10px;
}
.member_content_wrapper .member_content .campaign_data .geotarget_options .container.active {
  color: #00bf00;
  font-weight: bold;
}
.member_content_wrapper .member_content .campaign_data .state_map {
  max-width: 500px;
}
.member_content_wrapper .member_content .campaign_data .state_map .city_name {
  font-size: 11px;
  pointer-events: none;
}
.member_content_wrapper .member_content .campaign_data .state_map .state .county {
  cursor: pointer;
  stroke: #adafb1;
}
.member_content_wrapper .member_content .campaign_data .state_map .state.all_state .county {
  fill: #1ba21b;
}
.member_content_wrapper .member_content .campaign_data .state_map .state.county_selector .county {
  fill: #79797d;
}
.member_content_wrapper .member_content .campaign_data .state_map .state.county_selector .county:hover {
  fill: #00bf00;
}
.member_content_wrapper .member_content .campaign_data .state_map .state.county_selector .county.selected {
  fill: #1ba21b;
}
.member_content_wrapper .member_content .campaign_data .state_map .state.county_selector .county.selected:hover {
  fill: #00bf00;
}
.member_content_wrapper .member_content .campaign_data .label {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  margin-top: 15px;
}
.member_content_wrapper .member_content .campaign_data .label .text {
  margin-bottom: 5px;
}
.member_content_wrapper .member_content .campaign_data .label .input {
  padding: 10px;
}
.member_content_wrapper .member_content .campaign_data .county_visible {
  display: none;
}
.member_content_wrapper .member_content .campaign_data .lead_options {
  margin-bottom: 15px;
}
.member_content_wrapper .member_content .campaign_data .lead_options .lead_option {
  margin-top: 15px;
  display: flex;
}
.member_content_wrapper .member_content .campaign_data .lead_options .lead_option .checkbox_container {
  width: 50px;
  margin-right: 15px;
}
.member_content_wrapper .member_content .campaign_data .lead_options .lead_option .checkbox_container .squaredOne {
  margin-top: 0;
  margin-left: 7px;
}
.member_content_wrapper .member_content .campaign_data .lead_options .lead_option .lead_details .lead_model {
  font-weight: bold;
  font-size: 18px;
}
.member_content_wrapper .member_content .campaign_data .lead_options .lead_option .lead_details .budget {
  font-weight: bold;
}
.member_content_wrapper .member_content .campaign_data .lead_options .lead_option .lead_details .budget .dollars {
  font-weight: normal;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row {
  display: flex;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row.campaign_row {
  border-bottom: solid 1px #000;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_name,
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_date_created,
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_lead_type,
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_leads_sent,
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_monthly_budget,
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_cpl,
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_options,
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_active {
  border-right: solid 1px #000;
  padding: 3px;
  text-align: center;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_name .special,
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_date_created .special,
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_lead_type .special,
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_leads_sent .special,
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_monthly_budget .special,
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_cpl .special,
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_options .special,
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_active .special {
  font-size: 0.8em;
  font-style: italic;
  color: green;
  margin-top: 10px;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_name {
  flex-basis: 20%;
  border-left: solid 1px #000;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_date_created {
  flex-basis: 12%;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_lead_type {
  flex-basis: 10%;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_leads_sent {
  flex-basis: 10%;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_monthly_budget {
  flex-basis: 13%;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_cpl {
  flex-basis: 10%;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_active {
  flex-basis: 10%;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_active .inactive_campaign {
  color: red;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_active .activate_campaign_btn {
  padding: 2px;
  width: auto;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_options {
  flex-basis: 15%;
}
.member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_options > a:active, .member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_options > a:hover, .member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_options > a:visited, .member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column_options > a:link {
  color: #26a99c;
}
.member_content_wrapper .member_content .campaign_data .previous_settings {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}
.member_content_wrapper .member_content .campaign_data .previous_settings .previous_setting {
  margin-right: 15px;
  background-color: #ddd;
  padding: 11px;
  border-radius: 5px;
}
.member_content_wrapper .member_content .campaign_data .previous_settings .previous_setting .setting {
  font-weight: bold;
  line-height: 28px;
}
.member_content_wrapper .member_content .campaign_data .previous_settings .previous_setting .setting .discounted {
  text-decoration: line-through;
  color: red;
}
.member_content_wrapper .member_content .campaign_data .previous_settings .previous_setting .setting .heading {
  text-decoration: underline;
  color: green;
}
.member_content_wrapper .member_content .campaign_data .previous_settings .previous_setting .setting .discount {
  color: green;
}

.return_lead .prompt_headline {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: red;
  margin-top: 3em;
}
.return_lead .info {
  text-align: center;
  font-size: 1.2em;
  margin-top: 2em;
}
.return_lead .link {
  text-decoration: none;
}
.return_lead .link .btn-red {
  background-color: red;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #000;
  padding: 15px;
  width: 160px;
  border: solid 1px #666;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  cursor: pointer;
}
.return_lead .link .btn-green {
  margin-bottom: 3em;
}

/* FROM COPIERLEASELEADS*/
.button {
  color: #fff;
  font-size: 1.2vw;
  padding: 0.6vw 1.4vw;
  border-radius: 0.7vw;
  text-decoration: none;
  background-color: #26b45a;
  width: fit-content;
  cursor: pointer;
}

.editable {
  display: flex;
  align-items: center;
}

.form_container {
  background-color: #eee;
  margin: 2vw;
  padding: 2vw;
}
.form_container .form .text_notification_wrap.disabled .free_text.popup {
  display: table;
}
.form_container .form .text_notification_wrap.disabled .free_text.inline {
  display: none;
}
.form_container .form .text_notification_wrap.disabled #text_notification_num,
.form_container .form .text_notification_wrap.disabled label[for=text_notification_num] {
  display: none;
}
.form_container .form .text_notification_wrap.disabled .button.disable {
  display: none;
}
.form_container .form .text_notification_wrap .free_text.popup {
  display: none;
}
.form_container .form .text_notification_wrap .free_text.inline {
  display: table;
}
.form_container .form label[for=text_notification_num] {
  margin-top: 1em;
}
.form_container .form .label {
  display: flex;
  flex-direction: column;
  margin-bottom: 13px;
  margin-top: 13px;
}
.form_container .form .label.checkbox {
  flex-direction: row;
}
.form_container .form .label .parsley-errors-list {
  padding-left: 0;
  margin-top: 0;
}
.form_container .form .label.terms {
  flex-direction: row;
}
.form_container .form .label.terms .checkbox {
  order: -1;
  margin-right: 8px;
}
.form_container .form .label .input {
  border: solid 1px #666;
  border-radius: 5px;
  padding: 10px;
}
.form_container .form .label .test_notification {
  display: none;
}
.form_container .form .submit_button {
  color: #fff;
  background-color: #26b45a;
  width: 100%;
  padding: 10px;
  font-size: 1.7vw;
  cursor: pointer;
}
.form_container .form .submit_button:hover {
  background-color: #20984c;
}

.response_status .title {
  display: none;
}

.portal {
  /*
  .squaredOne {
      width: 28px;
      height: 28px;
      background: #fcfff4;

      background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
      background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
      background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
      background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
      background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
      margin: 20px auto;
      -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
      -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
      position: relative;
  }

  .squaredOne label {
      cursor: pointer;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 4px;
      top: 4px;

      -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
      -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
      box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

      background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
      background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
      background: -o-linear-gradient(top, #222 0%, #45484d 100%);
      background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
      background: linear-gradient(top, #222 0%, #45484d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
  }

  .squaredOne label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      background: #00bf00;

      background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
      background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
      background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
      background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
      background: linear-gradient(top, #00bf00 0%, #009400 100%);

      top: 2px;
      left: 2px;

      -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
      -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  }

  .squaredOne label:hover::after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      filter: alpha(opacity=30);
      opacity: 0.3;
  }

  .squaredOne input[type=checkbox]:checked + label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
  }*/
}
.portal .archive_multiple_btn {
  background-color: #9dedf8;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5px;
}
.portal .archive_multiple_btn .btn {
  cursor: pointer;
  font-weight: bold;
  border: solid 1px;
  border-radius: 5px;
  padding: 3px;
  margin-left: 5px;
}
.portal .archive_multiple_btn .btn.start {
  background-color: #85ff85;
}
.portal .archive_multiple_btn .btn.confirm {
  background-color: #d5a8ff;
  display: none;
}
.portal .all_leads {
  margin: 0;
}
.portal .all_leads .Table {
  opacity: 1;
}
.portal .all_leads.loadingxx {
  background-image: url("../../../images/loading.gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
}
.portal .email_log .accepted {
  border: solid 2px green;
  padding: 3px;
}
.portal .email_log .failed {
  border: solid 2px red;
  padding: 3px;
}
.portal .Table {
  font-size: 13px;
}
.portal .Table .Table-row.delivered_lead_content_row .process_return {
  display: none;
}
.portal .Table .Table-row.delivered_lead_content_row.return_initiated {
  background-color: #d7fdff;
}
.portal .Table .Table-row.delivered_lead_content_row.return_initiated .initiate_return {
  display: none;
}
.portal .Table .Table-row.delivered_lead_content_row.return_initiated .process_return {
  display: block;
}
.portal .Table .Table-row.delivered_lead_content_row.return_initiated .process_return.open {
  display: none;
}
.portal .Table .Table-row.delivered_lead_content_row.return_initiated.return_processed.returned {
  background-color: #ffd7d7;
}
.portal .Table .Table-row.delivered_lead_content_row.return_initiated.return_processed.returned .process_return,
.portal .Table .Table-row.delivered_lead_content_row.return_initiated.return_processed.returned .resend_lead {
  display: none;
}
.portal .Table .Table-row.delivered_lead_content_row.return_initiated.return_processed.denied {
  background-color: #fff6d7;
}
.portal .Table .Table-row.delivered_lead_content_row.return_initiated.return_processed.denied .deny,
.portal .Table .Table-row.delivered_lead_content_row.return_initiated.return_processed.denied .return {
  display: none;
}
.portal .Table .Table-row.delivered_lead_content_row.return_initiated.return_processed.denied .open {
  display: block;
}
.portal .Table .Table-row.lead_content_row.verification_yes:nth-child(even) {
  background-color: #00b200;
}
.portal .Table .Table-row.lead_content_row.verification_yes:nth-child(odd) {
  background-color: #13da13;
}
.portal .Table .Table-row.lead_content_row.verification_dsql:nth-child(even) {
  background-color: #f5ff54;
}
.portal .Table .Table-row.lead_content_row.verification_dsql:nth-child(odd) {
  background-color: #f0ff00;
}
.portal .Table .Table-row.Table-row .Table-row-item.deliveredLeadColumnID {
  flex-basis: 40px;
}
.portal .Table .Table-row.Table-row .Table-row-item.deliveredLeadColumnLeadID {
  flex-basis: 60px;
}
.portal .Table .Table-row.Table-row .Table-row-item.deliveredLeadColumnOrganization {
  flex-basis: 100px;
}
.portal .Table .Table-row.Table-row .Table-row-item.deliveredLeadColumnCreationDateTime {
  flex-basis: 100px;
}
.portal .Table .Table-row.Table-row .Table-row-item.deliveredLeadColumnCost {
  flex-basis: 50px;
}
.portal .Table .Table-row.Table-row .Table-row-item.deliveredLeadColumnTools {
  flex-basis: 100px;
}
.portal .Table .Table-row.Table-row .Table-row-item.deliveredLeadColumnReturnInitiated {
  flex-basis: 100px;
}
.portal .Table .Table-row.Table-row .Table-row-item.deliveredLeadColumnReturnResult {
  flex-basis: 150px;
}
.portal .Table .Table-row.Table-row .Table-row-item.deliveredLeadColumnChargeID {
  flex-basis: 220px;
}
.portal .Table .Table-row.Table-row.inactive_organization {
  background-color: #facbcb;
}
.portal .Table .Table-row:nth-child(even) {
  background-color: #ccc;
}
.portal .Table .Table-row:nth-child(odd) {
  background-color: #fff;
}
.portal .Table .Table-row.Table-header {
  padding-bottom: 5px;
  display: flex;
  background: #666;
  color: #fff;
  font-weight: bold;
}
.portal .Table .Table-row .special_pricing.no_special_pricing {
  background-color: #7fffd4;
}
.portal .Table .Table-row .special_pricing.no_special_pricing .add_special_pricing {
  font-weight: bold;
  color: #0000ff;
}
.portal .Table .Table-row .special_pricing.disabled {
  background-color: red;
}
.portal .Table .Table-row .special_pricing.enabled {
  background-color: #2cfd66;
}
.portal .Table .Table-row .special_pricing .heading {
  font-weight: bold;
  font-size: 1.3em;
  text-decoration: underline;
}
.portal .Table .Table-row .special_pricing > form > b {
  font-weight: bold;
  text-decoration: underline;
}
.portal .Table .Table-row .special_pricing > form .verification_data {
  display: none;
}
.portal .Table .Table-row .error {
  background-color: red;
}
.portal .Table .Table-row .Table-row-item {
  padding: 3px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*
  &.county_suggestions {
      overflow: scroll;
      max-height: 100px;
      .suggestions_wrapper {
          &.loading {
              background-image: url("../../../images/loading.gif");
              background-size: contain;
              // background-repeat: no-repeat;
              background-position-x: left;
          }
          .suggestion {
              cursor: pointer;
              font-size: 0.7em;
          }
      }

  }*/
}
.portal .Table .Table-row .Table-row-item.columnNotes {
  flex-direction: column;
  align-items: center;
}
.portal .Table .Table-row .Table-row-item.columnNotes .edit_btn,
.portal .Table .Table-row .Table-row-item.columnNotes .submit_btn {
  padding: 3px 25px;
}
.portal .Table .Table-row .Table-row-item .edit_btn,
.portal .Table .Table-row .Table-row-item .submit_btn {
  padding: 1px 9px;
  background-color: #a5dfa5;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}
.portal .Table .Table-row .Table-row-item.columnID {
  flex-basis: 24px;
}
.portal .Table .Table-row .Table-row-item.columnDateTimeCreated {
  flex-basis: 70px;
}
.portal .Table .Table-row .Table-row-item.columnLeadType {
  flex-basis: 60px;
}
.portal .Table .Table-row .Table-row-item.columnCompany {
  flex-basis: 90px;
}
.portal .Table .Table-row .Table-row-item.columnEmail {
  flex-basis: 140px;
}
.portal .Table .Table-row .Table-row-item.columnName {
  flex-basis: 160px;
}
.portal .Table .Table-row .Table-row-item.columnPhone {
  flex-basis: 90px;
}
.portal .Table .Table-row .Table-row-item.columnState {
  flex-basis: 42px;
}
.portal .Table .Table-row .Table-row-item.columnZipCode {
  flex-basis: 50px;
}
.portal .Table .Table-row .Table-row-item.columnCounty {
  flex-basis: 80px;
}
.portal .Table .Table-row .Table-row-item.columnCounty .autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.portal .Table .Table-row .Table-row-item.columnCounty .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.portal .Table .Table-row .Table-row-item.columnCounty .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.portal .Table .Table-row .Table-row-item.columnCounty .autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.portal .Table .Table-row .Table-row-item.columnCounty .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.portal .Table .Table-row .Table-row-item.columnRequestQuantity {
  flex-basis: 43px;
}
.portal .Table .Table-row .Table-row-item.columnVerificationStatus {
  flex-basis: 35px;
}
.portal .Table .Table-row .Table-row-item.columnSold {
  flex-basis: 35px;
}
.portal .Table .Table-row .Table-row-item.columnTools {
  flex-basis: 75px;
}
.portal .Table .Table-row .Table-row-item .activation {
  background-color: red;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 5px;
}
.portal .Table .Table-row .Table-row-item .activation.deactivation {
  background-color: #0e9604;
}
.portal .Table .Table-row .Table-row-top {
  display: flex;
}
.portal .Table .Table-row .Table-row-top .Table-row-item {
  overflow: hidden;
}
.portal .Table .Table-row .Table-row-top .Table-row-item.loading {
  background-image: url("../../../images/loading.gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
}
.portal .Table .Table-row .Table-row-top .Table-row-item.missing {
  color: red;
}
.portal .Table .Table-row .Table-row-top .Table-row-item.editing {
  overflow: visible;
}
.portal .Table .Table-row .Table-row-top .Table-row-item.editing .editable {
  overflow: visible;
}
.portal .Table .Table-row .Table-row-top .Table-row-item .editable {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.portal .Table .Table-row .Table-row-top .Table-row-item.edit_column .edit_item_img {
  cursor: pointer;
  width: 26px;
}
.portal .Table .Table-row .Table-row-top .Table-row-item.edit_column .match .results {
  display: none;
}
.portal .Table .Table-row .Table-row-bottom .free_lead .email_address {
  border: solid 1px #000;
}
.portal .Table .Table-row .Table-row-bottom .editable.textarea {
  background-color: #ddd;
  border: solid 1px #000;
  padding: 8px;
  border-radius: 5px;
  width: calc(100% - 18px);
}
.portal .Table .Table-row .Table-row-bottom .editable.textarea > textarea {
  width: 100%;
  height: 112px;
}
.portal .Table .Table-row .Table-row-bottom .match_results {
  display: none;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.Table-header {
  background-color: #FFA500;
  color: #fff;
  height: 40px;
  align-items: center;
  border-top: solid #555 2px;
  border-bottom: solid #555 2px;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row {
  background-color: #fff;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.special_pricing .cost_input {
  background-color: #23cdbc;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row .matchcolumnSoldAlready,
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row .matchcolumnBudgetReached {
  display: none;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row .matchcolumnClickToSendButton.loading {
  background-image: url("../../../images/loading.gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
  width: 30px;
  height: 30px;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row .matchcolumnClickToSendButton.loading .squaredOne {
  display: none;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.lead_sold_and_returned {
  background-color: #ffd4d4;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.lead_sold_and_returned .matchcolumnSoldAlready {
  display: block;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.lead_sold_and_returned .matchcolumnClickToSend,
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.lead_sold_and_returned .matchcolumnClickToSendButton {
  display: none;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.lead_sold_and_returned .matchcolumnCost {
  opacity: 0;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.lead_sold {
  background-color: #bcffbf;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.lead_sold .matchcolumnSoldAlready {
  display: block;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.lead_sold .matchcolumnClickToSend,
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.lead_sold .matchcolumnClickToSendButton {
  display: none;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.lead_sold .matchcolumnCost {
  opacity: 0;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.budget_reached {
  background-color: yellow;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.budget_reached .matchcolumnBudgetReached {
  display: block;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.budget_reached .matchcolumnClickToSend,
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.budget_reached .matchcolumnClickToSendButton {
  display: none;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.budget_reached .matchcolumnCost {
  opacity: 0;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row.no_results {
  color: red;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row .Table-row-top {
  height: 60px;
  align-items: center;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.submit_content_row {
  height: 40px;
  align-items: center;
  display: flex;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.submit_content_row .submit_button {
  background-color: #15b3e6;
  padding: 6px 19px;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.submit_content_row .shared_leads_toggle {
  background-color: #3815f3;
  padding: 6px 19px;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.submit_content_row .exclusive_leads_toggle {
  background-color: #6c15f3;
  padding: 6px 19px;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row .Table-row-item.matchcolumnCompany {
  flex-basis: 100px;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row .Table-row-item.matchcolumnEmail {
  flex-basis: 100px;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row .Table-row-item.matchcolumnFirstName {
  flex-basis: 100px;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row .Table-row-item.matchcolumnLastName {
  flex-basis: 100px;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row .Table-row-item.matchcolumnPhone {
  flex-basis: 100px;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row .Table-row-item.matchcolumnState {
  flex-basis: 40px;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row .Table-row-item.matchcolumnCounty {
  flex-basis: 100px;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row .Table-row-item.matchcolumnLeadType {
  flex-basis: 65px;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row .Table-row-item.matchcolumnCost {
  flex-basis: 40px;
  display: flex;
  align-items: center;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row .Table-row-item.matchcolumnCost .cost_input {
  width: 30px;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row .Table-row-item.matchcolumnMoCap {
  flex-basis: 55px;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row .Table-row-item.matchcolumnLeadsSent {
  flex-basis: 70px;
}
.portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row .Table-row-item.matchcolumnClickToSend {
  flex-basis: 111px;
}
@media (max-width: 1100px) {
  .portal .Table {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    border: 1px solid #f2f2f2;
    margin: 0.5rem;
    line-height: 1.5;
  }
  .portal .Table-header {
    display: none;
  }
  .portal .Table .Table-row.Table-header {
    display: none;
  }
  .portal .Table .Table-row .Table-row-top .Table-row-item {
    flex-direction: row;
  }
  .portal .Table .Table-row .Table-row-top .Table-row-item .edit_btn,
.portal .Table .Table-row .Table-row-top .Table-row-item .submit_btn {
    margin-left: 10px;
    margin-top: 0;
  }
  .portal .Table .Table-row .Table-row-bottom .Table-row-item {
    margin-left: 0;
  }
  .portal .Table .Table-row .Table-row-top,
.portal .Table .Table-row .Table-row-bottom {
    display: block;
  }
  .portal .Table .Table-row .Table-row-bottom .match_results .Table .Table-row.match_content_row .Table-row-top {
    height: auto;
  }
  .portal .Table .Table-row .Table-row-top .columnTools .match {
    margin-left: 20px;
    margin-right: 20px;
  }
  .portal .Table-row {
    width: 100%;
  }
  .portal .Table-row:nth-of-type(even) {
    background-color: #f2f2f2;
  }
  .portal .Table-row:nth-of-type(odd) {
    background-color: #ffffff;
  }
  .portal .Table-row-item {
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5em;
    word-break: break-word;
  }
  .portal .Table-row-item:before {
    content: attr(data-header);
    font-weight: 700;
    padding-right: 10px;
  }
}

.signup_module {
  display: flex;
  min-height: calc(100vh - 4vw - 4px);
}
.signup_module .left,
.signup_module .right {
  width: 50%;
}
.signup_module .left {
  background-color: #fff;
}
.signup_module .left .left_container {
  padding: 10px;
}
.signup_module .left .left_container .image {
  width: 100%;
}
.signup_module .left .text {
  margin-top: 20px;
  line-height: 3vw;
  font-size: 1.6vw;
}
.signup_module .right {
  position: relative;
}
.signup_module .right .form_container .form {
  margin-bottom: 10px;
}
.signup_module .right .sign_in_error {
  color: red;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  position: relative;
  -webkit-animation: move-the-object 0.4s linear 2;
  -moz-animation: move-the-object 0.4s linear 2;
  -o-animation: move-the-object 0.4s linear 2;
  animation: move-the-object 0.4s linear 2;
}
@-webkit-keyframes move-the-object {
  0% {
    left: 0px;
  }
  25% {
    left: 15px;
  }
  50% {
    left: 0px;
  }
  75% {
    left: -15px;
  }
  100% {
    left: 0px;
  }
}
@-moz-keyframes move-the-object {
  0% {
    left: 0px;
  }
  25% {
    left: 15px;
  }
  50% {
    left: 0px;
  }
  75% {
    left: -15px;
  }
  100% {
    left: 0px;
  }
}
@-o-keyframes move-the-object {
  0% {
    left: 0px;
  }
  25% {
    left: 15px;
  }
  50% {
    left: 0px;
  }
  75% {
    left: -15px;
  }
  100% {
    left: 0px;
  }
}
@keyframes move-the-object {
  0% {
    left: 0px;
  }
  25% {
    left: 15px;
  }
  50% {
    left: 0px;
  }
  75% {
    left: -15px;
  }
  100% {
    left: 0px;
  }
}
.signup_module .right .create_account_button {
  position: absolute;
  top: 2vw;
  right: 2vw;
}
.signup_module .right .login_btn_container {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}
.signup_module .right .sign_up_header {
  text-align: center;
  padding-top: 2vw;
  margin-bottom: 2em;
}
.signup_module .right .sign_up_header .headline {
  color: #26a99c;
  font-size: 3.7vw;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.signup_module .right .sign_up_header .sign_up_header_directions .phone {
  font-weight: bold;
}

.form_container {
  background-color: #eee;
  margin: 2vw;
  padding: 2vw;
}
.form_container .help-block {
  font-weight: bold;
  color: red;
}
.form_container .alert {
  font-weight: bold;
  margin-bottom: 1em;
}
.form_container .alert.alert-success {
  color: #26a99c;
}
.form_container .alert.alert-danger {
  color: red;
}
.form_container .form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 13px;
}
.form_container .form .form-group .col-form-label {
  text-transform: uppercase;
}
.form_container .form .form-group .parsley-errors-list {
  padding-left: 0;
  margin-top: 0;
}
.form_container .form .form-group .form-control {
  border: solid 1px #666;
  border-radius: 5px;
  padding: 10px;
  width: calc(100% - 2vw);
}
.form_container .form .form-group .btn-link {
  margin-top: 1em;
}
.form_container .form .submit_button {
  color: #fff;
  background-color: #26a99c;
  width: 100%;
  padding: 10px;
  font-size: 1.7vw;
  cursor: pointer;
}
.form_container .form .submit_button:hover {
  background-color: #23cdbc;
}

.warning_banner {
  background-color: red;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.inactive_organization .activation .headline {
  text-align: center;
  font-size: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.inactive_organization .activation .subheadline {
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.5em;
}
.inactive_organization .activation .subheadline .link {
  color: #26a99c;
}

@media (max-width: 1100px) {
  .guest .header .nav,
.verification .header .nav {
    justify-content: flex-start;
  }

  .supplier .header .nav,
.admin .header .nav {
    justify-content: space-between;
  }
  .supplier .header .nav.special,
.admin .header .nav.special {
    justify-content: flex-end;
  }

  .terms .terms_verbiage .text,
.terms .terms_verbiage .heading {
    padding-left: 15px;
    padding-right: 20px;
  }

  .button {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
  }

  .header .nav {
    justify-content: space-between;
    font-size: 22px;
  }
  .header .nav .nav_link_wrap {
    margin-top: 10px;
    width: auto;
  }
  .header .nav .welcome_msg {
    display: none;
  }

  .header .header-section.contact-container {
    display: none;
  }

  .member_content_wrapper.sidebar_container .member_content {
    margin-left: 25px;
    margin-right: 25px;
    flex-basis: 100%;
  }
  .member_content_wrapper.sidebar_container .member_content .page_title {
    text-align: center;
    color: #26a99c;
  }

  .member_content_wrapper.sidebar_container .sidebar {
    display: none;
  }

  .home .lead-list .lead-type,
.home .lead-list .lead-type::after {
    width: calc(100% - 80px);
  }

  .about .top {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 900px) {
  .about .top .signup {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .header {
    height: auto;
    flex-wrap: wrap;
  }
  .header .header-section.nav {
    order: 3;
    flex-basis: 100%;
  }
  .header .header-section.nav .dropdown_wrapper .dropdown {
    top: auto;
  }
  .header .header-section.nav.special {
    order: 2;
    flex-basis: auto;
  }

  .member_content_wrapper .member_content .campaign_data,
.member_content_wrapper .member_content .leads_data {
    padding: 0;
  }
  .member_content_wrapper .member_content .campaign_data {
    background-color: transparent;
  }
  .member_content_wrapper .member_content .campaign_data .campaign_data_table {
    background-color: #fff;
  }

  .member_content_wrapper .member_content .leads_data .leads_data_table {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    border: 1px solid #f2f2f2;
    margin: 0;
    line-height: 1.5;
  }
  .member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_date_created,
.member_content_wrapper .member_content .leads_data .leads_data_table .row .member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column_notes {
    border: none 0 transparent;
  }
  .member_content_wrapper .member_content .leads_data .leads_data_table .row.hr {
    display: none;
  }
  .member_content_wrapper .member_content .leads_data .leads_data_table .row .top_section {
    flex-direction: column;
    align-items: flex-start;
  }
  .member_content_wrapper .member_content .leads_data .leads_data_table .row .top_section,
.member_content_wrapper .member_content .leads_data .leads_data_table .row .bottom_section {
    display: block;
  }
  .member_content_wrapper .member_content .leads_data .leads_data_table .row .Table-row-bottom .match_results .Table .Table-row.match_content_row .Table-row-top {
    height: auto;
  }
  .member_content_wrapper .member_content .leads_data .leads_data_table .row {
    width: 100%;
  }
  .member_content_wrapper .member_content .leads_data .leads_data_table .row:nth-of-type(even) {
    background-color: #f2f2f2;
  }
  .member_content_wrapper .member_content .leads_data .leads_data_table .row:nth-of-type(odd) {
    background-color: #ffffff;
  }
  .member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column {
    word-break: normal;
    display: block;
    padding: 0.5em;
    word-break: break-word;
  }
  .member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column .notes_prefix {
    display: none;
  }
  .member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column.disposition_select_container {
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0.5em;
    justify-content: flex-start;
    background: transparent;
  }
  .member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column.disposition_select_container .disposition_select {
    width: auto;
    border: solid 2px #666;
  }
  .member_content_wrapper .member_content .leads_data .leads_data_table .row .leads_column:before {
    content: attr(data-columnname);
    font-weight: 700;
    padding-right: 10px;
    width: auto;
  }

  .member_content_wrapper .member_content .campaign_data .campaign_data_table {
    border: none 0 transparent;
  }
  .member_content_wrapper .member_content .campaign_data .campaign_data_table .row {
    flex-direction: column;
    border: solid 1px #000;
  }
  .member_content_wrapper .member_content .campaign_data .campaign_data_table .row.hr {
    display: none;
  }
  .member_content_wrapper .member_content .campaign_data .campaign_data_table .row.campaign_row {
    margin-bottom: 1em;
  }
  .member_content_wrapper .member_content .campaign_data .campaign_data_table .row.campaign_row .campaign_column {
    border: none 0 transparent;
    display: flex;
    justify-content: space-between;
    text-align: right;
    flex-basis: auto;
  }
  .member_content_wrapper .member_content .campaign_data .campaign_data_table .row.campaign_row .campaign_column:before {
    content: attr(data-columnname) ": ";
    text-align: left;
    font-weight: bold;
  }
}
@media (max-width: 800px) {
  .member_content_wrapper .member_content .user_data .user_data_table .row .users_column_delete_confirmation.need_confirmation {
    flex-direction: column;
  }
  .member_content_wrapper .member_content .user_data .user_data_table .row .users_column_delete_confirmation.need_confirmation .btns .delete_user {
    margin-left: 0;
    margin-right: 1em;
  }

  .form_container .form .submit_button {
    font-size: 16px;
  }

  .member_content_wrapper .member_content .user_data {
    padding: 0;
  }
  .member_content_wrapper .member_content .user_data .user_data_table {
    border: none 0 transparent;
  }
  .member_content_wrapper .member_content .user_data .user_data_table .row {
    border: solid 1px #000;
    flex-direction: column;
  }
  .member_content_wrapper .member_content .user_data .user_data_table .row.hr {
    display: none;
  }
  .member_content_wrapper .member_content .user_data .user_data_table .row .users_column {
    border: none 0 transparent;
    display: flex;
    justify-content: space-between;
    text-align: right;
    width: 100%;
    word-break: break-word;
    padding: 0;
    flex-basis: auto;
  }
  .member_content_wrapper .member_content .user_data .user_data_table .row .users_column:before {
    content: attr(data-columnname) ": ";
    text-align: left;
    font-weight: bold;
    word-break: normal;
  }

  .home .home-hero {
    height: 225px;
  }
  .home .home-hero .headline {
    padding-top: 25px;
    font-size: 2em;
  }
  .home .spacer .headline, .home .about .spacer .headline {
    font-size: 1.5em;
  }

  .about .top .signup {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .about .top .signup .headline {
    margin-bottom: 1em;
  }
  .about .top .infobox {
    flex-direction: column;
  }
  .about .top .infobox .left {
    width: 100%;
  }
  .about .top .infobox .right {
    padding-top: 25px;
    padding-left: 0;
  }
  .about .top .infobox .right .filters {
    flex-direction: column;
  }
  .about .top .infobox .right .filters .filterlist {
    min-width: auto;
  }
  .about .about_terms {
    flex-direction: column;
  }
  .about .about_terms .left {
    width: 100%;
  }
  .about .about_terms .right {
    align-items: center;
    padding-left: 0;
  }
  .about .banner .headline {
    width: 100%;
  }
  .about .difference {
    padding: 40px 40px;
  }
  .about .pricing {
    padding: 0;
  }
  .about .pricing .options {
    flex-direction: column;
  }
  .about .pricing .options .option {
    flex-basis: auto;
    margin-bottom: 1em;
    padding: 5px;
  }
  .about .pricing .options .option .description {
    text-align: center;
  }
  .about .pricing .options .option .link {
    margin-top: 1em;
    text-align: center;
  }

  .signup_module .left {
    display: none;
  }
  .signup_module .right {
    width: 100%;
  }
  .signup_module .right .sign_up_header .headline {
    font-size: 24px;
  }
  .signup_module .right .form_container .form .form-group .form-control {
    width: calc(100% - 20px);
  }
  .signup_module .right .form_container .form .submit_button {
    font-size: 20px;
  }

  .member_content_wrapper.sidebar_container .member_content {
    margin: 0;
  }
  .member_content_wrapper.sidebar_container .member_content .page_title {
    margin-top: 20px;
  }

  .account .member_content_wrapper.sidebar_container .member_content,
.billing .member_content_wrapper.sidebar_container .member_content,
.campaigns .member_content_wrapper.sidebar_container .member_content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .users .member_content_wrapper.sidebar_container .member_content .description {
    margin-left: 15px;
    margin-right: 15px;
  }

  .contact .contact-top {
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 20px;
    margin-top: 1em;
  }
  .contact .contact-top .contact-img {
    width: 300px;
    margin-bottom: 1em;
  }
  .contact .form-section {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .fixed_mob_menu {
    display: flex;
  }

  .sidenav {
    display: block;
  }

  body {
    padding-top: 40px;
  }

  .header {
    display: none;
  }

  .about .top {
    padding-top: 0;
  }

  .about .difference {
    padding: 20px;
  }

  .member_content_wrapper .member_content .campaign_data .campaign_subheading .usa_map_region {
    width: 100%;
  }

  .member_content_wrapper .member_content .campaign_data .monthly_budget_container .input_arrow_group {
    display: flex;
    flex-direction: column;
  }
  .member_content_wrapper .member_content .campaign_data .monthly_budget_container .input_arrow_group .budget_arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .member_content_wrapper .member_content .campaign_data .submit_btn_group {
    flex-direction: column;
  }
  .member_content_wrapper .member_content .campaign_data .submit_btn_group .save_campaign_btn {
    margin-bottom: 1em;
  }
  .member_content_wrapper .member_content .campaign_data .email_delivery_list_container .email_address_verified_list .email_verification_list_item_group .email_verification_list_item {
    width: 200px;
  }
  .member_content_wrapper .member_content .campaign_data .campaign_data_table {
    border: none 0 transparent;
  }
  .member_content_wrapper .member_content .campaign_data .campaign_data_table .row {
    flex-direction: column;
    border: solid 1px #000;
  }
  .member_content_wrapper .member_content .campaign_data .campaign_data_table .row.header {
    display: none;
  }
  .member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column {
    border: none 0 transparent;
    display: flex;
    justify-content: space-between;
    text-align: right;
    flex-basis: auto;
  }
  .member_content_wrapper .member_content .campaign_data .campaign_data_table .row .campaign_column:before {
    content: attr(data-columnname) ": ";
    text-align: left;
    font-weight: bold;
  }

  .about .top .signup {
    display: none;
  }
  .about .top .signup .headline {
    font-size: 1.5em;
  }
  .about .top .infobox .right .options {
    flex-direction: column;
  }
  .about .top .infobox .right .options .option + .option {
    margin-top: 30px;
  }
  .about .top .infobox .right .options .option .icon {
    width: 100px;
    height: 100px;
  }
  .about .top .infobox .left .icon {
    width: 50px;
    height: 50px;
  }
  .about .top .infobox .left .headline {
    font-size: 26px;
  }
  .about .getstarted .wrapper {
    max-width: calc(100% - 60px);
  }
  .about .getstarted .wrapper .headline {
    font-size: 2em;
    top: -16px;
  }
  .about .about_terms {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about .about_terms .left {
    padding-right: 0;
  }
  .about .about_terms .right .image {
    height: auto;
    width: 100%;
  }

  .contact .contact-top .contact-rightside .contact-info {
    flex-direction: column;
  }
  .contact .contact-top .contact-rightside .contact-info .contact-info-column.phone {
    margin-bottom: 2em;
  }
  .contact .form-section {
    padding-top: 0;
    margin-top: 0;
  }
  .contact .form-section .form .input-label {
    width: 100%;
  }
  .contact .contact-top .contact-img {
    display: none;
  }

  .member_content_wrapper .member_content .stripe_container {
    flex-direction: column;
  }
  .member_content_wrapper .member_content .stripe_container .card_info {
    flex-direction: column;
  }
  .member_content_wrapper .member_content .stripe_container .card_info .existing_card {
    margin-bottom: 30px;
    margin-right: 0;
    margin-top: 10px;
  }

  .home .reasons {
    flex-direction: column;
  }
  .home .reasons .reason + .reason {
    border-top: solid 1px #000;
  }

  .home .home-hero {
    height: 250px;
  }

  .header .nav {
    flex-direction: column;
  }
}
@-webkit-keyframes chatWindowPulse {
  from {
    background-color: #64a2d7;
    -webkit-box-shadow: 0 0 9px #000;
  }
  50% {
    background-color: #95bcdf;
    -webkit-box-shadow: 0 0 15px #000;
  }
  to {
    background-color: #64a2d7;
    -webkit-box-shadow: 0 0 9px #000;
  }
}
@keyframes glowing {
  0% {
    background-color: #ffd500;
  }
  40% {
    background-color: #ff9900;
  }
  60% {
    background-color: #ff802c;
  }
  100% {
    background-color: #ffd500;
  }
}
.admin_twilio_chat .hide {
  display: none;
}
.admin_twilio_chat .twilio_chat_window.active #chat-input {
  height: 100%;
}
.admin_twilio_chat .channelChoices .delete_channel {
  margin-bottom: 2em;
}
.admin_twilio_chat .channelChoices .channelChoice {
  cursor: pointer;
  margin-top: 1em;
  background: #fff;
}
.admin_twilio_chat .channelChoices .channelChoice.non-contact {
  background: #fd7373;
}
.admin_twilio_chat .channelChoices .channelChoice.unread {
  background: #e00202;
  animation-name: glowing;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.admin_twilio_chat .channelChoices .channelChoice.opened {
  background: #39a139;
}
.admin_twilio_chat .channelChoices .channelChoice.opened.unread {
  background: #4b2bbd;
}
.admin_twilio_chat .todoList {
  display: flex;
  flex-direction: column;
}
.admin_twilio_chat .todoList.hide {
  display: none;
}
.admin_twilio_chat .leaveChannel {
  color: red;
}

.twilio_chat_window {
  height: 400px;
  width: 330px;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  right: 10px;
  transition: all 0.3s linear;
  background: #fff;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.twilio_chat_window.unread .header {
  animation-name: chatWindowPulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.twilio_chat_window.hidden {
  height: 34px;
  transition: all 0.3s linear;
}
.twilio_chat_window.hidden .arrow {
  border-top: 0 none transparent;
  border-bottom: 10px solid #fff;
}
.twilio_chat_window.active #chat-input {
  background: #fff;
  height: 40px;
  outline: none;
  border: none;
  padding: 0 5px;
  color: #000;
  width: 300px;
  font-size: 20px;
}
.twilio_chat_window .header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #64a2d7;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  align-items: center;
  color: #fff;
  height: 24px;
  cursor: pointer;
}
.twilio_chat_window .header:hover {
  background: #4695d8;
}
.twilio_chat_window .header .title {
  font-size: 20px;
}
.twilio_chat_window .header .icon > img {
  height: 20px;
}
.twilio_chat_window .representative_wrapper {
  display: none;
}
.twilio_chat_window .representative {
  height: 70px;
  border-bottom: #b7b7b7 solid 2px;
  display: flex;
  padding: 10px;
  background-image: linear-gradient(to left, #e6e6e6, #b7b7b7);
}
.twilio_chat_window .representative > img {
  height: 100%;
  border-radius: 50%;
}
.twilio_chat_window .representative .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}
.twilio_chat_window .representative .info .status {
  font-size: 0.8em;
}
.twilio_chat_window .typing_indicator {
  height: 25px;
  border-bottom: #000 2px solid;
}
.twilio_chat_window .typing_indicator > img {
  height: 100%;
}
.twilio_chat_window .arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.twilio_chat_window .user-submission-form {
  display: none;
  text-align: center;
}
.twilio_chat_window .user-submission-form .form {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.twilio_chat_window .user-submission-form .instructions {
  color: #64a2d7;
  font-weight: bold;
  margin-top: 10px;
}
.twilio_chat_window .user-submission-form .submit-user {
  width: 30%;
  background: #64a2d7;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
}
.twilio_chat_window .user-submission-form .submit-user:hover {
  background: #4695d8;
}
.twilio_chat_window .user-submission-form #username {
  width: 60%;
  font-size: 20px;
  border-bottom: 1px solid #000;
  border-right: 0 none transparent !important;
  border-left: 0 none transparent !important;
  border-top: 0 none transparent !important;
  padding: 6px;
}
.twilio_chat_window #messages {
  height: 207px;
  margin: 0 auto;
  overflow-y: auto;
  width: 300px;
  box-sizing: border-box;
  color: #b7b7b7;
}
.twilio_chat_window #messages .message-container {
  display: flex;
  margin: 5px 0;
  color: #000;
  padding: 5px;
  border: solid #000 2px;
  border-radius: 5px;
}
.twilio_chat_window #messages .message-container.hide {
  display: none;
}
.twilio_chat_window #messages .message-container.service {
  color: #fff;
  background: #64a2d7;
  border-color: #e6e6e6;
}
.twilio_chat_window #messages .message-container.me {
  background: #e6e6e6;
  color: #4d4d4d;
  border-color: #64a2d7;
}
.twilio_chat_window #messages .message-container .username {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}
.twilio_chat_window #messages p {
  margin: 5px 0;
  padding: 0;
}
.twilio_chat_window #messages .info {
  margin: 5px 0;
  font-style: italic;
}
.twilio_chat_window #chat-input {
  display: none;
}

#visual_schedule {
  display: flex;
  justify-content: space-around;
}
#visual_schedule .day_of_the_week {
  background-color: #fff;
  width: 12%;
}
#visual_schedule .day_of_the_week .title {
  text-align: center;
  border-bottom: 3px solid #000;
}
#visual_schedule .day_of_the_week .day_availability {
  min-height: 200px;
}
#visual_schedule .day_of_the_week .day_availability .phone,
#visual_schedule .day_of_the_week .day_availability .chat,
#visual_schedule .day_of_the_week .day_availability .chat_and_phone {
  border-bottom: 2px solid #000;
}
#visual_schedule .day_of_the_week .day_availability .phone {
  background-color: #ffeb3b;
}
#visual_schedule .day_of_the_week .day_availability .phone:before {
  content: "📞";
}
#visual_schedule .day_of_the_week .day_availability .chat {
  background-color: #8bc34a;
}
#visual_schedule .day_of_the_week .day_availability .chat:before {
  content: "📧";
}
#visual_schedule .day_of_the_week .day_availability .chat_and_phone {
  background-color: #00bcd4;
}
#visual_schedule .day_of_the_week .day_availability .chat_and_phone:before {
  content: "📧📞";
}

/*# sourceMappingURL=leadgenie_style.css.map */
