#breadcrumb-container {
  width: 100%;
  margin: 0px;
  padding: 0;
  background-color: #1f1f1f;
  font-weight: 200;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
#breadcrumb-container #breadcrumb {
  padding-left: 0px;
  margin: 15px 0;
}
#breadcrumb-container #search {
  padding-right: 0px;
  display: flex;
}
#breadcrumb-container #search .input-group input {
  border-radius: 0px;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s;
  color: white;
  border: 0;
  font-weight: 300;
}
#breadcrumb-container #search .input-group input:focus {
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.5s;
}
#breadcrumb-container #search .input-group button {
  color: white;
  background-color: rgba(0, 0, 0, 0);
}
#breadcrumb-container .breadcrumb {
  background-color: #1f1f1f;
  margin-bottom: 0;
  padding: 0;
}
#breadcrumb-container .breadcrumb ol {
  padding: 0px;
}
#breadcrumb-container .breadcrumb-item {
  color: #fff;
  font-size: 0.85em;
  letter-spacing: 0.03em;
}
#breadcrumb-container .breadcrumb-item.active {
  color: #fff;
}
#breadcrumb-container .breadcrumb-item a {
  color: #fff;
}
#breadcrumb-container .breadcrumb.container {
  margin-bottom: 0;
}
#breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
#breadcrumb-container .nav-link {
  display: inline-block;
  padding: 0;
}
#breadcrumb-container a {
  text-decoration: none;
  color: #fff;
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  -webkit-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.5);
}
#header .dropdown:hover .dropdown-menu {
  display: block;
  transition: 0.5s;
}
#header .dropdown-menu li:hover .sub-menu {
  visibility: visible;
  transition: 0.5s;
}
#header .dropdown-menu:hover .dropdown-item:not(:hover) {
  opacity: 0.5;
}
#header .dropdown-item {
  padding: 10px 20px;
  transition: opacity 0.5s;
  font-size: 0.9em;
}
#header .dropdown-toggle::after {
  content: none;
}
#header .row {
  margin-top: 10px;
}
#header a {
  text-decoration: inherit;
  color: inherit;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  cursor: pointer;
}
#header a.sign-up {
  color: #56B336;
  border: 1px solid #56B336;
  margin-left: 15px;
  font-size: 0.9em;
}
#header a.sign-up:hover {
  background-color: #56B336;
  color: #fff;
  transition: 0.5s;
}
#header .active {
  text-decoration-line: underline;
  text-underline-position: under;
  text-decoration-color: #56B336;
  font-weight: 600;
}
#header ul:hover li:not(:hover) {
  opacity: 0.5;
}
#header li {
  transition: opacity 0.5s;
}
#header a:hover {
  font-weight: 600;
  cursor: pointer;
}
#header #home-page, #header #features-page, #header #pricing-link, #header #contact-page, #header #blog-page, #header #navbarDropdown {
  margin: 0 10px;
  font-size: 0.9em;
}
#header .menu {
  text-align: center;
  margin: auto;
}
#header .login {
  margin: auto;
  text-align: center;
  font-weight: 600;
}
#header nav a {
  margin: 0 15px;
}
#header .logo {
  margin-left: 15px;
}

/*CONTACT STYLES*/
.flex-center {
  display: flex;
  justify-content: center;
}

#btnContactUs {
  display: flex;
  justify-content: center;
}

#contactUs {
  margin: 0 0 25px;
}
#contactUs #message {
  height: 270px;
}
#contactUs option {
  color: #999;
}
#contactUs button#btnContactUs {
  margin-bottom: 25px;
}
#contactUs .page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 102, 153, 0.85);
  padding: 15px 20px;
}
#contactUs .subhead {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #006699;
  font-size: 24px;
  margin: 25px 0 15px;
}

/*FOOTER STYLES*/
img.footerLogo {
  margin: auto;
  position: relative;
  top: inherit;
  left: inherit;
  transform: none;
}

#footer {
  background-color: #006699;
  padding: 25px;
}
#footer a {
  text-decoration: none;
  color: inherit;
}
#footer ul {
  list-style-type: none;
  padding: 0;
  color: #fff;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 5px;
}
#footer .listHead {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.footer-bs {
  background-color: #333;
  padding: 40px 40px;
  color: white;
  margin-top: 40px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 6px;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
}
.footer-bs .newsletter {
  margin-bottom: 25px;
}
.footer-bs .footer-ns {
  border-left: none;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
  padding: 10px 15px;
}
.footer-bs .footer-brand h2 {
  margin: 0px 0px 10px;
}
.footer-bs .footer-brand p {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-bs .footer-nav {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
.footer-bs .footer-nav h4 {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.footer-bs .footer-nav ul.pages {
  list-style: none;
  padding: 0px;
}
.footer-bs .footer-nav ul.pages li {
  padding: 5px 0px;
  font-size: 12px;
  transition: opacity 0.5s;
}
.footer-bs .footer-nav ul.pages li:hover {
  color: #fff;
}
.footer-bs .footer-nav ul.pages a {
  color: white;
}
.footer-bs .footer-nav ul.pages a:hover {
  color: white;
  text-decoration: none;
}
.footer-bs .footer-nav .menu-row:hover li:not(:hover) {
  opacity: 0.5;
}
.footer-bs .footer-nav ul.list {
  list-style: none;
  padding: 0px;
}
.footer-bs .footer-nav ul.list li {
  padding: 5px 0px;
  font-size: 12px;
}
.footer-bs .footer-nav ul.list a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-bs .footer-nav ul.list a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer-bs .footer-nav:first-child {
  border-left: none;
}
.footer-bs .footer-social {
  border-left: none;
}
.footer-bs .footer-social h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-bs .footer-social ul {
  list-style: none;
  padding: 0px;
}
.footer-bs .footer-social li {
  padding: 5px 4px;
  font-size: 1.5em;
  display: inline-block;
}
.footer-bs .footer-social a {
  color: white;
}
.footer-bs .footer-social a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer-bs .nav-row {
  padding-top: 40px;
}
.footer-bs .menu-row {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.footer-bs .footer-ns h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.footer-bs .footer-ns p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

#newsletter .input-group {
  display: flex;
  flex-direction: row;
}
#newsletter .input-group #newsletterName {
  flex-basis: 20%;
}
#newsletter .input-group #newsletterEmail {
  flex-basis: 50%;
}
#newsletter #newsletterSubmit {
  background-color: #d4d4d4;
  border-radius: 0;
  color: #333;
}
#newsletter #newsletterSubmit:hover {
  color: #000;
}

/*BUTTON STYLES*/
button {
  text-decoration: none;
  outline: none;
  border: none;
  background-color: transparent;
}
button:disabled {
  cursor: unset !important;
  color: #c5c5c5 !important;
}
button a {
  text-decoration: none;
  color: inherit;
}
button i {
  color: #428bca;
}

.button2 {
  background-color: #56B336;
  color: #fff;
  border: none;
  padding: 5px 25px;
  margin-top: 10px;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.5s;
}
.button2 a {
  text-decoration: none;
}

.section-1 .underline, .section-2 .underline, .section-3 .underline {
  border-top: 1px dotted rgba(0, 0, 0, 0.4);
}

.button2:hover {
  background-color: #279d27;
}

.btn {
  border-radius: 5px;
}

.btn-info {
  border: none;
}

.btn-jj {
  background-color: #0e6e4c !important;
  border: none !important;
  text-transform: uppercase;
}
.btn-jj:hover {
  background-color: #08412d !important;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: none;
}

button:focus {
  outline: none;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-info:hover {
  background-color: #279d27;
  transition: background-color 0.5s;
  border-color: #279d27;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #279d27;
  cursor: pointer;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #279d27;
  border-color: #279d27;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #279d27;
  border-color: #279d27;
}

#facebook-login, #google-login {
  display: flex;
  color: #fff;
  align-items: center;
  padding: 8px 10px;
  transition: 0.5s;
  border-radius: 5px;
}
#facebook-login span, #google-login span {
  flex: 1;
  text-align: center;
}
#facebook-login:hover, #google-login:hover {
  color: #fff !important;
  cursor: pointer;
}

#facebook-login {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

#google-login {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.lp--btn {
  border: none !important;
  border-radius: 4px;
  height: 30px;
  width: 96px;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 30px;
  padding: 0 16px;
  outline: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  transition: 0.25s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}

.lp--btn:hover {
  text-decoration: none !important;
  color: #fff;
}

.lp--btn:focus {
  text-decoration: none !important;
  color: #fff;
}

.lp--btn--preview {
  background-color: #069;
}
.lp--btn--preview:hover {
  background-color: #004466;
}

.lp--btn--create {
  background-color: #56B336;
}
.lp--btn--create:hover {
  background-color: #279d27;
}

#re-companies {
  padding: 40px 0 30px;
  opacity: 0.8;
}
#re-companies .subhead-two {
  color: #000;
  font-weight: 400;
  font-size: 1.5em;
}

/*SHOWCASE STYLES*/
#showcase {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  height: auto;
}
#showcase #carouselIndicators .carousel-inner {
  max-height: 95vh;
}
@media screen and (max-height: 650px) {
  #showcase #carouselIndicators .carousel-inner {
    max-height: none;
  }
}
#showcase #carouselIndicators .carousel-inner img {
  max-width: 100%;
  width: 100%;
}
#showcase .showcase-content {
  font-size: 48px;
}
#showcase .content-padding {
  position: absolute;
  top: 0%;
  left: 10%;
  right: 10%;
  bottom: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-shadow: 2px 0px 20px rgba(0, 0, 0, 0.9);
}
#showcase h1 {
  text-transform: uppercase;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-weight: 500;
}
#showcase .showcase-body {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
}
#showcase .free-trial {
  background-color: #56B336;
  border: none;
  padding: 5px 25px;
  margin-top: 15px;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  border-radius: 5px;
  display: inline-block;
  text-shadow: none;
}
#showcase .free-trial a {
  color: #fff;
  text-decoration: none;
}
#showcase .free-trial a:hover {
  text-decoration: none;
}
#showcase .free-trial:hover {
  background-color: #279d27;
}
#showcase button a {
  text-decoration: none;
  color: inherit;
}

/*FEATURE STYLES*/
#feature p.body {
  font-size: 1em;
  line-height: 2em;
}
#feature .featureContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#feature .featureItem {
  text-align: center;
  height: 300px;
  display: block;
  position: relative;
}
#feature .featureItem:nth-child(4n+0) .featureOverlay {
  background-color: rgba(120, 0, 110, 0.95);
}
#feature .featureItem:nth-child(4n+1) .featureOverlay {
  background-color: rgba(46, 143, 206, 0.95);
}
#feature .featureItem:nth-child(4n+2) .featureOverlay {
  background-color: rgba(78, 62, 158, 0.95);
}
#feature .featureItem:nth-child(4n+3) .featureOverlay {
  background-color: rgba(47, 47, 47, 0.95);
}
#feature .featureName {
  margin-top: 15px;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}
#feature .featureOverlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: none;
}
#feature .featureDesc {
  color: #fff;
  font-size: 0.9em;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  min-width: 200px;
}
#feature .featureDesc .button {
  background-color: #56B336;
}
#feature .featureDesc .button:hover {
  background-color: #279d27;
  transition: 0.5s;
  border: none;
}
#feature .featureIntro {
  margin: 45px 0;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.75rem;
  color: #fff;
}
#feature .featureIntro .subhead {
  color: #fff;
}
#feature .feature-title-container {
  background-color: #2f2f2f;
}
#feature a:hover {
  color: #fff;
}

#testimonial {
  background: rgba(47, 47, 47, 0.7);
  -webkit-box-shadow: inset 0px 0px 20px 2px rgba(40, 40, 40, 0.75);
  -moz-box-shadow: inset 0px 0px 20px 2px rgba(40, 40, 40, 0.75);
  box-shadow: inset 0px 0px 20px 2px rgba(40, 40, 40, 0.75);
  color: white;
  padding: 70px 0px 50px;
  position: relative;
}
#testimonial .parallax {
  background-image: url("../images/testimonials/testimonialbg02.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
}
#testimonial hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#testimonial .carousel {
  height: 100%;
  position: relative;
}
#testimonial .carousel-inner {
  height: 300px;
}
#testimonial .carousel-item {
  margin: auto;
  font-weight: 200;
  font-size: 1em;
  line-height: 29px;
}
#testimonial p {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  margin-bottom: 20px;
}
#testimonial img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #5db4c0;
}
#testimonial .carousel-indicators li {
  background-color: #fff;
  opacity: 0.2;
  height: 8px;
  width: 8px;
  margin: 5px;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.5s;
}
#testimonial .carousel-indicators li.active {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
#testimonial .carousel-indicators {
  position: absolute;
  bottom: 10px;
}
#testimonial .subhead-two {
  color: #fff;
  font-size: 24px;
  padding: 0px;
  margin: 0 0 20px;
}

#ourPartners {
  margin: 10px 0 35px;
}
#ourPartners .partner {
  flex: 1;
  margin: 10px 25px;
}
#ourPartners .partner img {
  max-width: 150px;
}
#ourPartners .subhead {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin: 25px 0 20px;
}

#userLogin {
  min-height: 850px;
  height: 100vh;
  position: relative;
  background-size: cover;
}
#userLogin a {
  cursor: pointer;
}
#userLogin .btn-primary {
  border-color: #069;
}
#userLogin #login.btn-primary {
  border-color: #56B336 !important;
  background-color: #56B336 !important;
}
#userLogin .btn-social > :first-child {
  width: auto !important;
  height: 95%;
  left: 2px;
  top: 1px;
}
#userLogin .social-login {
  height: 40px;
  width: 100%;
  color: #fff;
  font-weight: 300;
}
#userLogin .social-login img {
  width: auto !important;
}
#userLogin .social-login i {
  margin-right: 10px;
  padding: 2px 10px;
}
#userLogin a.social-login:hover {
  color: #fff;
  cursor: pointer !important;
}
#userLogin .form-control {
  border-radius: 0;
}
#userLogin button a:hover {
  text-decoration: none;
}
#userLogin a {
  text-decoration: none;
}
#userLogin a:hover {
  text-decoration: none !important;
}
#userLogin legend {
  text-transform: uppercase;
}
#userLogin input {
  border: none;
  border-bottom: 1px solid #666;
}
#userLogin .input-group-text {
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #666;
}
#userLogin .login {
  background-color: #56B336;
  text-transform: uppercase;
}
#userLogin .login:hover {
  background-color: #438c2a !important;
}
#userLogin .register {
  background-color: #069 !important;
  text-transform: uppercase;
}
#userLogin .register:hover {
  background-color: #004466 !important;
}
#userLogin .col-12 {
  position: relative;
}
#userLogin .loginBox {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 20px 50px 50px 50px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
}
#userLogin .logoBox {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
}

#login-modal .modal-body {
  padding: 2rem;
}
#login-modal .modal-dialog {
  min-width: 550px;
}
#login-modal .btn-primary {
  border-color: #069;
  background-color: #069;
}
#login-modal .btn-primary.register {
  border-color: #069 !important;
  background-color: #069 !important;
}
#login-modal .btn-primary.register:hover {
  border-color: #004466 !important;
  background-color: #004466 !important;
  color: white !important;
}
#login-modal #login.btn-primary {
  border-color: #56B336 !important;
  background-color: #56B336 !important;
  color: #fff !important;
}
#login-modal #login.btn-primary:hover {
  border-color: #29a329 !important;
  background-color: #29a329 !important;
  color: #fff !important;
}
#login-modal .btn-social > :first-child {
  width: auto !important;
  height: 95%;
  left: 2px;
  top: 1px;
}
#login-modal .social-login {
  height: 40px;
  width: 100%;
  color: #fff;
  font-weight: 300;
}
#login-modal .social-login img {
  width: auto !important;
}
#login-modal .social-login i {
  margin-right: 10px;
  padding: 2px 10px;
}
#login-modal a.social-login:hover {
  color: #fff;
  cursor: pointer !important;
}
#login-modal .form-control {
  border-radius: 0;
}
#login-modal button a:hover {
  text-decoration: none;
}
#login-modal a {
  text-decoration: none;
}
#login-modal a:hover {
  text-decoration: none !important;
  cursor: pointer;
}
#login-modal h5 {
  text-transform: uppercase;
}
#login-modal input {
  border: none;
  border-bottom: 1px solid #666;
}
#login-modal .input-group-text {
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #666;
}
#login-modal .login {
  background-color: #56B336;
  text-transform: uppercase;
}
#login-modal .login:hover {
  background-color: #438c2a !important;
}
#login-modal .register {
  background-color: #069 !important;
  text-transform: uppercase;
}
#login-modal .register:hover {
  background-color: #004466 !important;
}
#login-modal .col-12 {
  position: relative;
}

.user-wa {
  min-height: 850px;
  height: 100vh;
  position: relative;
  background-image: url("/SECURE/assets/images/backgroundTexture02.jpg");
  background-size: cover;
}

.user-zip {
  min-height: 850px;
  height: 100vh;
  position: relative;
  background-image: url("/pages/img/blueBKGRD.jpg");
  background-size: cover;
}

.user-he {
  min-height: 850px;
  height: 100vh;
  position: relative;
  background-color: #093059;
  background-size: cover;
}

.user-jj {
  min-height: 850px;
  height: 100vh;
  position: relative;
  background-color: #C0D6E4;
  background-size: cover;
}

#login-modal.zip #login.login-zip {
  border-color: #56B336;
  background-color: #56B336;
}
#login-modal.zip #login.login-zip:hover {
  border-color: #279d27;
  background-color: #279d27;
}
#login-modal.zip .btn:hover, #login-modal.zip .btn:focus {
  background-position: 0 -50px;
}
#login-modal.zip .modal-content {
  border: 0;
  padding: 2rem;
}
#login-modal.zip .modal-body {
  max-height: 500px;
}
#login-modal.zip .forgot-password a {
  color: #007bff;
}
#login-modal.zip .form-control {
  font-size: 0.85em;
}
#login-modal.zip .input-group-text {
  line-height: 1.4;
}

#login-modal.jj input.form-control {
  box-shadow: 0 !important;
}
#login-modal.jj textarea:focus, #login-modal.jj input[type="text"]:focus, #login-modal.jj input[type="password"]:focus, #login-modal.jj input[type="datetime"]:focus, #login-modal.jj input[type="datetime-local"]:focus, #login-modal.jj input[type="date"]:focus, #login-modal.jj input[type="month"]:focus, #login-modal.jj input[type="time"]:focus, #login-modal.jj input[type="week"]:focus, #login-modal.jj input[type="number"]:focus, #login-modal.jj input[type="email"]:focus, #login-modal.jj input[type="url"]:focus, #login-modal.jj input[type="search"]:focus, #login-modal.jj input[type="tel"]:focus, #login-modal.jj input[type="color"]:focus, #login-modal.jj .uneditable-input:focus {
  box-shadow: 0 !important;
}

.pz-nav .pz-logo {
  max-width: 150px;
}
.pz-nav .navbar-nav .nav-link {
  text-decoration: none;
  color: inherit;
}
.pz-nav .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #4d9e57;
}

.pz-background {
  background-image: url("/assets/images/ico/PZCRM-background.jpg");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.pz-bar {
  background-color: rgba(95, 75, 139, 0.4);
  padding: 20px 0 10px;
  margin: 0;
  color: #fff;
  font-size: 1.3em;
}
.pz-bar p {
  font-size: 0.7em;
  line-height: 1.85em;
}

#password-reset .form-control {
  border-radius: 0;
}
#password-reset button a {
  text-decoration: none;
}
#password-reset button a:hover {
  text-decoration: none;
  color: #fff;
}
#password-reset input {
  border: none;
  border-bottom: 1px solid #666;
}
#password-reset .input-group-text {
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #666;
}
#password-reset #password-reset-container {
  position: relative;
}
#password-reset .reset {
  background-color: #56B336;
  border: none;
  transition: 0.5s;
}
#password-reset .reset:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  transition: 0.5s;
}
#password-reset .reset:active {
  background-color: #238e23;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  transition: 0.5s;
}
#password-reset .reset:focus {
  background-color: #56B336;
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  transition: 0.5s;
}
#password-reset .loginBox {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 60%);
  padding: 50px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
}
#password-reset .logoBox {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.reset-zip {
  background-image: url("/pages/img/blueBKGRD.jpg");
  background-size: cover;
  height: 100vh;
  min-height: 850px;
}

.reset-jj {
  background-color: #C0D6E4;
  height: 100vh;
  min-height: 850px;
}

.reset-wa {
  background-image: url("../images/backgroundTexture02.jpg");
  background-size: cover;
  height: 100vh;
  min-height: 850px;
}

#registration {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
}
#registration #thank-you {
  height: 100vh;
}
#registration #thank-you.wiseagent {
  background: #069 url("/secure/assets/images/backgroundTexture.jpg") no-repeat fixed center;
  background-size: cover;
}
#registration #thank-you.zip {
  background: url("/pages/img/blueBKGRD.jpg") no-repeat fixed center;
  background-size: cover;
}
#registration #thank-you.jj {
  background: #C0D6E4;
}
#registration #thank-you.hercrm {
  background: #093059;
}
#registration #thank-you.pz {
  background: url("/assets/images/ico/PZCRM-background.jpg") no-repeat fixed center;
  background-size: cover;
}
#registration #thank-you > div {
  padding: 100px 100px;
}
@media only screen and (max-width: 768px) {
  #registration #thank-you > div {
    padding: 100px 20px;
  }
}
#registration #thank-you > div p.h1 {
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #registration #thank-you > div p.h1 {
    font-size: 1.5rem;
  }
}
#registration #thank-you > div .fa-thumbs-up {
  color: #069;
}
#registration #thank-you > div .wise-btn {
  background-color: #069;
  color: white;
}
#registration .adref-container #adref-column .ql-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#registration button {
  cursor: pointer !important;
}
#registration #reg-content > div:first-child {
  margin-bottom: 20px;
}
#registration #reg-content legend {
  color: #2f2f2f;
  margin-bottom: 0;
  padding: 0;
}
#registration #reg-content small {
  color: #666;
}
#registration #reg-content p {
  color: #3f3f3f;
}
#registration #pay-button-group #setUp {
  flex: 0;
}
#registration #pay-button-group #skip {
  flex: 0;
}
#registration .reg-button {
  flex: 1;
}
#registration .register-social {
  display: flex;
}
#registration .hide {
  display: none;
}
#registration .btn-social > :first-child {
  width: 32px;
  position: inherit;
  top: inherit;
  left: inherit;
  border: 0px;
}
#registration .btn-social .fa-facebook-f {
  color: #fff;
  width: 37px;
  line-height: 39px;
}
#registration .btn-social img {
  width: auto;
}
#registration .btn-social {
  color: #fff !important;
  padding: 10px;
}
#registration .btn-social:first-child {
  margin-bottom: 15px;
}
#registration .dblock {
  text-align: center;
  display: block;
}
#registration #calendar .fa {
  color: #999;
}
#registration #calendar .time {
  padding: 10px 0 10px;
}
#registration #calendar .card-header {
  padding: 0px;
}
#registration #calendar .card-body {
  padding: 0;
}
#registration #calendar .day:hover {
  background-color: #56B336;
  transition: 0.5s;
  color: #fff;
  cursor: pointer;
}
#registration #calendar .day:hover .fa {
  color: #fff;
}
#registration #calendar .day:hover .btn-text {
  color: #fff;
}
#registration #calendar .btn-day {
  text-decoration: none;
  color: inherit;
  padding: 20px;
}
#registration #calendar .btn-link:hover {
  text-decoration: none;
  color: #fff;
}
#registration #calendar .btn:focus {
  text-decoration: none;
}
#registration #calendar #skipCalendar {
  padding: .375rem 2rem;
}
#registration input {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  font-weight: 200;
}
#registration select {
  font-weight: 300;
}
#registration .select2-container-active .select2-choice, #registration .select2-container-active .select2-choices {
  border: none !important;
}
#registration .select2-container .select2-choice {
  background-image: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#registration .select2-arrow {
  border: none !important;
  background: none !important;
  background-image: none !important;
}
#registration .form-control.select2-container-active.select2-dropdown-open {
  padding-left: 0px !important;
}
#registration .select2-container.form-control {
  padding-left: 0px !important;
}
#registration .select2-drop.select2-display-none.select2-with-searchbox.select2-drop-active {
  padding-top: 10px !important;
}
#registration .select2-container.form-control.select2-container-active.select2-dropdown-open a {
  background: none !important;
}
#registration .select2-drop.select2-display-none.select2-with-searchbox.select2-drop-active {
  border: 0.5px solid rgba(0, 0, 0, 0.2) !important;
  padding-top: 10px !important;
}
#registration .form-control {
  border: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  transition: 0.25s;
  font-family: montserrat;
  font-weight: 300;
  box-shadow: none;
  font-size: inherit;
}
#registration .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  transition: 0.25s;
}
#registration label {
  color: #666;
  font-weight: 300;
}
#registration legend {
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}
#registration .register {
  background-color: #56B336;
  letter-spacing: 0.5px;
  padding: .375rem 2rem;
  border-color: #56B336;
}
#registration .register:hover {
  border-color: #279d27;
  background-color: #279d27;
}
#registration .register.focus, #registration .register:focus {
  box-shadow: none;
}
#registration .register:not(:disabled):not(.disabled).active, #registration .register:not(:disabled):not(.disabled):active, #registration .show > .register.dropdown-toggle {
  border: 1px solid #279d27;
  box-shadow: inset 1px 1px 5px #666;
  background-color: #279d27;
  color: #fff;
  transition: 0.25s;
}
#registration .register:not(:disabled):not(.disabled).active:focus, #registration .register:not(:disabled):not(.disabled):active:focus, #registration .show > .register.dropdown-toggle:focus {
  box-shadow: none;
}
#registration .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#registration .leftColumn {
  background-image: url("../images/backgroundTexture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #006699;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#registration .leftColumn-he {
  background-color: #093059;
  min-height: 100vh;
}
#registration .leftColumn-zip {
  background-image: url("/pages/img/blueBKGRD.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #006699;
  min-height: 100vh;
}
#registration .leftColumn-jj {
  background-color: #C0D6E4;
  min-height: 100vh;
}
#registration .leftColumn-pz {
  background-image: url("/assets/images/ico/PZCRM-background.jpg");
  min-height: 100vh;
}
#registration .leftColumn-pz .pz-logo {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
}
#registration .rightColumn {
  padding: 4% 2%;
  position: relative;
}
#registration .ZIP.leftColumn .row {
  height: 95px;
}
#registration .ZIP.leftColumn .zip-logo {
  height: 70px;
  position: absolute;
}
#registration .ZIP.leftColumn .zip-copy {
  height: 140px;
  margin-left: 180px;
  margin-top: -24px;
}
#registration .formContainer {
  padding: 10% 10%;
  transition: 0.5s;
  overflow: scroll;
  min-height: 100vh;
}
#registration #emailInvalid {
  margin: auto;
  color: #F30509;
}
#registration #promoCode a {
  margin: auto;
  padding-bottom: 5px;
  font-size: 0.8em;
}
#registration .terms {
  font-size: 0.8em;
}
#registration .account-exists {
  font-size: 0.9em;
}
#registration #wa-quote {
  max-width: 65%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  border-radius: 15px;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 25px;
  font-size: 0.9em;
}
#registration #wa-quote img {
  border-radius: 50%;
  max-width: 105px;
  min-width: 105px;
  max-height: 105px;
  min-height: 105px;
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border: 1px solid white;
  flex: 1;
}
#registration #wa-quote blockquote {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.5px;
  flex: 3;
}
#registration #wa-quote blockquote footer {
  font-size: 1.2rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
#registration #wa-quote .carousel-item.active {
  display: flex;
}
#registration .setUp {
  background-color: #56B336;
  padding: .375rem 2rem;
  letter-spacing: 0.5px;
  border-color: #56B336;
}
#registration .setUp:hover {
  background-color: #279d27;
  border-color: #279d27;
  color: #fff;
}
#registration .setUp:not(:disabled):not(.disabled).active, #registration .setUp:not(:disabled):not(.disabled):active, #registration .show > .setUp.dropdown-toggle {
  border: 1px solid #279d27;
  box-shadow: inset 1px 1px 5px #666;
  background-color: #279d27;
  color: #fff;
  transition: 0.25s;
}
#registration .setUp:not(:disabled):not(.disabled).active:focus, #registration .setUp:not(:disabled):not(.disabled):active:focus, #registration .show > .setUp.dropdown-toggle:focus {
  box-shadow: none;
}
#registration .setUp.focus, #registration .setUp:focus {
  box-shadow: none;
}
#registration .btn-secondary.disabled, #registration .btn-secondary:disabled {
  transition: 0.5s;
}
#registration .btn-secondary.disabled:hover, #registration .btn-secondary:disabled:hover {
  background-color: #2f2f2f;
  transition: 0.5s;
}
#registration .skip {
  font-weight: 200;
}
#registration #annual, #registration #monthly {
  background-color: #6c757d;
  color: #fff;
  border: 1px solid #6c757d;
  opacity: 0.65;
  transition: 0.5s;
  border-radius: 5px;
  padding: 15px 0;
  cursor: pointer;
  flex: 3;
  display: flex;
}
#registration #annual .row01, #registration #annual .row02, #registration #annual .row03, #registration #monthly .row01, #registration #monthly .row02, #registration #monthly .row03 {
  font-weight: 200;
  white-space: normal;
  color: #fff;
  margin-bottom: 0;
}
#registration #annual .row01, #registration #monthly .row01 {
  font-size: 1.1em;
}
#registration #annual .row02, #registration #monthly .row02 {
  font-size: 48px;
}
#registration #annual .row03, #registration #monthly .row03 {
  font-size: 15px;
}
#registration #or {
  justify-content: center;
  align-items: center;
  flex: 1;
}
#registration #annual:hover, #registration #monthly:hover {
  color: #fff;
  cursor: pointer;
  background-color: #2f2f2f;
  border-color: #6c757d;
  transition: 0.5s;
}
#registration #monthly:not(:disabled):not(.disabled).active, #registration #monthly:not(:disabled):not(.disabled):active:focus, #registration .show > #monthly.dropdown-toggle:focus {
  color: #fff;
  border-color: #56B336;
  box-shadow: none;
  background-color: #56B336;
  opacity: 1;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.4);
  transition: opacity 0.5s, background-color 0.5s;
}
#registration #monthly:not(:disabled):not(.disabled).active .row01, #registration #monthly:not(:disabled):not(.disabled):active:focus .row01, #registration .show > #monthly.dropdown-toggle:focus .row01 {
  font-weight: 600;
}
#registration #monthly:not(:disabled):not(.disabled).active .row02, #registration #monthly:not(:disabled):not(.disabled):active:focus .row02, #registration .show > #monthly.dropdown-toggle:focus .row02 {
  font-weight: 400;
}
#registration #annual:not(:disabled):not(.disabled).active, #registration #annual:not(:disabled):not(.disabled):active:focus, #registration .show > #annual.dropdown-toggle:focus {
  border-color: #56B336;
  box-shadow: none;
  color: #fff;
  background-color: #56B336;
  opacity: 1;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.4);
  transition: opacity 0.5s, background-color 0.5s;
}
#registration #annual:not(:disabled):not(.disabled).active .row01, #registration #annual:not(:disabled):not(.disabled):active:focus .row01, #registration .show > #annual.dropdown-toggle:focus .row01 {
  font-weight: 600;
}
#registration #annual:not(:disabled):not(.disabled).active .row02, #registration #annual:not(:disabled):not(.disabled):active:focus .row02, #registration .show > #annual.dropdown-toggle:focus .row02 {
  font-weight: 400;
}

.adref-container {
  background-image: url("https://test.thewiseagent.com/secure/assets/images/backgroundTexture.jpg");
}
.adref-container img {
  max-width: 100%;
}
.adref-container #adref-column .card {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}
.adref-container #adref-column .card .card-header {
  background-color: none;
  border-color: none;
}
.adref-container #adref-column .card .card-img-top {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
}
.adref-container #adref-column .card .card-body {
  font-size: 0.85em;
  line-height: 2em;
}

.login-layout .main-container {
  background: #069 url("/secure/assets/images/backgroundTexture.jpg") no-repeat fixed center;
  background-size: cover;
  background-position: center;
}
.login-layout .main-content {
  height: 100%;
}
.login-layout .main-content .panel {
  background-color: #fff;
  max-width: 800px;
  padding: 40px 20px;
  border-radius: 0.5rem;
}
.login-layout.jj-layout .main-container {
  background: #C0D6E4 url(" ") no-repeat fixed center;
}
.login-layout.pz-layout .main-container {
  background: #C0D6E4 url("/assets/images/ico/PZCRM-background.jpg") no-repeat fixed center;
}

#features .features-container {
  border: 0;
  margin: 10px 0 0 0;
}
#features p {
  font-size: 14px;
}
#features .image-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  border: 9px solid #069;
  border-radius: 90%;
  padding: 10%;
}
#features .card-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
#features .parallax-container {
  background: rgba(0, 20, 60, 0.65);
  -webkit-box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  color: #fff;
  padding: 70px 0px 50px;
  position: relative;
  height: 400px;
}
#features .parallax-container .page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: none;
  padding: 15px 20px;
  max-width: 800px;
}
#features .parallax-container .page-head p {
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}
#features .parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
}
#features #marketing .parallax {
  background-image: url("/SECURE/assets/images/features/MarketingTop01.jpg");
}
#features #contact-management .parallax {
  background-image: url("/SECURE/assets/images/features/ContactManagementTop01.jpg");
}
#features #lead-automation .parallax {
  background-image: url("/SECURE/assets/images/features/LeadAutomationTop01.jpg");
}
#features #transaction-management .parallax {
  background-image: url("/SECURE/assets/images/features/TransactionManagementTop01.jpg");
}
#features #landing-pages .parallax {
  background-image: url("/SECURE/assets/images/features/LandingPagesTop01.jpg");
}
#features #conversations .parallax {
  background-image: url("/SECURE/assets/images/features/ConversationsTop01.jpg");
}
#features #team-features .parallax {
  background-image: url("/SECURE/assets/images/features/TeamFeaturesTop01.jpg");
}
#features #time-management .parallax {
  background-image: url("/SECURE/assets/images/features/TimeManagementTop01.jpg");
}
#features #software-tools .parallax {
  background-image: url("/SECURE/assets/images/features/SoftwareToolsTop01.jpg");
}
#features #trial-button {
  background-color: #56B336;
  color: #fff;
  font-weight: 400;
  font-size: 1.1em;
  max-width: 50%;
  border-radius: 2rem;
  text-decoration: none;
}
#features #trial-button:hover {
  background-color: #279d27 !important;
  color: #fff;
}
#features .list-group-item {
  border: 0;
  background-color: inherit;
}
#features #blog-cards {
  margin-top: 40px;
}
#features #lead-management {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
#features #lead-management h2 {
  -webkit-column-span: all;
  column-span: all;
}
#features .btn-primary {
  background-color: #007bff !important;
  border-color: #007bff !important;
  padding: 5px 35px;
  border-radius: inherit;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  letter-spacing: 1px;
  font-size: 1.1em;
}
#features .btn-primary:hover {
  background-color: inherit !important;
  border-color: inherit !important;
  color: inherit !important;
}
#features .list-group-item:hover {
  background-color: #2e8fce !important;
}
#features #featuresOverview {
  margin-top: 40px;
}
#features .card .card-header {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 1.25rem 1.25rem 1rem;
}
#features .card .card-title {
  text-align: center;
  padding: 0 20px 10px;
  line-height: 1.5em;
  font-weight: 400;
}
#features .card .card-text {
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 0;
}
#features .card .card-body {
  padding: 0 0 1.125rem;
}
#features .card .card-group .card {
  margin: 10px 0 25px;
}
#features .card .card-img-top {
  max-height: 250px;
  overflow: hidden;
  max-width: 100%;
  border-radius: 0;
}
#features .card .card-img-top img {
  width: 100%;
}
#features p {
  line-height: 2.1em;
  color: #666;
  letter-spacing: 0;
  margin-bottom: 12px;
  font-size: 0.9em;
}
#features .deck {
  color: #fff;
  font-size: 18px;
  text-transform: none;
  font-weight: 300;
}
#features .sidenav {
  color: #FFF;
  margin: 0;
  position: sticky;
  top: 80px;
  max-height: 500px;
}
#features .list-group-item {
  font-size: 0.75em;
}
#features .list-group-item:hover {
  background-color: #56B336;
  color: white;
  transition: background-color 0.5s;
}
#features .subhead {
  font-size: 2em;
  color: #069;
  position: relative;
  margin: 25px 0 0;
  text-align: left;
  padding: 15px 0 15px;
}
#features .subhead:first-child {
  border-top: none;
  margin-top: 10px;
}
#features .card-title.subhead-two {
  text-transform: none;
  letter-spacing: 0.5px;
}
#features .subhead-two {
  color: #2f2f2f;
  font-size: 1.2em;
  margin: 0 0 10px;
  text-transform: none;
}
#features .subhead-two:not(:first-child) {
  margin: 25px 0 10px;
}
#features hr {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#features .feature-head {
  padding: 10px 0 20px;
  text-transform: uppercase;
  color: #069;
  font-size: 3em;
}
#features .feature-image-top {
  margin-top: 75px;
}
#features .col-12 i {
  font-size: 60px;
  margin-top: 15px;
  color: #069;
}
#features .fa-sort-up {
  font-size: 50px;
}
#features .list-group-item.active {
  background-color: #069;
  transition: .5s;
}
#features .list-group-item.active:after {
  content: "\203A";
  position: absolute;
  right: 14px;
  top: 24%;
  transition: 0.25s;
}
#features .list-group-item {
  font-size: 15px;
}
#features #back-to-top {
  position: fixed;
  bottom: 0;
  z-index: 50;
  margin: auto;
  padding: 10px 30px;
  background-color: #069;
  color: #fff;
  cursor: pointer;
}
#features #back-to-top i {
  margin-top: 0;
  color: #fff;
}
#features i.fa-sort-up {
  font-size: 1em;
  cursor: pointer;
}
#features #back-to-top {
  display: none;
}
#features .back-to-top {
  display: block;
  font-weight: 200;
  cursor: pointer;
}
#features.alt-feature #trial-button {
  letter-spacing: 0px;
  max-width: initial;
  font-size: 1em;
}
#features.alt-feature .card {
  border: 0;
}
#features.alt-feature .card .card-header {
  text-transform: none;
}
#features.alt-feature .card .card-title {
  text-transform: none;
}
#features.alt-feature .feature-head {
  margin-top: 75px;
  text-transform: none;
}

#pricing-page .parallax-container {
  background: rgba(0, 20, 60, 0.65);
  -webkit-box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  color: white;
  padding: 70px 0px 50px;
  position: relative;
  height: 400px;
}
#pricing-page .parallax-container .page-head {
  text-transform: none;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  padding: 20px 20px 15px;
}
#pricing-page .parallax {
  background-image: url("../images/features/pricing01.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
}
#pricing-page .subhead-two {
  margin-top: 20px;
}
#pricing-page .features li {
  font-weight: 500;
}
#pricing-page .includes p {
  font-size: 0.8em;
  opacity: 0.8;
  padding: 10px 30px;
  font-weight: 300;
}
#pricing-page .card {
  width: 300px !important;
}
#pricing-page .card .price p {
  color: #666;
}
#pricing-page .card .price p:before {
  color: #666;
}
#pricing-page .card-1 {
  height: 340px !important;
}
#pricing-page .card-1 .card-title {
  color: #78006e;
}
#pricing-page .card-2 {
  height: 400px !important;
}
#pricing-page .card-2 .includes p:first-child {
  padding: 10px 30px 0px;
}
#pricing-page .card-2 .includes p:nth-child(2) {
  padding: 0px 30px;
}
#pricing-page .card-3 {
  height: 340px !important;
}
#pricing-page .card-3 .card-title {
  color: #4E3E9E;
}

#contact .footer-bs {
  margin-top: 0;
}
#contact #contact-us-form {
  height: 330px;
}
#contact .parallax-container {
  background: rgba(0, 20, 60, 0.65);
  -webkit-box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  color: white;
  padding: 70px 0px 50px;
  position: relative;
  height: 400px;
}
#contact .parallax-container .page-head {
  text-transform: none;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
}
#contact .parallax {
  background-image: url("../images/features/contact-us.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
}
#contact .subhead {
  margin-top: 35px;
}
#contact .card-title {
  margin-top: 10px;
}
#contact .card-body {
  padding-bottom: 30px;
}
#contact #map h2 {
  text-transform: uppercase;
}
#contact #map .map {
  width: 100%;
  height: 450px;
  margin-left: auto;
}
#contact #contactUs {
  margin-top: 40px;
}
#contact .message {
  height: 76%;
}
#contact .message #message {
  height: 100%;
}
#contact #reason {
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='grey'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 15px) calc(100% - 8px);
  background-repeat: no-repeat;
}

#about #letter {
  margin: 50px 0;
}

#termsofService #terms {
  margin-top: 50px;
}
#termsofService .firstParagraph {
  margin-top: 25px;
}

#privacy #privacyPolicy {
  margin-top: 50px;
}

#class-schedule {
  color: #3c4347;
}
#class-schedule button {
  cursor: pointer;
}
#class-schedule .footer-bs {
  margin-top: 0;
}
#class-schedule #instructors {
  margin-bottom: 2rem;
}
#class-schedule #instructors .inst-name {
  font-weight: 700;
  margin: 0;
}
#class-schedule #instructors .inst-title {
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.5);
  margin: -10px 0 0;
}
#class-schedule .class-time {
  display: flex;
  align-items: flex-end;
}
#class-schedule .class-time a img {
  cursor: pointer;
}
#class-schedule .class-info {
  background: #37578b;
  border: 0;
  transition: 0.5s;
}
#class-schedule .class-info:hover {
  background: #193256;
}
#class-schedule .class .class-buttons {
  position: relative;
  z-index: 1;
}
#class-schedule .class .parallax {
  background: url("/SECURE/assets/images/classSchedule02.jpg") no-repeat fixed center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
}
@media only screen and (max-width: 768px) {
  #class-schedule .class:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  #class-schedule .class {
    width: 300px;
  }
}
#class-schedule .class > * {
  font-size: 0.85em;
  line-height: 2;
}
#class-schedule .small {
  display: inline-block;
  width: 100% !important;
  margin-bottom: 20px;
  text-align: center;
}
#class-schedule .page-head {
  text-transform: none;
}
#class-schedule #classschedule {
  margin-top: 20px;
}
#class-schedule #schedule-bg .container {
  background-color: #fff;
}
#class-schedule .parallax-container {
  background: rgba(0, 40, 110, 0.75);
  -webkit-box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  color: #fff;
  padding: 100px 0px 50px;
  position: relative;
  height: 450px;
}
#class-schedule .parallax-container .parallax {
  background-image: url("/SECURE/assets/images/classSchedule02.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
}
#class-schedule img.owl {
  padding-top: 25px;
  margin-top: -50px;
}
#class-schedule .box-header {
  text-align: center;
}
#class-schedule .box-header h1 {
  margin-bottom: 20px;
  color: #069;
  font-size: 1.5em;
}
#class-schedule .box-header p.smaller {
  text-transform: none;
}
#class-schedule h4 {
  text-align: center;
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.2em;
}
#class-schedule h4 a {
  color: #56B336;
  transition: 0.5s;
}
#class-schedule h4 a:hover {
  color: #069;
  transition: 0.5s;
  cursor: pointer;
}
#class-schedule .box-body.box-message {
  padding: 25px;
}

.class--container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.class--container .class {
  margin: 10px;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.5);
  align-self: flex-start;
}

.class-register {
  background: #56b336;
  border: 0;
  transition: 0.5s;
}
.class-register:hover {
  background: #279d27;
}

input::placeholder {
  color: rgba(60, 67, 71, 0.45) !important;
}

.active-class {
  box-shadow: 2px 10px 15px rgba(51, 51, 51, 0.8) !important;
}

.liveClasses-container {
  position: relative;
  transition: 0.35s;
  transform: translateX(0);
  transform-origin: right center;
  width: 100%;
  margin: 20px 0;
  opacity: 1;
}

.liveClasses-container.hideSection {
  transform: translateX(-95vw);
  opacity: 0;
}

.onDemand-container {
  position: relative;
  min-width: 90vw;
  transition: 0.35s;
  transform: translateX(90vw);
  opacity: 0;
  visibility: hidden;
}

.onDemand-container.showSection {
  transform: translateX(-90vw);
  opacity: 1;
  visibility: visible;
}

.main-container {
  width: 95vw;
  margin: 0 auto;
  overflow: hidden;
}
.main-container .slideContainer {
  display: flex;
}

.opacButton {
  opacity: 0.5;
  transition: 0.25s;
}

#recordedClasses .container h4 {
  color: rgba(60, 67, 71, 0.85);
  font-weight: 500;
}
#recordedClasses ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
#recordedClasses ul > li {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px 20px;
}
#recordedClasses ul > li a {
  color: #fff !important;
  font-size: 16px;
  height: 60%;
}
#recordedClasses ul > li a:hover {
  text-decoration: none;
}
#recordedClasses ul > li a:hover img {
  width: 45px;
  opacity: 1;
}
#recordedClasses ul > li a img {
  transition: 0.25s;
  width: 40px;
  margin-top: 5px;
  opacity: 0.75;
}
#recordedClasses .class {
  min-height: 200px;
  width: 80%;
  margin-bottom: 20px;
  background: #2e2e2e;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 1px 2px 10px rgba(71, 71, 71, 0.9);
}
@media only screen and (max-width: 768px) {
  #recordedClasses .class:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  #recordedClasses .class {
    width: 300px;
  }
}
#recordedClasses .class-info {
  background: #37578b;
  border: 0;
  transition: 0.5s;
}
#recordedClasses .class-info:hover {
  background: #195630;
}

.onDemand-image {
  background-color: rgba(69, 69, 69, 0.95);
}

.videoText {
  height: 10em;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}

.videoThumb {
  width: 220px;
  height: 128px;
}

#blogCarousel {
  margin: 10px;
  overflow: hidden;
}
#blogCarousel .classSlider {
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
  width: 200%;
  padding: 5px;
  transition: 0.5s;
}
#blogCarousel .classSlider .liveClasses {
  flex: 1;
  margin: 0 5px;
}
#blogCarousel .classSlider .onDemandClasses {
  flex: 1;
  margin: 0 5px;
}

.classSlider.slide {
  transform: translateX(-50%);
}

#class-nav {
  font-size: 0.8em;
  margin: 30px 30px 0;
}

.class {
  min-height: 200px;
  width: 80%;
  margin-bottom: 20px;
  background: #00286e;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.class img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  opacity: 0.15 !important;
  position: absolute;
  z-index: 0;
}
.class .class--title {
  font-size: 19px !important;
  text-align: center;
  margin: 0;
  color: #fff;
}
.class .class--type {
  font-size: 16px !important;
  font-weight: 300;
  color: #fff;
}
.class .class-thumbnail {
  max-height: 200px;
  min-height: 150px;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.class .class-thumbnail h3 {
  padding: 0 20px;
}
.class .class-buttons {
  position: relative;
  z-index: 1;
  font-size: 15px;
  display: flex;
  flex-direction: row;
}
.class .class-register, .class .class-info {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #e9e9e9;
  padding: 5px 1.5rem;
  margin-right: 2px;
  margin-left: 0.25rem;
}
.class .class-register:hover, .class .class-info:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.class .class-register {
  background: #56b336;
  border: 0;
  transition: 0.5s;
}
.class .class-register:hover {
  background: #279d27;
}
.class .class-info {
  background: #37578b;
  border: 0;
  transition: 0.5s;
}
.class .class-info:hover {
  background: #193256;
}

.noClasses {
  margin: 0 auto;
}
.noClasses .noClasses-section {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px 0;
}
.noClasses .noClasses-section .noClasses-title {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-top: 30px;
}
.noClasses .noClasses-section .noClasses-title .noClasses-title-text {
  margin-top: 20px;
  margin-bottom: 5px;
}
.noClasses .noClasses-section .noClasses-title .noClasses-title-text div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.noClasses .noClasses-section .noClasses-title .noClasses-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.noClasses .noClasses-section .noClasses-img {
  display: flex;
  justify-content: center;
}

.class--details {
  position: relative;
  margin-top: 25px;
  font-size: 18px;
  padding: 7rem 0;
  box-shadow: inset 0 -5px 15px rgba(0, 0, 0, 0.25);
  background: #f0f5f8;
}
@media only screen and (max-width: 768px) {
  .class--details h2 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .class--details hr {
    display: none;
  }
}
.class--details .previous-button, .class--details .next-button {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(60, 67, 71, 0.5);
  cursor: pointer;
  transition: 0.25s;
}
.class--details .previous-button:hover, .class--details .next-button:hover {
  color: #3c4347;
}
.class--details .fa-caret-left, .class--details .fa-caret-right {
  margin-top: 2px;
}
.class--details .preview-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.35);
}
.class--details .preview-image img {
  width: 130px !important;
}
@media only screen and (max-width: 992px) {
  .class--details .preview-image {
    display: none;
  }
}
.class--details hr {
  position: absolute;
  top: -2%;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.class--details .details-column {
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .class--details .details-column {
    width: 50%;
  }
}
.class--details #class-register {
  background: #56b336;
  border: 0;
  transition: 0.5s;
}
.class--details #class-register:hover {
  background: #279d27;
  transition: 0.5s;
}
.class--details p, .class--details span {
  color: #576b7c;
}
.class--details p {
  line-height: 2;
}
.class--details p.sect-title {
  color: #56b336;
  margin-bottom: 5px;
}
.class--details .class-instructor {
  padding: 10px 0 0;
}
.class--details .class-instructor:not(:last-of-type) {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  padding: 10px 0;
}

.noClasses-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.noClasses-img img {
  min-width: 100%;
}

.class--open {
  font-size: 18px;
}
.class--open p {
  line-height: 1.5;
  font-size: 17px;
}

.class--details--section p, .class--details--section ul {
  font-size: 17px;
  line-height: 1.5;
}

.user--icon {
  font-size: 24px !important;
  margin-right: 10px;
}

.class-time {
  font-size: 17px !important;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.class-time img {
  margin-right: 10px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #56B336;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1080px) {
  #showcase .showcase-content {
    font-size: 2.5rem;
  }
  #showcase .showcase-body {
    font-size: 1.5rem;
  }
  #showcase button {
    font-size: 1rem;
  }
  #showcase .free-trial {
    font-size: 1em;
  }

  #feature .featureIntro {
    margin: 2rem 0;
  }

  #testimonial .carousel-inner {
    height: 28rem;
  }

  #ourPartners .partner {
    margin: auto;
  }

  .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
    margin: auto;
    text-align: center;
    border-color: transparent;
  }

  #registration .leftColumn {
    min-height: 200px;
  }
  #registration .leftColumn-zip {
    min-height: 200px;
  }
  #registration .logo {
    top: 25%;
  }
  #registration .formContainer {
    position: relative;
    transform: none;
    left: inherit;
    top: inherit;
  }
  #registration .calendarContainer {
    position: relative;
    top: 50px;
    left: inherit;
    transform: none;
  }
  #registration legend {
    margin-bottom: 30px;
  }
  #registration input {
    margin-bottom: 50px;
  }
  #registration select {
    margin-bottom: 50px;
    height: auto;
  }
}
@media (min-width: 992px) {
  #re-companies .carousel-inner .active.left {
    left: -25%;
  }
  #re-companies .carousel-inner .next {
    left: 25%;
  }
  #re-companies .carousel-inner .prev {
    left: -25%;
  }
}
@media only screen and (max-width: 800px) {
  #login-modal .modal-dialog {
    min-width: 100%;
    max-width: 100%;
  }
  #login-modal #facebook-login {
    margin-bottom: 15px;
  }

  #features .featureDesc {
    font-size: 0.85em;
    font-weight: 200;
  }
  #features .parallax-container .page-head {
    padding: 10px !important;
  }
  #features .parallax-container .page-head h1 {
    font-size: 1.5em;
  }

  span.reg-button {
    padding: 0;
    margin: 0;
    font-size: 0.95em;
    margin-left: 23px;
    margin-top: 2px;
    display: inline-block;
  }

  .two-column {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }

  #showcase .img-fluid {
    max-width: 120%;
  }
  #showcase .showcase-content {
    font-size: 1.2rem;
    margin-bottom: -10px;
  }
  #showcase button {
    font-size: 1rem;
    margin-top: -10px;
  }
  #showcase .showcase-body {
    margin-top: 15px;
    font-size: 1em;
  }
  #showcase .button2 {
    display: block;
    margin: 20px 0 50px !important;
  }

  #features .image-center {
    position: relative;
  }
  #features .card-center {
    position: relative;
  }
  #features .sidenav {
    position: relative;
    top: 0px;
    text-align: center;
  }
  #features #lead-management {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .footer-bs .footerLogo {
    width: 150px;
  }
  .footer-bs .footer-brand {
    margin-bottom: 20px !important;
  }
  .footer-bs .footer-nav ul.pages li, .footer-bs .footer-nav ul.list li {
    font-size: 0.85em;
    font-weight: 200;
  }
  .footer-bs .menu-row {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    width: 100%;
  }
  .footer-bs .footer-social li {
    font-size: 2em;
    font-weight: 200;
  }
  .footer-bs .footer-social h4, .footer-bs .footer-nav h4, .footer-bs .footer-ns h4 {
    font-size: 1.2em;
    border-bottom: 1px dotted #fff;
  }

  #home .form-group {
    margin-left: 10px;
  }
  #home .subhead {
    font-size: 1.5em;
  }
  #home #feature {
    margin-bottom: 0;
  }
  #home #feature .body {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  #home #feature .featureContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #home #feature .featureItem {
    height: 275px;
  }
  #home #testimonial .carousel-item {
    font-weight: 300;
    font-size: 1.2em;
  }
  #home #testimonial .carousel-inner {
    height: 33em;
  }
  #home #testimonial .carousel-indicators li {
    height: 9px;
    width: 9px;
  }
  #home #testimonial .carousel-control-next {
    right: -100px;
  }
  #home #testimonial .carousel-control-prev {
    left: -100px;
  }
  #home .button2 {
    display: block;
    margin: 20px auto 50px;
  }
  #home .featureIntro .button2 {
    display: block;
    margin: 20px auto 0px;
  }
  #home #contactUs legend {
    text-align: center;
    font-size: 2em;
  }
  #home #contactUs address {
    text-align: center;
    font-size: 1.2em;
  }

  #header a.sign-up {
    width: 100%;
    margin-left: 0;
  }
  #header .logo {
    margin: 0 0 0 -20px;
    width: 150px;
  }

  .navbar {
    top: -10%;
  }

  legend {
    font-size: 1.5em;
    margin-bottom: 30px;
  }

  #registration input {
    font-size: 1.3em;
    margin-bottom: 20px;
  }

  #registration .ZIP.leftColumn {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    min-height: 600px;
  }

  #registration select {
    font-size: 1.3em;
    margin-bottom: 20px;
    height: auto;
  }

  label {
    font-size: 1.3em;
  }

  .setUp.btn {
    font-size: 1.3em;
  }

  .skip.btn {
    font-size: 1.3em;
  }

  .logo {
    margin: 50px auto 50px;
  }

  .formContainer {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #userLogin {
    height: 100vh;
    min-height: 600px;
  }
  #userLogin a {
    margin-bottom: 20px;
    font-size: 1em;
  }
  #userLogin .forgot-password a {
    font-size: 2em;
    margin-bottom: 0px;
  }
  #userLogin .logoBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 40%);
  }
  #userLogin input {
    font-size: 1.3em;
  }
  #userLogin .input-group-text {
    font-size: 0.5em;
  }
  #userLogin a {
    font-size: 1em;
  }
  #userLogin .btn {
    font-size: 1.5em;
  }
}
@media screen and (max-height: 650px) {
  #showcase .showcase-body {
    font-size: 1em;
  }
  #showcase .showcase-content {
    font-size: 1.5em;
  }
  #showcase .free-trial {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  #showcase .carousel-item {
    width: 55rem;
    overflow: hidden;
  }
  #showcase .content-padding {
    top: 15%;
  }

  #blockquote .blockquote-text {
    font-size: 1em !important;
  }

  .leftColumn img:first-child {
    margin-top: 25px;
  }
  .leftColumn #wa-quote {
    max-width: 90% !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-top: 0 !important;
    padding: 0 25px 30px !important;
  }
  .leftColumn #wa-quote img {
    margin-bottom: 15px;
  }

  #how-it-works {
    flex-flow: wrap;
  }
  #how-it-works .item-1 {
    width: 100% !important;
  }
  #how-it-works .item-2 {
    width: 100% !important;
  }
  #how-it-works .item-3 {
    width: 100% !important;
  }

  #feature-cta {
    flex-flow: wrap;
  }
  #feature-cta .item-1 {
    width: 100% !important;
  }
  #feature-cta .item-2 {
    width: 100% !important;
  }
  #feature-cta .item-3 {
    width: 100% !important;
  }

  #smarter-business p {
    margin: 1em !important;
    width: 100%;
  }
  #smarter-business .button2 {
    margin: 10px auto 20px;
  }

  #re-companies .carousel-inner .active.left {
    left: -100%;
  }
  #re-companies .carousel-inner .next {
    left: 100%;
  }
  #re-companies .carousel-inner .prev {
    left: -100%;
  }
  #re-companies .active > div {
    display: none;
  }
  #re-companies .active > div:first-child {
    display: block;
  }
  #re-companies .carousel-control-prev {
    left: -20px;
  }
  #re-companies .carousel-control-next {
    right: -20px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #re-companies .carousel-inner .active.left {
    left: -50%;
  }
  #re-companies .carousel-inner .next {
    left: 50%;
  }
  #re-companies .carousel-inner .prev {
    left: -50%;
  }
  #re-companies .active > div {
    display: none;
  }
  #re-companies .active > div:first-child {
    display: block;
  }
  #re-companies .active > div:first-child + div {
    display: block;
  }

  #pricing-page .includes p {
    padding: 0 15px;
  }
}
body {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-size: 16px;
}

.subhead {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 21px;
  padding-bottom: 10px;
  font-weight: 600;
}

.subhead-two {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #666;
  font-size: 18px;
  font-weight: 500;
}

.body {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  color: #666;
  font-size: 16px;
}

.two-column {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}

#page-head {
  background-color: #2e8fce;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23006699' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  height: 250px;
  position: relative;
  -moz-box-shadow: inset 0 0 10px #069;
  -webkit-box-shadow: inset 0 0 10px #069;
  box-shadow: inset 0 0 10px #069;
}

.page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

a.sign-up {
  color: #56B336;
}

.promo-message {
  color: black;
}

.hide {
  display: none;
}

#our-company #page-head {
  background: rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  color: #fff;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#our-company #page-head .parallax {
  background: url("/SECURE/assets/images/our-company01.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
}
#our-company #company-wrapper {
  flex-direction: row;
}
@media screen and (max-width: 600px) {
  #our-company #company-wrapper {
    flex-direction: column;
  }
}

#our-partners .parallax-container {
  background: rgba(0, 102, 153, 0.5);
  -webkit-box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  color: white;
  padding: 70px 0px 50px;
  position: relative;
  height: 400px;
}
#our-partners .parallax-container .page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 102, 153, 0.85);
  padding: 15px 20px;
}
#our-partners .parallax-container .page-head p {
  font-size: 1.1em;
  font-weight: 200;
  line-height: 1.5em;
}
#our-partners .parallax {
  background-image: url(https://wiseagent.com/images/real-estate-transaction-management-software.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
  height: 400px;
}

.page-container {
  background-color: #fff;
  padding: 5% 0;
}

#blockquote {
  background: #2e8fce;
  color: #fff;
  box-shadow: 0px -5px 7px 5px black;
  -webkit-box-shadow: 0px -5px 7px 5px black;
}
#blockquote hr {
  width: 15%;
  border-color: #fff;
}
#blockquote .blockquote-text {
  font-size: 1.75em;
  margin: 10px 0 0;
}

#how-it-works {
  flex: 1;
}
#how-it-works hr {
  border-top: 3px dotted #eae9e9;
  margin-top: 0;
}
#how-it-works #how-it-works-container {
  justify-content: space-evenly;
  max-width: 1440px;
  margin: auto;
}
#how-it-works [class*="item-"] {
  padding: 20px;
  width: 33.33333%;
}
#how-it-works [class*="item-"] h3 {
  font-size: 1em;
  text-transform: uppercase;
}
#how-it-works [class*="item-"] p {
  font-size: 0.9em;
  color: #666;
  line-height: 29px;
}
#how-it-works .item-1 h3 {
  color: #78006e;
}
#how-it-works .item-2 h3 {
  color: #2e8fce;
}
#how-it-works .item-3 h3 {
  color: #4e3e9e;
}

#feature-cta {
  color: #fff;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}
#feature-cta [class*="item-"] {
  padding: 50px;
  width: 33.3333%;
  text-align: center;
}
#feature-cta [class*="item-"] h3 {
  font-size: 1em;
  text-transform: uppercase;
}
#feature-cta [class*="item-"] p {
  font-size: 0.9em;
  font-weight: 200;
  line-height: 29px;
  margin-bottom: 0;
}
#feature-cta .item-1 {
  background-color: #78006e;
}
#feature-cta .item-2 {
  background-color: #2e8fce;
}
#feature-cta .item-3 {
  background-color: #4e3e9e;
}

#how-we-are-different {
  color: #666;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0px;
  line-height: 29px;
}

#guarantee-30-minutes {
  background: #2e8fce;
  color: #fff;
  text-align: center;
  padding: 30px 0 20px;
}
#guarantee-30-minutes h2 {
  font-size: 1.5em;
  text-transform: none;
  color: #fff;
}
#guarantee-30-minutes p {
  font-size: 0.9em;
  font-weight: 200;
}

#smarter-business {
  text-align: center;
}
#smarter-business hr {
  border-top: 3px dotted #eae9e9;
}
#smarter-business h2 {
  font-size: 1.5em;
  font-weight: 600;
  color: #666;
}
#smarter-business .subhead {
  color: #2f2f2f;
}
#smarter-business p {
  font-size: 1em;
  font-weight: 600;
  color: #666;
  margin: 2em;
}
#smarter-business #sign-up {
  color: #fff;
  background-color: #56B336;
  border-color: #56B336;
}
#smarter-business #sign-up:hover {
  background-color: #279d27;
  border-color: #279d27;
}
#smarter-business #contact-us {
  background-color: #2e8fce;
  transition: 0.2s;
  color: #fff;
}
#smarter-business #contact-us:hover {
  background-color: #20648f;
  transition: 0.2s;
}

#home #pricing-page p:last-child {
  color: #666;
}
#home #pricing-page .popular p {
  color: #fff;
}

#call-cta {
  margin-top: 50px;
  padding: 40px;
  color: #fff;
  background-color: #2e8fce;
}
#call-cta p {
  color: #fff;
}
#call-cta h2 {
  color: #fff;
  font-weight: 500;
}

#logosPage {
  font-family: 'Montserrat';
  color: rgba(0, 0, 0, 0.75);
}
#logosPage .logosWrapper {
  padding: 80px 0;
}
#logosPage .header p {
  font-size: 1.25em;
}
#logosPage .logosRow > div {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
}
#logosPage .sectionName:not(:first-child) {
  margin-top: 50px;
}
#logosPage .sectionName {
  margin-bottom: 15px;
  margin-bottom: 0;
  font-size: 0.8em;
}
#logosPage .buttonContainer {
  padding: 10px 0px;
  margin: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#logosPage .container-fluid .btn {
  border: 0;
  font-size: 0.8em;
  letter-spacing: 0.5px;
}
#logosPage .mediaTitle {
  margin-top: 0.75em;
  font-size: 1.25em;
  font-weight: 600;
  font-size: 0.8em;
}
#logosPage .parallax-container {
  background: rgba(0, 20, 60, 0.75);
  -webkit-box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  box-shadow: inset 0px 0px 10px 2px rgba(40, 40, 40, 0.5);
  color: #fff;
  padding: 70px 0px 50px;
  position: relative;
  height: 400px;
}
#logosPage .parallax-container .page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: none;
  padding: 15px 20px;
  max-width: 800px;
}
#logosPage .parallax-container p {
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}
#logosPage .parallax-container .parallax {
  background-image: url("/SECURE/assets/images/features/TransactionManagementTop01.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
}
#logosPage .footer-bs {
  margin-top: 0;
}

#contact-us-modal #firstName:valid, #contact-us-modal #lastName:valid, #contact-us-modal #emailAddress:valid, #contact-us-modal #cellNumber:valid {
  box-shadow: none;
  border: 1px solid rgba(86, 179, 54, 0.5);
}
#contact-us-modal #firstName:invalid, #contact-us-modal #lastName:invalid, #contact-us-modal #emailAddress:invalid, #contact-us-modal #cellNumber:invalid {
  box-shadow: none;
  border: 1px solid #cf6766;
}
#contact-us-modal .requiredInput {
  color: #cf6766;
}

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