@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Alegreya-Black;
    src: url(fonts/Alegreya-Black.ttf);
}
@font-face {
    font-family: Alegreya-BlackItalic;
    src: url(fonts/Alegreya-BlackItalic.ttf);
}
@font-face {
    font-family: Alegreya;
    src: url(fonts/Alegreya-Regular.ttf);
}
@font-face {
    font-family: Alegreya-Italic;
    src: url(fonts/Alegreya-Italic.ttf);
}
@font-face {
    font-family: Alegreya-Bold;
    src: url(fonts/Alegreya-Bold.ttf);
}
@font-face {
    font-family: Alegreya-BoldItalic;
    src: url(fonts/Alegreya-BoldItalic.ttf);
}

@font-face {
    font-family: CrimsonText-Bold;
    src: url(fonts/CrimsonText-Bold.ttf);
}
@font-face {
    font-family: CrimsonText-BoldItalic;
    src: url(fonts/CrimsonText-BoldItalic.ttf);
}
@font-face {
    font-family: CrimsonText-Italic;
    src: url(fonts/CrimsonText-Italic.ttf);
}
@font-face {
    font-family: CrimsonText;
    src: url(fonts/CrimsonText-Roman.ttf);
}
@font-face {
    font-family: CrimsonText-Semibold;
    src: url(fonts/CrimsonText-Semibold.ttf);
}

@font-face {
    font-family: CrimsonText-SemiboldItalic;
    src: url(fonts/CrimsonText-SemiboldItalic.ttf);
}

/*LATO*/
@font-face {
    font-family: Lato-Black;
    src: url(fonts/Lato-Black.ttf);
}
@font-face {
    font-family: Lato-BlackItalic;
    src: url(fonts/Lato-BlackItalic.ttf);
}
@font-face {
    font-family: Lato-Bold;
    src: url(fonts/Lato-Bold.ttf);
}
@font-face {
    font-family: Lato-BoldItalic;
    src: url(fonts/Lato-BoldItalic.ttf);
}
@font-face {
    font-family: Lato-Hairline;
    src: url(fonts/Lato-Hairline.ttf);
}
@font-face {
    font-family: Lato-HairlineItalic;
    src: url(fonts/Lato-HairlineItalic.ttf);
}
@font-face {
    font-family: Lato-Italic;
    src: url(fonts/Lato-Italic.ttf);
}
@font-face {
    font-family: Lato-Light;
    src: url(fonts/Lato-Light.ttf);
}
@font-face {
    font-family: Lato-LightItalic;
    src: url(fonts/Lato-LightItalic.ttf);
}
@font-face {
    font-family: Lato;
    src: url(fonts/Lato-Regular.ttf);
}

/*MONTSERRAT*/
@font-face {
    font-family: Montserrat-Bold;
    src: url(fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Regular.ttf);
}
@media screen and (max-width: 745px){
  html{
    font-size: 5px!important;
  }
}
@media screen and (min-width: 745px){
  html{
    font-size: 5px!important;;
  }
}
@media screen and (min-width: 770px){
  html{
    font-size: 8px!important;;
  }
}
@media screen and (min-width: 800px){
  html{
    font-size: 9px!important;;
  }
}
@media screen and (min-width: 860px){
  html{
    font-size: 9px!important;;
  }
}
@media screen and (min-width: 920px){
  html{
    font-size: 10px!important;;
  }
}
@media screen and (min-width: 992px){
  html{
    font-size: 10px!important;;
  }
}
@media screen and (min-width: 1060px){
  html{
    font-size: 10px!important;;
  }
}
@media screen and (min-width: 1140px){
  html{
    font-size: 10px!important;;
  }
}
@media screen and (min-width: 1280px){
  html{
    font-size: 13px!important;;
  }
}
@media screen and (min-width: 1420px){
  html{
    font-size: 14px!important;;
  }
}

.ppb__wrapper {
	box-sizing: border-box;
	font-family: Montserrat, sans-serif;
	position: fixed;
	height: 70%;
	max-height: 70%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	background-color: #2c80b8;
	animation: ppb_slidewrapper .6s ease-out;
	color: white;
	font-size: 2.8rem;
	padding: 5rem 7rem;
	font-weight: 700;
	overflow: hidden;
	line-height: 2.81rem;
}

@keyframes ppb_slidewrapper {
	from { max-height: 0%; height: 0%; margin-top: -70%;}
	to { max-height: 70%; height: 70%; margin-top: 0px;}
}

.ppb__relwrap {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

.ppb__flexwrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 4rem;
	font-size: 3rem;
}

.ppb__flexwrap * {
	margin-bottom: 3rem;
}

.ppb__headers {
	margin-top: 1rem;
	margin-bottom: 0;
}

.signup {
	color: white;
	margin: 0px auto;
	border-radius: 5px;
	padding: 1rem 1.5rem;
	background-color: #5cb85c;
	border: 0;
	outline: 0;
	cursor: pointer;
	transition: all .3s linear;
	max-width: 400px;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
}

.signup:hover {
	padding: 1.5rem 2.3rem;
	font-size: 2.3rem;
}

.input__text {
	color:black;
	max-width: 400px;
	margin: 0px auto;
	width: 38rem;
	border-radius: 5px;
	padding: .25rem .6rem;
	height: 40px;
	font-size: 1.5rem;
	margin-bottom: 3rem;
}
.input__text::-moz-placeholder { /* Firefox 19+ */
  font-style:italic;
  color:#BBB;
}

.ppb__close {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

.ppb__wrapper--close {
	transition: all .5s linear;
	max-height: 0%; 
	height: 0%; 
	margin-top: -70%;
}

body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.v3 h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
}
.v3 h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}
.v3 h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
}
.v3 h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.v3 h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.v3 h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.v3 p {
  margin-bottom: 5px;
}
.v3 .button {
  display: inline-block;
  width: 180px;
  padding: 7px 25px;
  border-radius: 5px;
  background-color: #479E45;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
.v3 .button:hover {
  background-color: #3498db;
}
.v3 .button.header-btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.v3 .button.long {
  width: auto;
}
.v3 .button.long.centered.get-started {
  width: 200px;
}
.v3 .button.long.centered.view-all-features {
  display: inline-block;
}
.v3 .button.long.centered.inline-cta-btn {
  display: inline-block;
  margin-right: 20px;
}
.v3 .button.long.centered.inline-cta-btn.last {
  margin-right: 0px;
}
.v3 .button.long.centered.inline-cta-btn.bottom-get-started-btn {
  background-color: #5cb85c;
}
.v3 .button.long.centered.inline-cta-btn.bottom-get-started-btn:hover {
  background-color: #3498db;
}
.v3 .button.long.hover-transparent {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0);
}
.v3 .button.long.hover-transparent:hover {
  border: 2px solid white;
}
.v3 .button.blue {
  background-color: #3498db;
}
.v3 .button.blue.centered {
  display: block;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
}
.v3 .button.blue.centered:hover {
  background-color: #5cb85c;
}
.v3 .button.centered {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
.v3 .button.watch-video {
  display: block;
  width: 250px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}
.v3 .button.submit {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.v3 .button.submit.popupform-btn {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
}
.grecaptcha-badge { display:none !important;}
.grecaptcha-terms { color: #cccccc; font-size:10px }
.grecaptcha-terms a{ color: #cccccc; font-weight: bold; text-decoration: none;}

.v3 .button.select-plan-btn {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px 10px 15px;
  background-image: url('../images/v3/59421.png');
  background-position: 96% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}
.v3 .button.select-plan-btn.plan-title-2 {
  font-size: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.v3 .button.bottom-cta-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.v3 .button.sign-up-btn {
  margin-top: 25px;
  background-color: #ff9721;
}
.v3 .button.sign-up-btn:hover {
  background-color: #3498db;
}
.v3 .button.view-features-btn {
  width: auto;
  margin-top: 10px;
}
.v3 .wrapper-full.home-hero {
  height: 390px;
  margin-top: 0px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url('../images/v3/HomePage_HeroImage.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url('../images/v3/HomePage_HeroImage.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.v3 .wrapper-full.home-solutions {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 60px;
}
.v3 .wrapper-full.light-gray {
  background-color: #f2f2f2;
}
.v3 .wrapper-full.light-gray.featured-in-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #d1d1d1;
  background-color: #e8e8e8;
}
.v3 .wrapper-full.blue {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #2d82ba;
  background-color: #3498db;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 10px 0px inset;
}
.v3 .wrapper-full.gray {
  background-color: #f2f2f2;
}
.v3 .wrapper-full.gray.testimonials {
  padding-top: 60px;
  padding-bottom: 60px;
}
.v3 .wrapper-full.gray.bpo {
  background-image: none;
}
.v3 .wrapper-full.gray.reo {
  background-image: url('../images/v3/group-users-1.png');
}
.v3 .wrapper-full.gray.acquisitions {
  background-image: url('../images/v3/');
}
.v3 .wrapper-full.gray.signup-form-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.v3 .wrapper-full.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #06141c;
  background-color: #0f2c40;
  background-image: -webkit-linear-gradient(rgba(15, 44, 64, 0.85), rgba(15, 44, 64, 0.85)), url('../images/v3/rubber_grip_@2X.png'), url('../images/v3/crossed_stripes_@2X.png');
  background-image: linear-gradient(rgba(15, 44, 64, 0.85), rgba(15, 44, 64, 0.85)), url('../images/v3/rubber_grip_@2X.png'), url('../images/v3/crossed_stripes_@2X.png');
  background-size: auto, 5px, 5px;
}
.v3 .wrapper-full.testimonials-section {
  padding-top: 60px;
  /*padding-bottom: 60px;*/
  border-bottom: 1px none #e0e0e0;
}
.v3 .wrapper-full.testimonials-section.pricing-testimonials {
  padding-top: 30px;
  padding-bottom: 30px;
}
.v3 .wrapper-full.copyright-section {
  background-color: #091c29;
}
.v3 .wrapper-full.free-demo-section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px none #2d82ba;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/v3/HomePage_FreeDemo.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/v3/HomePage_FreeDemo.jpg');
  background-position: 0% 0%, 50% 31%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}
.v3 .wrapper-full.free-demo-section.interior-pages {
  background-position: 0% 0%, 50% 50%;
}
.v3 .wrapper-full.header-img {
  height: 350px!important;
  background-color: #e3e3e3;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/HomePage_Agents.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/HomePage_Agents.jpg');
  background-position: 0% 0%, 50% -150px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.v3 .wrapper-full.header-img.solutions {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/Solutions_HeroPage.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/Solutions_HeroPage.jpg');
  background-position: 0% 0%, 50% 95%;
}
.v3 .wrapper-full.header-img.brokers {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/HomePage_Broker.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/HomePage_Broker.jpg');
  background-position: 0% 0%, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.v3 .wrapper-full.header-img.institutional-sellers {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/building-491294_1920.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/building-491294_1920.jpg');
  background-position: 0% 0%, 50% 50%;
}
.v3 .wrapper-full.header-img.vendors {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/Solutions_Vendors.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/Solutions_Vendors.jpg');
  background-position: 0% 0%, 50% 50%;
}
.v3 .wrapper-full.header-img.title-law-lending {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/shutterstock_236029696.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/shutterstock_236029696.jpg');
  background-position: 0% 0%, 50% 90%;
}
.v3 .wrapper-full.header-img.news {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/keyboard-338507_1920.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/keyboard-338507_1920.jpg');
  background-position: 0% 0%, 50% 80%;
}
.v3 .wrapper-full.header-img.large {
  height: 450px;
}
.v3 .wrapper-full.header-img.support {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/keyboard-498396_1920.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/keyboard-498396_1920.jpg');
  background-position: 0% 0%, 50% -75px;
}
.v3 .wrapper-full.header-img.get-started {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/shutterstock_282767168.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/shutterstock_282767168.jpg');
  background-position: 0% 0%, 50% 23%;
}
.v3 .wrapper-full.header-img.about {
  height: 450px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/startup-593296_1920 (1).jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/startup-593296_1920 (1).jpg');
}
.v3 .wrapper-full.header-img.properties-agents {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/searchproperties.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/searchproperties.jpg');
  background-position: 0% 0%, 50% 88%;
}
.v3 .wrapper-full.header-img.submit-offers {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/shutterstock_232176358.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/shutterstock_232176358.jpg');
  background-position: 0% 0%, 50% 36%;
}
.v3 .wrapper-full.header-img.free-demo {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/HomePage_FreeDemo.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/HomePage_FreeDemo.jpg');
  background-position: 0% 0%, 50% 37%;
}
.v3 .wrapper-full.header-img.search-properties {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/SearchProperties_Hero.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/SearchProperties_Hero.jpg');
  background-position: 0% 0%, 50% 37%;
}
.v3 .wrapper-full.header-img.search-agents {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/SearchAgents_Hero.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/v3/SearchAgents_Hero.jpg');
  background-position: 0% 0%, 50% 21%;
}
.v3 .wrapper-full.solutions-links {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #f7f7f7;
  text-align: center;
}
.v3 .wrapper-full.overview {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.v3 .wrapper-full.overview.get-started-pages {
  padding-bottom: 60px;
}
.v3 .wrapper-full.overview.gray-2 {
  background-color: #fafafa;
}
.v3 .wrapper-full.section-divider {
  height: 60px;
  background-color: #f7f7f7;
}
.v3 .wrapper-full.section-divider.white {
  background-color: white;
}
.v3 .wrapper-full.features-section {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 60px;
  border-top: 1px none #ededed;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f2f2f2;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
}
.v3 .wrapper-full.features-section.white {
  padding-bottom: 60px;
  border-bottom-style: none;
  background-color: white;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.v3 .wrapper-full.features-section.white.reo {
  background-image: none;
}
.v3 .wrapper-full.features-section.white.acquisitions {
  border-bottom-style: none;
  background-image: url('../images/v3/55719-1.png');
}
.v3 .wrapper-full.features-section.white.bpo {
  background-image: url('../images/v3/group-users-1.png');
}
.v3 .wrapper-full.features-section.dark-blue {
  padding-bottom: 60px;
  background-color: #0f2c40;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
}
.v3 .wrapper-full.solutions-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px none #e8e8e8;
  border-bottom: 1px none #dbdbdb;
  background-color: #fcfcfc;
  text-align: center;
}
.v3 .wrapper-full.solutions-bottom.v2 {
  padding-top: 30px;
}
.v3 .wrapper-full.quote-callout {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
  text-align: center;
}
.v3 .wrapper-full.solutions-categories {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.v3 .wrapper-full.news-categories {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px none #d9d9d9;
}
.v3 .wrapper-full.news-page {
  padding-top: 40px;
  padding-bottom: 0px;
}
.v3 .wrapper-full.get-started-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
.v3 .wrapper-full.page-title-section {
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.v3 .wrapper-full.generic-section {
  padding-top: 30px;
  padding-bottom: 50px;
}
.v3 .wrapper-full.pricing-page {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.v3 .wrapper-full.search-pages {
  padding-top: 30px;
  padding-bottom: 30px;
}
.v3 .wrapper-full.search-bar {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #f2f2f2;
}
.v3 .wrapper-full.cta-section {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fafafa;
}
.header {
  z-index: 5;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
}
.v3 .wrapper-1286 {
  display: block;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.v3 .wrapper-1286.subnav {
  padding-right: 30px;
  padding-left: 30px;
}

.v3 .wrapper-1286.brokersubnav {
    padding-right: 10px;
    padding-left: 30px;
    max-width: 1400px;
}

.v3 .nav-link {
  margin: 0px 20px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 14px;
  font-weight:bold!important;
}
.v3 .nav-link:hover {
  color: #3498db;
}
.v3 .nav-link.w--current {
  border-bottom: 5px solid white;
  color: white;
}
.v3 .nav-link.get-started-btn {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 10px 25px;
  border-radius: 5px;
  background-color: #5cb85c;
}
.v3 .nav-link.get-started-btn:hover {
  background-color: #3498db;
  color: white;
}
.v3 .nav-link.get-started-btn.w--current {
  border-bottom-style: none;
}
.v3 .nav-link.get-started-btn.solid-header {
  margin-top: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.v3 .nav-link.solid {
  margin-right: 10px;
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
}
.v3 .nav-link.solid:hover {
  border-bottom-color: white;
  color: white;
}
.v3 .nav-link.solid.w--current {
  border-bottom-color: white;
  color: white;
}
.v3 .logo-hover {
  display: none;
}
.v3 .logo-div {
  /*position: relative;*/
  top: -18px;
  width: 179px;
  /*height: 81px;*/
  height: 179px;
  /*background-image: url('../images/v3/Rio_logo_Final1.png');*/
  background-image: var(--logo-path);  
  background-size: 180px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button-faq {
    margin-bottom: 50px;
    padding: 10px;
    width: 100% !important;
}
.button-faq a {
	font-size: 30px !important;
    width: 100% !important;
}
.v3 .logo-div:hover {
  /*background-image: url('../images/v3/Rio_logo_Final2.png');*/
  background-image: var(--logo-hover-path);
  background-size: 180px;
  background-repeat: no-repeat;
}
.v3 .logo-div.solid-header {
  position: relative;
  top: -17px;
  bottom: 0px;
  width: 150px;
  height: 65px;
  background-size: 150px;
}
.v3 .logo-div.solid-header:hover {
  /*background-image: url('../images/v3/Rio_logo_Final2.png');*/
  background-image: var(--logo-solidheader-hover-path);
  background-size: 150px;
  background-repeat: no-repeat;
}
.v3 .div-top-header {
  margin-top: 5px;
  text-align: right;
  position:relative;
}
.v3 .div-right-header {
    position: relative;
    right: 10px;
    text-align: right;
    margin-top: 10px;
}
.v3 .link-top-header {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.49);
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.v3 .link-top-header:hover {
  border-color: #3498db;
  background-color: #3498db;
}
.v3 .link-top-header.solid {
  display: inline-block;
}
.v3 .link-top-header.solid:hover {
  border-color: #5cb85c;
  background-color: #5cb85c;
}
.v3 .div-home-hero-slogan {
  position: relative;
  top: 28%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}
.v3 .h1-white {
  color: white;
}
.v3 .h1-white.hero-slogan {
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 62px;
}
.v3 .h1-white.page-title {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 8px solid rgba(255, 255, 255, 0.29);
  font-size: 45px;
}
.v3 .wrapper-940.div-pricing-cta-2 {
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}
.v3 .h1-blue {
  color: #3498db;
}
.v3 .h1-blue.page-title {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 8px solid transparent;
  font-size: 45px;
}
.v3 .h1-green {
  color: #5cb85c;
}
.v3 .h2-blue {
  color: #3498db;
}
.v3 .h2-blue.centered {
  text-align: center;
}
.v3 .h2-blue.centered.tagline-quote {
  font-size: 28px;
  text-align: left;
}
.v3 .h2-blue.features-title {
  margin-bottom: 10px;
  color: white;
  font-size: 30px;
}
.v3 .h2-blue.features-title.blue {
  color: #3498db;
}
.v3 .div-home-solutions {
  margin-top: 30px;
  margin-bottom: 0px;
}
.v3 .rw.home-features {
  margin-bottom: 50px;
}
.v3 .rw.home-features-rw {
  margin-bottom: 60px;
}
.v3 .rw.home-features-rw.last {
  margin-bottom: 30px;
}
.v3 .rw.news-links {
  padding-bottom: 30px;
  border-bottom: 3px solid #f7f7f7;
}
.v3 .rw.news-new-features {
  margin-bottom: 40px;
}
.v3 .rw.pricing-table {
  margin-right: 0px;
  margin-left: 0px;
}
.v3 .col._0-30-0-0 {
  padding-right: 30px;
}
.v3 .col.no-pad {
  padding-right: 0px;
  padding-left: 0px;
}
.v3 .col.no-pad.sidenav {
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.v3 .col._0-10-0-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.v3 .link-home-solutions {
  width: 100%;
  height: 487px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8 #e8e8e8 #dedede;
  border-radius: 5px;
  background-color: whitesmoke;
  color: #666;
  text-decoration: none;
}
.v3 .link-home-solutions.properties-agents-links {
  height: auto;
}
.v3 .div {
  height: 180px;
  border-right-style: none;
  border-right-width: 1px;
  background-color: #bdbdbd;
}
.v3 .div-home-solutions-text {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.v3 .h4-blue {
  color: #3498db;
}
.v3 .h4-blue.free-demo-title {
  margin-bottom: 30px;
}
.v3 .h4-blue.pricing-block-title {
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
}
.v3 .h4-blue.pricing-block-title.plan-price {
  margin-top: 10px;
  margin-bottom: 0px;
}
.v3 .home-solutions-blurbs {
  margin-top: 20px;
  color: #525252;
}
.v3 .header-solid {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #2c80b8;
}
.v3 .header-solid.interior-page {
  display: block;
}
.v3 .div-free-demo {
  text-align: center;
}
.v3 .div-free-demo-tables {
  margin-top: 30px;
  margin-bottom: 30px;
}
.v3 .ul.free-demo {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}
.v3 .li.free-demo {
  padding: 15px 15px 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  text-align: left;
}
.v3 .li.free-demo.last {
  border-bottom-style: none;
}
.v3 .text-block-free-demo {
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 400;
}
.v3 .h2-white {
  color: white;
}
.v3 .h2-white.centered {
  text-align: center;
}
.v3 .h2-white.features-block {
  margin-bottom: 20px;
  color: white;
}
.v3 .h2-white.free-demo-heading {
  margin-bottom: 30px;
}
.v3 .h4-white {
  color: white;
}
.v3 .h4-white.centered {
  text-align: center;
}
.v3 .h4-white.centered.subtitle {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.v3 .h4-white.small {
  font-size: 28px;
}
.v3 .h4-white.small.home-features-title {
  margin-bottom: 20px;
}
.v3 .h4-white.solutions-links {
  padding-left: 40px;
  font-size: 26px;
  text-align: left;
}
.v3 .div-home-features {
  margin-top: 60px;
  text-align: center;
}
.v3 .home-features-img {
  opacity: 1;
}
.v3 .light {
  color: white;
}
.v3 .div-home-feature {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../images/v3/graphic46.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  text-align: left;
}
.v3 .div-home-feature.cost {
  background-image: url('../images/v3/coins1.png');
}
.v3 .div-home-feature.permissions {
  background-image: url('../images/v3/security.png');
}
.v3 .div-home-feature.commitment {
  background-image: url('../images/v3/Team_Support_512.png');
  background-size: 300px;
}
.v3 .home-features {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.v3 .h2-green {
  color: #5cb85c;
}
.v3 .h2-green.centered {
  text-align: center;
}
.v3 .div-testimonials {
  margin-top: 45px;
  margin-bottom: 0px;
  padding-right: 60px;
  padding-bottom: 0px;
  padding-left: 60px;
  border-bottom: 1px none #ededed;
  text-align: center;
}
.v3 .slider.testimonials-slider {
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
  background-color: transparent;
}
.v3 .slider.agent-slider {
  height: auto;
  background-color: transparent;
}
.v3 .testimonial-slide {
  width: 50%;
}
.v3 .slide-mask {
  width: 100%;
}
.v3 .slide-nav.testimonials-slider {
  position: static;
  left: 0px;
  right: 0px;
  bottom: -40px;
  opacity: 0.15;
}
.v3 .div-testimonial-img {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ededed;
  border-radius: 100%;
  background-color: #ebebeb;
}
.v3 .testimonial-img {
  position: relative;
  top: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.v3 .testimonial {
  margin-bottom: 15px;
}
.v3 .testimonial-author-name {
  font-family: Montserrat, sans-serif;
  color: #474747;
}
.v3 .div-company-logos {
  margin-top: 50px;
}
.v3 .div-logo-placeholder {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #ccc;
}
.v3 .logo-placeholder {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Montserrat, sans-serif;
  text-align: center;
}
.v3 .footer-title {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 400;
}
.v3 .li-footer-link {
  margin-bottom: 5px;
}
.v3 .footer-link {
  display: inline-block;
  padding-right: 20px;
  /*background-image: url('../images/2.png');*/
  background-position: 100% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  opacity: 0.69;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #e8e8e8;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.v3 .footer-link:hover {
  background-image: url('../images/v3/59421.png');
  background-position: 100% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  opacity: 1;
}
.v3 .div-footer-copyright {
  margin-top: 0px;
  padding-top: 10px;
  border-top: 1px none #103147;
}
.v3 .footer-copyright {
  padding-bottom: 10px;
  opacity: 0.7;
  color: #c2c2c2;
  text-align: center;
  text-transform: none;
}
.v3 .copyright-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #c2c2c2;
  text-decoration: none;
}
.v3 .copyright-link:hover {
  color: white;
}
.v3 .free-demo-icon {
  opacity: 1;
}
.v3 .page-title-block {
  position: relative;
  top: 26%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.v3 .page-title-block.solid {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.v3 .div-solutions-links {
  display: inline-block;
  margin-right: 20px;
  padding: 0px 25px;
  border: 2px solid #3498db;
  border-radius: 5px;
  background-color: #3498db;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  text-align: center;
  text-decoration: none;
}
.v3 .div-solutions-links:hover {
  border-color: #5cb85c;
  background-color: #5cb85c;
  color: white;
}
.v3 .div-solutions-links.pricing:hover {
  border-color: #5cb85c;
  background-color: #5cb85c;
}
.v3 .div-solutions-links.features-single {
  margin-right: 0px;
}
.v3 .solutions-links-text {
  font-family: Lato, sans-serif;
}
.v3 .solutions-links {
  font-size: 20px;
}
.v3 .solutions-features-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px none #c7c7c7;
  background-color: #3498db;
}
.v3 .solutions-features-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #3498db;
  text-align: center;
  text-decoration: none;
}
.v3 .solutions-features-title {
  color: white;
  font-size: 15px;
}
.v3 .solutions-features-title.sticky {
  display: inline-block;
  color: #6e6e6e;
  font-size: 15px;
}
.v3 .solutions-features-icon {
  display: block;
  width: 50px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}
.v3 .solutions-features-icon.large {
  width: auto;
}
.v3 .solutions-features-icon.sticky {
  display: inline-block;
  width: 20px;
  margin-right: 8px;
  opacity: 1;
}
.v3 .overview-text {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 28px;
}
.v3 .ul-features-checklist {
  margin-bottom: 20px;
  padding-top: 0px;
}
.v3 .li-features-checklist {
  padding-top: 0px;
  padding-bottom: 10px;
}
.v3 .check-img {
  display: block;
  width: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}
.v3 .features-checklist-text {
  padding-top: 0px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #575757;
  font-size: 15px;
  font-weight: 400;
}
.v3 .features-checklist-text.white {
  color: white;
}
.v3 .features-paragraph {
  margin-bottom: 20px;
  line-height: 28px;
}
.v3 .features-paragraph.white {
  color: white;
}
.v3 .div-section-divider {
  height: 60px;
  margin-bottom: 0px;
}
.v3 .back-to-top-link {
  margin-top: 30px;
  opacity: 0.4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
.v3 .back-to-top-link:hover {
  opacity: 1;
}
.v3 .back-to-top-arrow-img {
  margin-bottom: 10px;
}
.v3 .backt-to-top-text {
  font-family: Montserrat, sans-serif;
  color: #878787;
}
.v3 .solutions-features-img {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}
.v3 .solutions-features-img.solid {
  opacity: 0.38;
}
.v3 .solutions-features-img.white-section {
  border: 1px solid #ededed;
}
.v3 .sticky-features-wrapper {
  position: fixed;
  left: 0px;
  top: 113px;
  right: 0px;
  z-index: 10;
  display: block;
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-style: none;
  background-color: #f2f2f2;
}
.v3 .h4-gray {
  color: dimgray;
}
.v3 .h4-gray.cta-slogan {
  margin-bottom: 20px;
}
.v3 .h4-gray.pricing-cta-2 {
  margin-bottom: 10px;
  color: #3498db;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}
.v3 .div-2 {
  height: 200px;
  background-color: #9c9c9c;
}
.v3 .solutions-cat-link {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: whitesmoke;
  color: #333;
  text-decoration: none;
}
.v3 .solutions-cat-img {
  width: 100%;
}
.v3 .solutions-cat-text {
  height: 130px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  color: #525252;
}
.v3 .h4-small {
  font-size: 24px;
}
.v3 .h4-small.centered {
  text-align: center;
}
.v3 .h4-small.centered.blue {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #3498db;
}
.v3 .feature-text {
  margin-left: 30px;
}
.v3 .feature-text.left {
  margin-right: 30px;
  margin-left: 0px;
}
.v3 .news-cat-link {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: whitesmoke;
  color: #525252;
  text-decoration: none;
}
.v3 .news-cat-text {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  color: #525252;
}
.v3 .news-cat-img {
  width: 100%;
}
.v3 .div-news-intro {
  margin-bottom: 20px;
  text-align: center;
}
.v3 .div-news-intro-left {
  margin-bottom: 20px;
  text-align: left;
}
.v3 .news-intro-title {
  margin-bottom: 20px;
  color: #3498db;
}
.v3 .news-intro-blurb {
  font-family: Montserrat, sans-serif;
  color: #737373;
  font-size: 18px;
}
.v3 .ul-news-links {
  margin-right: 15px;
  margin-left: 15px;
}
.v3 .li-news-link {
  padding-top: 13px;
  padding-bottom: 13px;
}
.v3 .news-link {
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(52, 152, 219, 0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #3498db;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}
.v3 .news-link:hover {
  border-bottom-color: #3498db;
}
.v3 .div-news-story {
  margin-bottom: 41px;
  padding-bottom: 0px;
}
.v3 .news-story-left {
  margin-bottom: 41px;
  padding-bottom: 0px;
  text-align: left;
}
.v3 .div-new-feature {
  padding: 0px 0px 25px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #525252;
}
.v3 .h5-blue {
  color: #3498db;
}
.v3 .h5-blue.centered {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}
.v3 .div-new-feature-title {
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 3px none #dedede;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #3498db;
  color: white;
  text-align: center;
}
.v3 .h5-white {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-weight: 400;
  text-transform: none;
}
.v3 .new-feature-text {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
}
.v3 .new-feature-lightbox {
  text-decoration: none;
}
.v3 .support-sidenav {
  position: absolute;
  left: 0px;
  top: 350px;
  bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #ededed;
}
.v3 .support-sidenav-link {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  border-bottom: 3px none rgba(52, 152, 219, 0);
  -webkit-transition-delay: initial;
  transition-delay: initial;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  text-decoration: none;
}
.v3 .support-sidenav-link:hover {
  border-bottom-color: #3498db;
}
.v3 .support-sidenav-menu {
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 0px;
  float: right;
}
.v3 .div-support-sidenav {
  padding: 40px 0px;
}
.v3 .li-support-sidenav {
  margin-bottom: 10px;
  padding: 0px;
  color: #3498db;
}
.v3 .div-support-section {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.v3 .h3-blue {
  margin-bottom: 20px;
  color: #3498db;
}
.v3 .h3-blue.pop-up-title {
  line-height: 40px;
  text-align: center;
}
.v3 .support-sidenav-link-block {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  border: 1px solid #ededed;
  background-color: #f7f7f7;
  background-image: url('../images/v3/53579-b.png');
  background-position: 94% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #3498db;
  text-decoration: none;
}
.v3 .support-sidenav-link-block:hover {
  border-color: #e8e8e8;
  background-color: #f2f2f2;
  background-image: url('../images/v3/53579.png');
  background-position: 94% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #5cb85c;
}
.v3 .support-sidenav-link-block.w--current {
  background-color: #f2f2f2;
  background-image: url('../images/v3/53579.png');
  background-position: 94% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #5cb85c;
}
.v3 .wrapper-form.support-contact {
  margin-top: 30px;
}
.v3 .wrapper-form.search {
  margin-top: 20px;
  margin-bottom: 0px;
}
.v3 .text-field {
  height: 45px;
  margin-bottom: 10px;
  border: 2px solid #dbdbdb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}
.v3 .text-field:focus {
  border-color: #5cb85c;
}
.v3 .text-field.last {
  margin-bottom: 15px;
}
.v3 .text-field.search {
  background-image: url('../images/v3/70376.png');
  background-position: 98% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.v3 .text-field.search:focus {
  background-image: url('../images/v3/70376-2.png');
  background-position: 98% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.v3 #loginformcase {
  right:1%;
  top:40px
  /*left:-300px;*/
}
.v3 .loginselectwidth {
  width: 300px;
}
.v3 .loginh4 {
  font-size: 20px; 
  font-weight: bold; 
  padding-bottom: 10px;
  text-align:left;
}
.v3 .logindiv {
  overflow: hidden;
}
.v3 .loginloginto {
  padding-top: 10px; 
  padding-bottom: 5px; 
  font-weight: bold; 
  float:left;
}
.v3 .loginbutton {
  display: block; 
  margin: 0 auto;
}
.v3 .ul-webinar-videos {
  margin-top: 20px;
}
.v3 .li-webinar-videos {
  margin-bottom: 10px;
}
.v3 .webinar-video-link {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(92, 184, 92, 0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #878787;
  font-weight: 400;
  text-decoration: none;
}
.v3 .webinar-video-link:hover {
  border-bottom-color: #5cb85c;
  color: #5cb85c;
}
.v3 .div-faqs {
  margin-top: 30px;
}
.v3 .div-faq-question {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  background-color: #f7f7f7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #3498db;
  text-decoration: none;
}
.v3 .div-faq-question:hover {
  background-color: #5cb85c;
  color: white;
}
.v3 .div-faq-question.open {
  border-color: #5cb85c;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #5cb85c;
  color: white;
}
.v3 .h5-faq-q {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: none;
}
.v3 .div-faq-answer {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 0px;
  margin: -2px 0px 0px;
  padding: 0px;
  border: 1px solid #ebebeb;
}
.v3 .div-faq {
  margin-bottom: 11px;
}
.v3 .div-video-testimonials {
  margin-top: 30px;
}
.v3 .testimonial-video {
  margin-bottom: 20px;
}
.v3 .header-img-interior {
  height: 350px;
  margin-top: 100px;
  background-image: url('../images/v3/startup-593296_1920 (1).jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
.v3 .header-img-interior.large {
  height: 450px;
  margin-top: 0px;
}
.v3 .play-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.v3 .play-icon:hover {
  opacity: 1;
}
.v3 .about-video-lightbox {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.v3 .about-side-nav {
  padding-top: 40px;
  padding-bottom: 40px;
}
.v3 .about-sidenav-link-block {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
}
.v3 .sidenav-link-block {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  border: 1px solid #ededed;
  background-color: #f7f7f7;
  background-image: url('../images/v3/53579-b.png');
  background-position: 94% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #3498db;
  font-size: 15px;
  letter-spacing: 0px;
  text-decoration: none;
}
.v3 .sidenav-link-block:hover {
  border-color: #e8e8e8;
  background-color: #f2f2f2;
  background-image: url('../images/v3/53579.png');
  background-position: 94% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #5cb85c;
}
.v3 .sidenav-link-block.w--current {
  border-color: #e8e8e8;
  background-color: #f2f2f2;
  background-image: url('../images/v3/53579.png');
  background-position: 94% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #5cb85c;
}
.v3 .sidenav {
  padding-top: 40px;
  padding-bottom: 40px;
}
.v3 .li-sidenav {
  margin-bottom: 10px;
}
.v3 .about-paragraphs {
  margin-bottom: 30px;
}
.v3 .div-about-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.v3 .li-team-member {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid #f7f7f7;
}
.v3 .h5-team-member-name {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #737373;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}
.v3 .div-team-member-bio {
  padding-left: 20px;
}
.v3 .select-field {
  height: 45px;
  padding-right: 12px;
  padding-left: 12px;
  border: 2px solid #dbdbdb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #999;
  font-weight: 400;
}
.v3 .select-field:focus {
  border-color: #5cb85c;
  color: #333;
}
.v3 .li-pricing-table.gray {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2f2f2;
}
.v3 .li-pricing-table.checklist {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.v3 .li-pricing-table.checklist.first {
  padding-top: 0px;
  border-bottom-style: none;
}
.v3 .li-pricing-table.checklist.add-ons {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #184869;
}
.v3 .li-pricing-table.checklist.light-gray-li {
  background-color: #f7f7f7;
}
.v3 .li-pricing-table.checklist.last {
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom-style: none;
}
.v3 .li-pricing-table.titles {
  margin-bottom: 0px;
}
.v3 .li-pricing-table.select {
  padding-top: 15px;
}
.v3 .div-plan-title {
  margin-right: 5px;
  margin-left: 5px;
  padding: 20px;
  border-bottom: 5px solid rgba(92, 184, 92, 0);
  border-top-style: none;
  border-top-color: #5cb85c;
  border-radius: 5px 5px 0px 0px;
  background-color: #308ac7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.v3 .div-plan-title:hover {
  border-bottom-color: #5cb85c;
  background-color: #3498db;
}
.v3 .div-plan-title.features {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e3e3e3;
}
.v3 .pricing-plan-title {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 18px;
  letter-spacing: 2px;
}
.v3 .pricing-plan-title.features {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #3498db;
}
.v3 .pricing-plan-title.features.features-list-page {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 10px;
  color: #878787;
}
.v3 .small-price-text {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.v3 .pricing-check-img {
  display: block;
  width: 20px;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
}
.v3 .pricing-feature {
  font-size: 15px;
  font-weight: 400;
}
.v3 .pricing-feature.add-ons {
  padding-left: 0px;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
}
.v3 .pricing-feature.add-ons.plan-title-2 {
  margin-bottom: 8px;
  color: #969696;
  text-align: center;
  text-transform: uppercase;
}
.v3 .pricing-feature.module-feature {
  font-weight: 400;
}
.v3 .pricing-feature.module-feature.note {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
}
.v3 .pricing-feature.module-title {
  margin-bottom: 8px;
  color: #3498db;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.v3 .pricing-feature.module-title.module-price {
  color: #3498db;
  text-align: center;
}
.v3 .pricing-feature.centered {
  font-weight: 400;
  text-align: center;
}
.v3 .pricing-feature.category-title {
  color: #3498db;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.v3 .plan-link {
  width: 100%;
  color: #333;
  text-decoration: none;
}
.v3 .plan-title-2 {
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.v3 .div-signup-steps {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(214, 214, 214, 0.29);
}
.v3 .step-link {
  display: block;
  margin-bottom: 0px;
  color: #575757;
  text-align: center;
  text-decoration: none;
}
.v3 .step-link.not-active {
  color: #8a8a8a;
}
.v3 .form-step {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.v3 .step-circle {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 100%;
  background-color: #3498db;
  text-align: center;
}
.v3 .step-circle.not-active {
  width: 40px;
  height: 40px;
  background-color: #ccc;
}
.v3 .step-line {
  height: 3px;
  margin-top: 5px;
  background-color: #e3e3e3;
}
.v3 .div-step-line {
  position: relative;
  top: 50%;
  width: 135px;
  height: 5px;
  margin-left: 100%;
  background-color: #3498db;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.v3 .div-step-line.left-side {
  margin-right: 100%;
  margin-left: 0%;
}
.v3 .form-step-number {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: white;
  font-size: 20px;
}
.v3 .account-setup-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 2px solid rgba(214, 214, 214, 0.29);
  border-bottom-style: none;
  color: #4d4d4d;
  font-weight: 400;
}
.v3 .div-terms {
  overflow-x: scroll;
  overflow-y: scroll;
  height: 150px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px;
  border: 2px solid #dbdbdb;
  background-color: white;
  color: #545454;
  font-size: 14px;
  font-weight: 400;
}
.v3 .checkbox-field {
  padding-left: 30px;
}
.v3 .checkbox-field.add-on {
  padding: 10px;
  background-color: #184869;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.v3 .div-addon {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #dbdbdb;
  background-color: white;
}
.v3 .checkbox-addon {
  margin-right: 10px;
  margin-left: 0px;
}
.v3 .addon-price {
  display: block;
  margin-left: 20px;
  float: right;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.v3 .addon-label {
  display: inline-block;
  font-size: 15px;
}
.v3 .addon-text {
  padding: 15px;
  font-weight: 400;
}
.v3 .div-agent-slider {
  margin-top: 30px;
}
.v3 .arrow-icon {
  margin-right: 0px;
  margin-left: 0px;
  color: #3498db;
}
.v3 .agent-slider-slide {
  width: 24%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px;
  border-radius: 5px;
  background-color: #ebe8e8;
}
.v3 .slider-mask.agents-slider {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 45px;
  padding-left: 0px;
}
.v3 .slider-nav {
  opacity: 0.42;
  font-size: 12px;
}
.v3 .agent-name {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 18px;
  text-align: center;
}
.v3 .agent-location {
  margin-bottom: 10px;
  text-align: center;
}
.v3 .agent-img-div {
  background-color: white;
}
.v3 .agent-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.16;
}
.v3 .user-count {
  margin-bottom: 10px;
  color: white;
  font-size: 15px;
}
.v3 .modal-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.v3 .modal-window {
  display: block;
  width: 50%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 22px;
  border-radius: 5px;
  background-color: white;
}
.v3 .close-link {
  position: relative;
  left: 56px;
  top: -50px;
  right: 0px;
  margin-bottom: 0px;
  float: right;
}
.v3 .success-msg {
  background-color: white;
}
.v3 .h3-white.subheading {
  margin-top: 5px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
}
.v3 .subheading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fafafa;
  font-size: 34px;
  line-height: 42px;
  font-weight: 400;
  text-transform: none;
}
.v3 .tagline-quote-author {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #184869;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
.v3 .media-queries-text {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: dimgray;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}
.v3 .email-link {
  color: #3498db;
  text-decoration: none;
}
.v3 .div-answer-p {
  padding: 20px;
}
.v3 .div-pricing-block.highlighted-plan {
  border-width: 3px;
  border-color: #3498db;
}
.v3 .text-block.light-gray {
  color: #787878;
}
.v3 .text-block.centered {
  text-align: center;
}
.v3 .div-pricing-title-block {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #3498db;
}
.v3 .div-pricing-title-block.gray-title {
  background-color: #f0f0f0;
}
.v3 .div-pricing-block-content {
  margin-top: 20px;
  padding: 20px;
}
.v3 .div-faq-section-content {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 0px;
}
.v3 .div-section-header {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #184869;
  text-decoration: none;
}
.v3 .faq-section-header {
  font-size: 24px;
}
.v3 .div-compare-chart {
  width: 1286px;
  height: 100px;
  background-color: #e3e3e3;
}
.v3 .compare-chart-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.v3 .compare-slider {
  height: auto;
  margin-bottom: 30px;
  background-color: transparent;
}
.v3 .slider-arrow {
  top: -98%;
  right: -21px;
  margin-top: 0px;
  color: #080808;
}
.v3 html.w-mod-js *[data-ix="hide-solid-header"] {
  display: block;
  -webkit-transform: translate(0px, -150px);
  -ms-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
}
.v3 html.w-mod-js *[data-ix="hide-features-subnav"] {
  display: none;
  opacity: 0;
  height: 0px;
}
.v3 html.w-mod-js *[data-ix="hide-solid-header-3"] {
  display: block;
  -webkit-transform: translate(0px, -400px);
  -ms-transform: translate(0px, -400px);
  transform: translate(0px, -400px);
}
.v3 html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}
.v3 html.w-mod-js *[data-ix="display-none-on-load-2"] {
  display: none;
  opacity: 0;
}
@media (max-width: 991px) {
  .v3 h1 {
    font-size: 36px;
  }
  .v3 h2 {
    font-size: 32px;
  }
  .v3 h3 {
    font-size: 28px;
  }
  .v3 h4 {
    font-size: 25px;
  }
  .v3 h5 {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .v3 h6 {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .v3 .button.select-plan-btn {
    margin-bottom: 20px;
  }
  .v3 .wrapper-full.home-hero {
    height: 350px;
  }
  .v3 .wrapper-full.home-solutions {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .v3 .wrapper-full.light-gray.featured-in-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .v3 .wrapper-full.testimonials-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .v3 .wrapper-full.testimonials-section.pricing-testimonials {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .v3 .wrapper-full.free-demo-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 0% 0%, 50% 88%;
  }
  .v3 .wrapper-full.header-img {
    height: 250px;
    background-position: 0% 0%, 50% 0px;
  }
  .v3 .wrapper-full.header-img.title-law-lending {
    background-position: 0% 0%, 50% 50%;
  }
  .v3 .wrapper-full.overview {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .v3 .wrapper-full.features-section.white {
    padding-bottom: 40px;
  }
  .v3 .wrapper-full.features-section.dark-blue {
    padding-bottom: 40px;
  }
  .v3 .wrapper-full.news-page {
    padding-top: 30px;
  }
  .v3 .wrapper-full.pricing-page {
    margin-bottom: 0px;
  }
  .v3 .nav-link {
    margin: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .v3 .nav-link:hover {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #5cb85c;
    color: white;
  }
  .v3 .nav-link.w--current {
    border-bottom-style: none;
    background-color: #5cb85c;
    color: white;
  }
  .v3 .nav-link.get-started-btn {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }
  .v3 .nav-link.solid {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-style: none;
  }
  .v3 .nav-link.solid.w--current {
    background-color: #5cb85c;
  }
  .v3 .logo-div {
    width: 150px;
    height: 66px;
    background-size: 150px;
  }
  .v3 .logo-div:hover {
    /*background-image: url('../images/v3/Rio_logo_Final2.png');*/
    background-image: var(--logo-hover-path);
    background-size: 150px;
    background-repeat: no-repeat;
  }
  .v3 .logo-div.solid-header {
    position: relative;
  }
  .v3 .menu-btn {
    color: white;
  }
  .v3 .menu-btn.w--open {
    background-color: #3498db;
  }
  .v3 .nav-menu {
    background-color: #3498db;
  }
  .v3 .h1-white.hero-slogan {
    font-size: 32px;
    line-height: 41px;
  }
  .v3 .h1-white.page-title {
    font-size: 36px;
  }
  .v3 .wrapper-940.support-form {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .v3 .h1-blue.page-title {
    font-size: 36px;
  }
  .v3 .h2-blue.centered {
    font-size: 32px;
    line-height: 40px;
  }
  .v3 .h2-blue.centered.tagline-quote {
    font-size: 25px;
    line-height: 36px;
  }
  .v3 .rw.home-features-rw {
    margin-bottom: 40px;
  }
  .v3 .rw.news-links {
    padding-bottom: 20px;
  }
  .v3 .col._0-30-0-0 {
    padding-right: 20px;
  }
  .v3 .col.no-pad.sidenav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .v3 .link-home-solutions {
    height: 450px;
  }
  .v3 .li.free-demo {
    padding-right: 10px;
    padding-left: 10px;
  }
  .v3 .text-block-free-demo {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
  }
  .v3 .h2-white {
    display: inline-block;
  }
  .v3 .h2-white.plan-price {
    display: inline-block;
    margin-right: 40px;
    padding-right: 0px;
    float: right;
  }
  .v3 .h2-white.free-demo-heading {
    display: block;
  }
  .v3 .h4-white.small.home-features-title {
    margin-bottom: 10px;
    line-height: 30px;
  }
  .v3 .div-home-feature {
    padding-top: 10px;
    padding-bottom: 10px;
  }
 .v3 .home-features {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .v3 .div-testimonials {
    padding-right: 0px;
    padding-left: 0px;
  }
  .v3 .slider.testimonials-slider {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .v3 .div-testimonial-img {
    width: 70px;
    height: 70px;
  }
  .v3 .div-company-logos {
    margin-top: 30px;
  }
  .v3 .div-logo-placeholder {
    width: 100px;
    height: 100px;
  }
  .v3 .solutions-features-title.sticky {
    font-size: 14px;
    line-height: 21px;
  }
  .v3 .solutions-features-icon.sticky {
    display: block;
    width: 35px;
    margin-right: auto;
  }
  .v3 .div-section-divider {
    height: 40px;
  }
  .v3 .solutions-features-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .v3 .solutions-features-img.solid {
    margin-bottom: 10px;
  }
  .v3 .sticky-features-wrapper {
    top: 113px;
  }
  .v3 .h4-gray {
    font-size: 20px;
    line-height: 30px;
  }
  .v3 .solutions-cat-img {
    width: 100%;
  }
  .v3 .solutions-cat-text {
    height: 150px;
  }
  .v3 .h4-small.centered.blue {
    font-size: 20px;
    line-height: 25px;
  }
  .v3 .feature-text {
    margin-left: 0px;
  }
  .v3 .news-intro-title {
    margin-bottom: 10px;
  }
  .v3 .div-news-story {
    margin-bottom: 20px;
  }
  .v3 .div-new-feature {
    margin-bottom: 20px;
  }
  .v3 .support-sidenav {
    top: 250px;
  }
  .v3 .support-sidenav-link {
    font-size: 14px;
  }
  .v3 .div-support-sidenav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .v3 .div-support-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .v3 .support-sidenav-link-block {
    padding-left: 10px;
  }
  .v3 .support-sidenav-link-block.w--current {
    background-image: url('../images/v3/53579.png');
    background-position: 94% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    color: #5cb85c;
  }
 .v3  .ul-webinar-videos {
    margin-top: 0px;
  }
  .v3 .header-img-interior {
    height: 250px;
  }
  .v3 .sidenav-link-block {
    padding-left: 20px;
    font-size: 15px;
  }
  .v3 .sidenav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .v3 .div-about-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .v3 .h5-team-member-name {
    font-size: 20px;
    line-height: 28px;
  }
  .v3 .div-team-member-bio {
    padding-left: 10px;
  }
  .v3 .div-pricing-table {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 0px;
    margin-bottom: 0px;
  }
  .v3 .div-plan-title {
    margin-bottom: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: url('../images/v3/arrow-down.png');
    background-position: 98% 60%;
    background-size: 20px;
    background-repeat: no-repeat;
    text-align: left;
  }
  .v3 .pricing-plan-title {
    display: inline-block;
    margin-bottom: 0px;
    padding-top: 0px;
    float: left;
  }
  .v3 .pricing-feature.strikeout {
    color: #999;
    font-weight: 400;
    text-decoration: line-through;
  }
  .v3 .plan-link {
    margin-bottom: 0px;
  }
  .v3 .agent-slider-slide {
    display: inline-block;
    width: 49%;
    margin-right: 5px;
    margin-left: 5px;
  }
 .v3 .agent-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .v3 .user-count {
    margin-bottom: 0px;
  }
  .v3 .modal-window {
    width: 90%;
    padding: 20px;
  }
  .v3 .close-link {
    left: 50px;
  }
  .v3 .subheading {
    font-size: 28px;
    line-height: 36px;
  }
  .v3 .div-pricing-block {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .v3 h1 {
    font-size: 32px;
  }
  .v3 h2 {
    font-size: 30px;
  }
  .v3 h3 {
    font-size: 27px;
  }
  .v3 h4 {
    font-size: 24px;
  }
  .v3 h5 {
    font-size: 18px;
  }
  .v3 .button.long.centered.inline-cta-btn.bottom-get-started-btn {
    background-color: #5cb85c;
  }
 .v3 .button.long.centered.inline-cta-btn.bottom-get-started-btn:hover {
    background-color: #3498db;
  }
  .v3 .button.submit {
    float: none;
  }
  .v3 .button.submit.popupform-btn {
    margin-right: auto;
    float: none;
  }
  .v3 .wrapper-full.home-hero {
    height: 300px;
  }
  .v3 .wrapper-full.home-solutions {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
  .v3 .wrapper-full.light-gray.featured-in-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .v3 .wrapper-full.gray.signup-form-section {
    padding-top: 20px;
  }
  .v3 .wrapper-full.testimonials-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .v3 .wrapper-full.testimonials-section.pricing-testimonials {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .v3 .wrapper-full.free-demo-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 0% 0%, 73% 50%;
  }
  .v3 .wrapper-full.header-img {
    height: 200px;
  }
  .v3 .wrapper-full.features-section.white {
    padding-bottom: 20px;
  }
  .v3 .wrapper-full.features-section.dark-blue {
    padding-bottom: 20px;
  }
  .v3 .wrapper-full.solutions-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .v3 .wrapper-full.solutions-categories {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .v3 .wrapper-full.news-page {
    padding-top: 20px;
  }
  .v3 .wrapper-1286 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .v3 .logo-div.solid-header {
    position: relative;
    margin-bottom: 0px;
  }
  .v3 .div-home-hero-slogan {
    top: 26%;
  }
  .v3 .h1-white.hero-slogan {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }
  .v3 .h1-white.page-title {
    padding-bottom: 10px;
    font-size: 32px;
  }
  .v3 .wrapper-940 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .v3 .wrapper-940.support-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .v3 .h1-blue.page-title {
    padding-bottom: 10px;
    font-size: 32px;
  }
  .v3 .h2-blue.centered {
    font-size: 30px;
  }
  .v3 .h2-blue.centered.tagline-quote {
    font-size: 20px;
    line-height: 30px;
  }
  .v3 .h2-blue.features-title {
    font-size: 28px;
  }
  .v3 .rw.home-features-rw {
    margin-bottom: 0px;
  }
  .v3 .col._0-30-0-0 {
    padding-right: 10px;
  }
  .v3 .col.no-pad.sidenav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .v3 .col._0-10-0-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .v3 .col.signup-form-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .v3 .col.form-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .v3 .link-home-solutions {
    height: auto;
    margin-bottom: 20px;
  }
  .v3 .div-free-demo-tables {
    margin-bottom: 5px;
  }
  .v3 .ul.free-demo {
    margin-bottom: 20px;
  }
  .v3 .h2-white.plan-price {
    margin-top: 13px;
    margin-right: 30px;
    margin-bottom: 13px;
  }
  .v3 .div-home-feature {
    margin-bottom: 40px;
    text-align: left;
  }
  .v3 .div-home-feature.commitment {
    background-size: 200px;
  }
  .v3 .home-features {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .v3 .testimonial-slide {
    width: 100%;
  }
  .v3 .div-testimonial-img {
    margin-bottom: 10px;
  }
  .v3 .div-logo-placeholder {
    margin-bottom: 20px;
  }
  .v3 .ul-footer-links {
    margin-bottom: 20px;
  }
  .v3 .page-title-block {
    top: 21%;
  }
  .v3 .solutions-links {
    font-size: 18px;
  }
  .v3 .solutions-features-title {
    margin-bottom: 15px;
  }
  .v3 .solutions-features-icon {
    display: inline-block;
  }
  .v3 .solutions-features-icon.sticky {
    display: block;
  }
  .v3 .overview-text {
    margin-top: 20px;
  }
  .v3 .div-section-divider {
    height: 20px;
  }
  .v3 .back-to-top-link {
    margin-top: 20px;
  }
 .v3 .back-to-top-arrow-img {
    width: 30px;
  }
    .v3 .backt-to-top-text {
    display: inline-block;
    margin-left: 10px;
  }
  .v3 .solutions-features-img {
    margin-bottom: 10px;
  }
  .v3 .solutions-features-img.solid {
    margin-bottom: 0px;
  }
  .v3 .h4-gray {
    font-size: 20px;
  }
  .v3 .solutions-cat-link {
    width: 100%;
  }
  .v3 .solutions-cat-img {
    width: 100%;
  }
  .v3 .solutions-cat-text {
    height: 120px;
  }
    .v3 .news-cat-link {
    margin-bottom: 20px;
  }
   .v3  .news-intro-blurb {
    font-size: 16px;
  }
  .v3 .li-news-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .v3 .news-link {
    font-size: 15px;
  }
  .v3 .support-sidenav {
    top: 200px;
  }
  .v3 .div-support-sidenav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .v3 .div-support-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .v3 .h3-blue.pop-up-title {
    font-size: 22px;
    line-height: 29px;
  }
  .v3 .support-sidenav-link-block {
    padding-left: 30px;
  }
  .v3 .div-video-testimonials {
    margin-top: 20px;
  }
  .v3 .header-img-interior {
    height: 200px;
  }
  .v3 .sidenav-link-block {
    padding-left: 30px;
  }
  .v3 .sidenav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .v3 .div-about-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .v3 .h5-team-member-name {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .v3 .div-team-member-bio {
    padding-left: 0px;
  }
  .v3 .team-member-img {
    display: block;
    margin-right: auto;
    margin-bottom: 17px;
    margin-left: auto;
  }
  .v3 .div-plan-title {
    margin-bottom: 10px;
  }
  .v3 .addon-price {
    margin-top: 5px;
    margin-left: 0px;
    float: none;
  }
  .v3 .agent-slider-slide {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .v3 .user-count {
    display: block;
    font-size: 15px;
  }
  .v3 .modal-window {
    margin-top: 10px;
  }
  .v3 .close-link {
    top: -26px;
  }
  .v3 .subheading {
    margin-top: 0px;
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 30px;
  }
   .v3 .text-field {
    height: 35px;
    margin-bottom: 10px;
    
}
  .v3 .propimage {
    width: 220px;
     height: auto!important; 
    float: none;
    margin: 5px;
    margin-right: auto;
}
  .v3 .agleft {
     float: none; 
     width: 95%; 
    overflow: hidden;
}

.v3 .searchresult-left {
     float: none; 
     display:block; 
     height: auto; 
    vertical-align: middle;
}
.v3 .agcologo {
    vertical-align: top;
     float: none; 
}
.v3 .agentcontact {
    float: none; 
    width: 100%;
    height: auto;
    clear: both;
    text-align: center;
     margin-top: auto; 
    /* background: #fff; */
}
}
@media (max-width: 479px) {
  .v3 h1 {
    font-size: 30px;
  }
  .v3 h2 {
    font-size: 27px;
  }
  .v3 h3 {
    font-size: 24px;
  }
  .v3 h4 {
    font-size: 22px;
  }
  .v3 h5 {
    font-size: 18px;
  }
  .v3 .button.long.centered.inline-cta-btn.last {
    display: block;
    margin-right: auto;
  }
  .v3 .button.long.centered.inline-cta-btn.bottom-get-started-btn {
    display: block;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .v3 .button.mobile-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .v3 .wrapper-full.home-solutions {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .v3 .wrapper-full.light-gray.featured-in-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .v3 .wrapper-full.footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .v3 .wrapper-full.testimonials-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .v3 .wrapper-full.testimonials-section.pricing-testimonials {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .v3 .wrapper-full.free-demo-section {
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: 0% 0%, 71% 50%;
  }
  .v3 .wrapper-full.free-demo-section.interior-pages {
    background-position: 0% 0%, 50% 50%;
  }
  .v3 .wrapper-full.overview {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .v3 .wrapper-full.quote-callout {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .v3 .wrapper-full.solutions-categories {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .v3 .wrapper-1286 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .v3 .logo-div {
    position: static;
  }
  .v3 .logo-div.solid-header {
    position: static;
  }
  .v3 .div-home-hero-slogan {
    top: 28%;
  }
  .v3 .h1-white.hero-slogan {
    font-size: 24px;
    line-height: 30px;
  }
  .v3 .h1-white.page-title {
    font-size: 30px;
  }
  .v3 .wrapper-940 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .v3 .h1-blue.page-title {
    font-size: 30px;
  }
  .v3 .h2-blue.centered {
    font-size: 24px;
    line-height: 30px;
  }
  .v3 .loginselectwidth {
    width: 181px;      
  }	  
  .v3 .h2-blue.centered.tagline-quote {
    font-size: 20px;
  }
  .v3 .h2-blue.features-title {
    font-size: 24px;
  }
  .v3 .div-home-solutions {
    margin-top: 20px;
  }
  .v3 .rw.news-links {
    padding-bottom: 20px;
  }
  .v3 .col.no-pad.sidenav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .v3 .h4-blue.pricing-block-title {
    font-size: 22px;
  }
  .v3 .home-solutions-blurbs {
    margin-top: 10px;
  }
  .v3 .h2-white {
    font-size: 24px;
    line-height: 30px;
  }
  .v3 .h2-white.plan-price {
    display: block;
    margin-right: 0px;
    float: none;
  }
  .v3 .h4-white.centered.subtitle {
    font-size: 18px;
  }
  .v3 .h4-white.small.home-features-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .v3 .div-home-feature.commitment {
    background-size: 300px;
  }
  .v3 .home-features {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .v3 .div-testimonials {
    margin-top: 20px;
  }
  .v3 .testimonial-slide {
    width: 100%;
  }
  .v3 .div-logo-placeholder {
    width: 80px;
    height: 80px;
  }
  .v3 .free-demo-icon {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .v3 .page-title-block {
    top: 30%;
  }
  .v3 .solutions-features-link {
    text-align: left;
  }
  .v3 .solutions-features-title {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
  }
  .v3 .solutions-features-title.sticky {
    display: inline-block;
    font-size: 15px;
  }
  .v3 .solutions-features-icon {
    display: inline-block;
    width: 30px;
  }
  .v3 .solutions-features-icon.sticky {
    display: block;
    width: 25px;
    margin-right: auto;
    margin-left: auto;
  }
  .v3 .overview-text {
    margin-top: 10px;
  }
  .v3 .features-checklist-text.white {
    margin-left: 10px;
  }
  .v3 .h4-gray {
    font-size: 18px;
    line-height: 28px;
  }
  .v3 .h4-gray.pricing-cta-2 {
    font-size: 18px;
    line-height: 26px;
  }
  .v3 .solutions-cat-text {
    height: auto;
  }
  .v3 .div-news-story {
    margin-bottom: 20px;
  }
  .v3 .new-feature-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .v3 .div-support-section {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .v3 .h3-blue.pop-up-title {
    font-size: 18px;
    line-height: 22px;
  }
  .v3 .support-sidenav-link-block {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .v3 .div-faq-question {
    padding: 12px;
  }
  .v3 .h5-faq-q {
    font-size: 16px;
  }
  .v3 .div-video-testimonials {
    margin-top: 10px;
  }
  .v3 .testimonial-video {
    margin-bottom: 10px;
  }
  .v3 .sidenav-link-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .v3 .sidenav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .v3 .div-about-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .v3 .h5-team-member-name {
    font-size: 18px;
    line-height: 24px;
  }
  .v3 .div-plan-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-position: 94% 60%;
    text-align: left;
  }
  .v3 .pricing-plan-title {
    display: block;
    margin-bottom: 5px;
    padding-top: 0px;
    float: none;
  }
  .v3 .pricing-feature {
    margin-bottom: 10px;
    line-height: 20px;
  }
  .v3 .pricing-feature.module-feature {
    margin-bottom: 5px;
  }
  .v3 .pricing-feature.module-title.module-price {
    margin-top: 10px;
    text-align: left;
  }
  .v3 .pricing-feature.included-text {
    margin-top: 5px;
    color: #5cb85c;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .v3 .div-signup-steps {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom-style: none;
  }
  .v3 .form-step {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .v3 .addon-label {
    font-size: 16px;
  }
  .v3 .agent-slider-slide {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .v3 .modal-window {
    width: 90%;
    margin-top: 32px;
    padding: 12px;
  }
  .v3 .close-link {
    left: 19px;
    top: -44px;
  }
  .v3 .subheading {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 25px;
  }
  .v3 .plan-description {
    margin-bottom: 15px;
  }
  .v3 .div-pricing-block-content {
    margin-top: 10px;
  }
  
  .v3 #contact_form .text-field {
    height: 25px;
    margin-bottom: 5px;
    
}
  
 .v3 .propimage {
    width: 220px;
     height: auto!important; 
    float: none;
    margin: 5px;
    margin-right: auto;
}
  .v3 .agleft {
     float: none; 
     width: 95%; 
    overflow: hidden;
}

.v3 .searchresult-left {
     float: none; 
     display:block; 
     height: auto; 
    vertical-align: middle;
}
.v3 .agcologo {
    vertical-align: top;
     float: none; 
}
.v3 .agentcontact {
    float: none; 
    width: 100%;
    height: auto;
    clear: both;
    text-align: center;
     margin-top: auto; 
    /* background: #fff; */
}






}

.v3 .logov3
{
	background:transparent;
}


/*// bring in v2 styles needed for legacy pages*/
.maincontent-outer
{

	padding-bottom: 20px;
	padding-top: 50px;
	clear: both;
	overflow-x:hidden;
	/*height: 300%;*/
	
	/*SFINCH REQUEST 10/09/2014*/
	margin-top:0;
		
}
.maincontent-outer.fpouter
{

	

}
.maincontent-inner
{
	
	margin:  0 auto 0 auto;
	/*margin-top:-50px;*/

}
.maincontent-box
{
	border:1px solid rgba(0,0,0,0.5);
	box-shadow:0 3px 8px rgba(0,0,0,0.5);
	height: auto;
	margin-top:-150px;
	background: #fff;
	/*padding-top: 60px;*/
	margin-bottom:100px;

}
.content-topbar-highlight
{
	
	/*position: absolute;*/


}
.clearall
{
	clear: both;
	height: 10px;
}
.maincontent-heading
{
	font-size:42px;
	font-family: 'Alegreya', serif;
	/*font-weight:bold;*/

	text-align: center;
	text-shadow:1px 1px 5px rgba(0,0,0,0.2);
	/*display: inline-block;*/
	margin-top: 20px;
}
.rioline
{
	opacity: 0.5;
	
	vertical-align: middle;
	margin-left:15px;
	margin-right:15px;
	width: 10%;

}
.formbox
{
	padding: 6px 29px 3px;
	background: #e9ecf0;
	margin: 0 0 12px;
}
.registerform .row {
	width: 100%;
	padding: 5px 0 5px;
	overflow: hidden;
}
.registerform label {
	display: inline-block;
	padding: 0 0 6px;
	font: bold 13px/18px 'HelveticaNeueBold', Arial, Helvetica, sans-serif;
	float:left;
	width:170px;
	text-align:left;
	padding-right:20px;
	text-align:right;
}
.registerform .submit-holder {
	width: 100%;
	overflow: hidden;
	text-align: center;
	}

.input-holder
{
	float:left;
}
.registerform .cell {
	float: left;
	padding: 0 25px 0 0;
	width: 80%;
}
.pretext
{
	background-color: whitesmoke;
	background: none;
	color:#486784;
	width:65%;
	float:left;
	text-align:justify;
	text-justify:inter-word;
}
.pretextimg
{
	width:31%;
	float:left;
	text-align:center;
	margin:auto;
	padding-top:2%;
	padding-right:10px;
	margin-left:-10px;
}
.pretext p
{
	text-align:center;
}
.details dd {
	margin: 0 0 14px;
	width: 100%;
	overflow: hidden;
}
.input-holder
{
	border: 1px solid rgba(0,0,0,0.2);
}

.registerform fieldset
{
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
	padding: 12px 58px 6px;
	background: none;
	/* margin: 0 0 41px; */
	width: 85%;
	margin: 10px auto;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.registerform .cell div {
	float: left;
 }
		
.registerform fieldset .title
{
	font-size:24px;
}

.v3 #modalp h4
{
	color:#3498db;
}


.v3 .div-pricing-block {
    height: auto;
   
}
.v3 .email-link:before {
	content:"\A";

}


.v3 a .solutions-cat-img img
{
	width:100%;
}


.v3 table.offer-form {
    border: none;
    background-color: transparent;
    margin: 25px;
}

.v3 table.offer-form h2 {
     font: inherit!important;
     font-size:24px!important;
}

.openedfeatures
{
	height:1500px!important;
	-webkit-transition: height 500ms ease;
	  transition: height 500ms ease
}
.closedfeatures
{
	height:0px!important;
	-webkit-transition: all 500ms ease;
	 transition: all 500ms ease;
}

.div-pricing-table
{
	height:auto!important;
	-webkit-transition: all 500ms ease;
	 transition: all 500ms ease;
}


.hidden-modal-iframe
{
	width:100%;
	
}


/*@media (max-width: 991px)*/
/*{*/
	.v3 img.agent-img {
	    display: block;
	    margin-right: auto;
	    margin-left: auto;
	    max-height:100%!important;
	    max-width:350px;
	}

/*}*/

.star-rating-number
	{
		padding:.5vmax;
		font-size:36px;
		background:#f9d234;
		color:#fff;
		font-weight:bold;
		border-radius:100%;
		margin:0.25vmax;
		width:3vmax;height:3vmax;
		display:inline-block;
		text-align:center;
	}
	.star-rating-userfeedback h2,.starrating-detail
	{
		display:inline-block;
		font-size:24px;
	}
	
	.emptystar
	{
		cursor:pointer; 
		color:#999;
		transition:all 0.5s ease;
	}
	
	.goldstar
	{
		color:#f9d234;
		cursor:pointer;
		transition:all 0.5s ease;
	}
	
   
   
   .review-form-case form label
	{
		
		padding:0.25vmax;
		margin-right:1vmax;
		float:left;
		width:15%;
		text-align:left
	}
	.review-form-case form .form-control
	{
		
		width:auto!important;
	}
	.review-form-case .ovhide
	{
		overflow:hidden;
		margin:1vmax;
	}
   .review-form-case .pageheader
   {
	width:auto;
	margin:auto;
	margin-left:1vmax;
   }
   
   
   .review-stars-input
   {
	font-size:36px;
	text-align:left;
	color:#999;
   }
   
   .review-stars-input-display
   {
	font-size:24px;
	text-align:left;
	color:#999;
	display: inline-block;
   }
   .review-stars-input-timeframedisplay {
    display: inline-block;
    color: #333;
    vertical-align: top;
    margin-left: 0.50vmax;
    color: #999;
}
   .split-input .ovhide {
		width: 45%;
		float: left;
	  }
   .split-input
   {
	overflow:hidden;
   }
   
   .split-input .ovhide label
   {
	display:block;
	width:100%;
   }
   
   form .split-input .ovhide .form-control
   {
	width:100%!important
   }
   .split-input .ovhide 
   {
	margin:0.125vmax 1vmax ;
   }

@media screen and (max-width:767px){

    
    .wrapper-full.header-img .w-nav-brand {
        position: absolute!important;
        float: none;
        text-decoration: none;
        color: #333333;
        top: 10%!important;
    }
    .v3 .page-title-block {
        top: 10%;
    }
}


.rio-registration-header * {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

@-ms-viewport{
  width: device-width;
}
.rio-registration-header .signup-form-section{
	display:none;
}
.rio-registration-header .root {
/*  position: fixed;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3498db;
  text-align: center;
}

.rio-registration-header .celebrate {
  position: absolute;
  top: 395px;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 45%;
  width: 100%;
}

.rio-registration-header .signup__wrapper {
  width: 40%;
  min-width: 600px;
  max-width: 1000px;
  height: 100%;
  min-height:400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.rio-registration-header .guide {
  width: 100%;
  height: 120px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  background-color: transparent;
  margin-bottom: 10px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);  
  box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
} 

.rio-registration-header .guide__underlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #5cb85c;
  z-index: -1;
}

.guide__step, .guide__step--active {
  width: 25%;
  height: 100%;
  background-color: #3498db;
  transition: all 200ms linear;
}

.rio-registration-header .guide__step--active {
  background-color: transparent;
}

.rio-registration-header .guide__step--active .guide__number {
  color: #5cb85c; 
}

.rio-registration-header .guide__numberWrapper {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 15px 0;
  border-radius: 30px;
}

.rio-registration-header .guide__number {
  margin: 0 auto;
  background-color: white;
  color: #3498db;
  width: 30px;
  border-radius: 30px;
  transition: all 200ms linear;
}

.rio-registration-header .guide__name {
  color: white;
  font-size: 1rem;
  line-height: 60px;
  height: 60px;
  width: 100%;
}

.rio-registration-header .signup__header {
  color: white;
  font-size: 2.7rem;
  font-weight: 700;
  margin: 22px 0;
  text-align: center;
  position: relative;
  text-shadow: 2px 2px 1px rgba(40, 40, 40, 1);
  line-height: normal;
}

.rio-registration-header .signup__form {
  width: 100%;
  height: auto;
  max-height: 1000px;
  background-color: #2F7EB4;
  margin: 0 auto;
  border-radius: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100% - 110px);
  text-align: center;
  padding: .5rem;
}

.rio-registration-header .signup__formHeader {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  border-bottom: 1px solid #DDD;
}

.rio-registration-header .input {
  width: calc(100% - 18px);
  margin: 18px auto;
  height: 40px;
  background-color: white;
  border-radius: 5px;
  max-width: 300px;
  position: relative;
  padding-left: 140px;
}

.rio-registration-header .input__placeholder {
  line-height: 40px;
  color: white;
  font-weight: 600;
  font-size: 1.3rem;
  position: absolute;
  width: 140px;
  text-align: center;
  left: 0px;
  padding: 0 5px;
  border-radius: 4px 0 0 4px;
  top: 0;
  background-color: #265B7E;
}

.rio-registration-header .input input {
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: inset 0px 0px 9px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 9px -2px rgba(0,0,0,0.75);  
  box-shadow: inset 0px 0px 9px -2px rgba(0,0,0,0.75);
  padding: 0 7px;
  font-size: 1.3rem;
}

.rio-registration-header .input select {
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: inset 0px 0px 9px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 9px -2px rgba(0,0,0,0.75);  
  box-shadow: inset 0px 0px 9px -2px rgba(0,0,0,0.75);
  padding: 0 7px;
  font-size: 1.3rem;
}

.rio-registration-header .submit {
  width: 130px;
  height: 50px;
  background-color: #5cb85c;
  outline: 0;
  border: 0;
  color: white;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 200ms linear;
  display: block;
  margin: 10px auto;
}

.rio-registration-header .submit:hover {
  transform: scale(1.1);
}

.rio-registration-header .terms__text {
  width: 100%;
  max-width: 100%;
  display: block;
  min-height: 80px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
 .rio-registration-header .signup__form {
    background-color: #3498db;
    height: auto;
    width: 100%;
    max-width: 560px;
  }
  .rio-registration-header .signup__wrapper {
    min-width: 300px;
    width: 60%;
  }
  .rio-registration-header .signup__header {
    margin: 15px 0;
    font-size: 1.4rem;
  }
  .rio-registration-header .signup__formHeader {
    color: white;
    background-color: #2F7EB4;
    border: 0;
  }
  .rio-registration-header .guide {
    height: 80px;
  }
  .rio-registration-header .guide__numberWrapper {
    margin: 8px 0;
    height: 24px;
    line-height: 24px;
  }
  .rio-registration-header .guide__number {
    width: 24px;
    font-size: 1.3rem;
  }
  .rio-registration-header .guide__name {
    height: 40px;
    line-height: 20px;
    font-size: .8rem;
    padding: 0 2px;
  }
}

.v3 .pricing__wrapper {
	width: 100%;
	height: auto;
	text-align: center;
}

.v3 .pricing__awards {
	height: auto;
	width: 100%;
	max-width: 856px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px auto;
}

.v3 .awardsCapterra {
	width: 214px;
	height: 130px;
	padding: 10px;
}

.v3 .pricing__header {
	color: #3498db;
	font-size: 38px;
	font-weight: 400;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(70, 70, 70, 1);
}

.v3 .awardsCapterra__logo {
	width: 194px;
	height: 95px;
	margin: auto 10px;
}

.v3 .awardsCapterra__stars {
	height: 25px;
	margin: 0 auto;
}

.v3 .pricing__products {
	height: auto;
	margin: 10px auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	max-width: 856px;
}

.v3 .pricing__product {
	width: 265px;
	height: auto;
	margin: 10px 10px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	border: 1px solid #999;
}

.v3 .pricing__product *,
.v3 .pricing__highlight {
	cursor: initial;
}

.v3 .pricing__productName {
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #3498db;
	font-size: 26px;
	text-align: left;
	font-weight: 600;
	text-align: center;
}

.v3 .pricing__productDescription {
	color: black;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	height: auto;
	line-height: 26px;
	vertical-align: middle;
}

.v3 .pricing__productDescriptionHighlight {
	height: 60px;
	line-height: 60px;
	color: #3498db;
	font-size: 22px;
	font-weight: 600;
}

.v3 .pricing__greenCTA_old {
  display: block;
  width: auto;
  padding: 15px 20px;
	margin: 0 auto 5px auto;
  border-radius: 5px;
  background-color: #479E45;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.v3 .pricing__greenCTA 
{
    display: inline-block;
    width: 180px;
    padding: 7px 25px;
    border-radius: 5px;
    background-color: #479E45;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}
.v3 .pricing__productDescriptionList {
	margin: 0;
	text-align: left;
	padding: 0;
	padding-left: 14px;
}

.v3 .pricing__highlightedDescription {
	color: #DDD;
	font-size: 14px;
	text-align: left;
	height: 30px;
}

.v3 .pricing__price {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 44px;
	font-weight: 600;
	color: #3498db;
}
.v3 .pricing__eliteprice {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 23px;
	font-weight: 600;
	color: #3498db;
}
.v3 .pricing__term {
	display: inline-block;
	font-size: 14px;
	color: #999;
	font-weight: 200;
}

.v3 .pricing__highlightedTerm {
	display: inline-block;
	font-size: 14px;
	color: #CCC;
	font-weight: 200;
}

.v3 .pricing__highlight {
	background-color: #3498db;
	width: 255px;
	height: 190px;
	margin: 15px 15px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.v3 .pricing__highlightName {
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: white;
	font-size: 20px;
	text-align: left;
	font-weight: 600;
}

.v3 .pricing__highlightPrice {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 52px;
	font-weight: 600;
	color: white;
}

.v3 .getStarted {
	width: 150px;
	height: 36px;
	margin: 3px auto;
	border-radius: 6px;
	padding: 7px;
	line-height: 22px;
	color: white;
	font-size: 18px;
	font-weight: 200;
	background-color: #ff9721;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	border: 1px solid #999;
}

.v3 .pricing__specialOffer {
	font-weight: 600;
	margin: 0 auto;
	font-size: 34px;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
	max-width: 950px;
	margin-bottom: 8px;
	line-height: 38px;
}

.v3 .pricing__specialOfferText {
	max-width: 950px;
	line-height: 36px;
	color: black;
	margin: 0 auto;
	text-align: left;
}

.v3 .pricing__specialOfferNumber {
	font-weight: 600;
	font-size: 20px;
	color: black;
	line-height: 52px;
	text-align: center;
}

.v3 .pricing__01{background:#479E45}
.v3 .pricing__02{background:##479e45}
.v3 .pricing__03{background:#479E4F}
.v3 .content__main{max-width:1084px;margin:0 auto;padding:0 25px;text-align:center}
.v3 .pricing__main{margin:40px 0 0}
.v3 .option__container{position:relative;text-align:center;display:inline-block;margin:21px 1.75%;vertical-align:top;width:auto;max-width:450px}
.v3 .option__container--holdheight h4{color:#fafafa;letter-spacing:1px;}
.v3 .price__option__header--1,.v3 .price__option__header--2,.v3 .price__option__header--3 {background:#b3b3b3;border:3px solid #b3b3b3;width:100%;float:left;padding:0 15px}
.v3 .price__option__header--2{border:3px solid #e2c103;background:#e2c103}
.v3 .price__option__header--3{border:3px solid #000000;background:#000000}
.v3 .price__option{float:left}
.v3 .option__container--holdheight{min-height:39px}
.v3 .price__option--1,.v3 .price__option--2,.v3 .price__option--3{border:3px solid #C0C0C0;background:#fdfcfc;font-weight:700;float:left;width:100%}
.v3 .price__option--2{border:3px solid #f7d104}
.v3 .price__option--3{border:3px solid #16191a}
.v3 .option__title--1,.v3 .option__title--2,.v3 .option__title--3,.v3 .option__title--4,.v3 .option__title--5,.v3 .option__title--6 {font-size:1.6rem;margin:0;color:#fafafa;background:#C0C0C0;font-weight:400;padding:21px 10px 18px;letter-spacing:0.5px}
.v3 .option__title--2{background:#f7d104}
.v3 .option__title--3{background:#16191a}
.v3 .price--current__1,.v3 .price--current__2,.v3 .price--current__3{font-size:4rem;font-weight:400;margin:0;color:#73838a;margin:20px 0 0;letter-spacing:0.4px}
.v3 .price--permonth__1,.v3 .price--permonth__2,.v3 .price--permonth__3{font-size:1.25rem;padding:0 5px 19px 0;margin:0;color:#73838a}
.v3 .price--current__2,.v3 .price--permonth__2{color:#009cf5}
.v3 .price--current__3,.v3 .price--permonth__3{color:#16191a}
.v3 .price--was,.v3 .price--slashed,.v3 .price--save{display:inline-block;font-weight:900;margin:0;font-size:1.25rem;letter-spacing:0.5px;line-height:1.6;max-width:100%}
.v3 .price--slashed *{text-decoration:line-through;display:inline-block;max-width:100%}
.v3 .price--slashed u{text-decoration:underline}
.v3 .option__image{width:100%}
.v3 .price--save{background:#ededee;padding:5px 13px;color:#009cf5;margin:10px;font-size:1rem}
.v3 .pricing__container{margin:15px}
.v3 .price__container{display:block;margin:0 0 9px;padding:0 0 20px 0}
.v3 .price__text{background:#f7f7f7;border-top:2px solid #e8e8e8;padding:31px 26px;margin:0;line-height:1.8}
.v3 .price__includes{background:#fafafa;margin:0;padding:0}
.v3 .price__includes li{background:#fdfdfe;border-top:2px solid #e8e8e8;list-style:none;padding:17px;font-size:1.2rem;line-height:1.1}
.v3 .item--grey{color:#e8e8e9}
.v3 .price__cta{display:inline-block;width:100%;border-top:2px solid #e8e8e8}
.v3 .pricing,.v3 .pricing__01,.v3 .pricing__02,.v3 .pricing__03{width:85%;margin:20px 10px}

.v3 .div-pricing-block.price__option--4 {
    border: 4px solid green;
}

.v3 .div-pricing-block.price__option--5 {
    border: 3px solid cornflowerblue;
}
 
.v3 h4.option__title--5.role-element.leadstyle-text {
    background: lightskyblue;
}
.v3 .price__option__header--5 h4 {
    background: cornflowerblue;
}

.v3 .div-pricing-block.price__option--6 {
    border: 3px solid #CD7F32;
}
 
.v3 h4.option__title--6.role-element.leadstyle-text {
    background: orange;
}
.v3 .price__option__header--6 h4 {
    background: #CD7F32;
}
.v3 .price__option__header--4.role-element.leadstyle-text {
    background: green;
}

.v3 h4.option__title--4.role-element.leadstyle-text {
    background: darkgreen;
}

.v3 .pricing__productDescription ul {
    text-align: left;
}

@media (min-width:60.3125rem){.v3 .option__container{width:29.5%}


@media screen and (max-width: 856px) {
	#financesOnlineAwards {
		width: 100%;
	}
}

@media screen and (max-width: 500px){
    html .rio-registration-header {
        font-size: 9px;
    }
}

@media screen and (min-width: 500px){
    html .rio-registration-header {
        font-size: 10px;
    }
}
@media screen and (min-width: 570px){
    html .rio-registration-header {
        font-size: 11px;
    }
}
@media screen and (min-width: 570px){
    html .pricing__eliteprice {
        font-size: 22px;
    }
}
@media screen and (min-width: 570px){
    html .pricing__specialOffer {
        line-height: 38px;
    }
}
@media screen and (min-width: 620px){
    html .rio-registration-header {
        font-size: 12px;
    }
}
@media screen and (min-width: 680px){
    html .rio-registration-header {
        font-size: 13px;
    }
}
@media screen and (min-width: 720px){
    html .rio-registration-header {
        font-size: 14px;
    }
}
@media screen and (min-width: 800px){
    html .rio-registration-header {
        font-size: 15px;
    }
}
@media screen and (min-width: 860px){
    html .rio-registration-header {
        font-size: 16px;
    }
}
@media screen and (min-width: 920px){
    html .rio-registration-header {
        font-size: 17px;
    }
}
@media screen and (min-width: 992px){
    html{
        font-size: 13px;
    }
}
@media screen and (min-width: 1140px){
    html{
        font-size: 14px;
    }
}
@media screen and (min-width: 1280px){
    html .rio-registration-header {
        font-size: 15px;
    }
}
@media screen and (max-width: 9999px){
    html .rio-registration-header {
        font-size: 15px;
    }
}

.rio-registration-header .v3 .wrapper-full.overview {
    padding-top: 60px;
     padding-bottom: 0px!important; 
    border-bottom: 1px solid #e0e0e0;
    text-align: center; 
}
.div-right-header input.button.hand {
    padding: 12px 30px;
    width: auto;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #479E45;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
}
.header-img .w-container.wrapper-1286:nth-child(2)
,.w-section.wrapper-full.home-hero .w-container.wrapper-1286:nth-child(2){
    position: absolute;
    left: 8.5%;
    top: 40%;
}
.w-nav-menu {
    position: relative;
    display: inline-block;
    /* float: right; */
    display: grid;
    grid-auto-flow: column;
    justify-content: var(--w-nav-menu-justification);
}

@media(max-width:996px){

    .header-img .w-container.wrapper-1286:nth-child(2)
    , .w-section.wrapper-full.home-hero .w-container.wrapper-1286:nth-child(2) {
         position: unset; 
        left: 0.5%;
        top:80%;
    }
    a.w-nav-brand.logov3 {
        position: absolute!important;
        top: 10px;
    }
}

@media (min-width: 60.3125rem) and (max-width:1840px){
     
    .wrapper-full.header-img .w-container.wrapper-1286:nth-child(2) .w-nav-brand {
        padding-left: 10px!important;
        position: relative;
        top: 0px!important;
        /*transform: translate(0,-100%);*/
    }
   .wrapper-full.header-img .w-container.wrapper-1286:nth-child(2) a.w-nav-brand.logov3 {
        top: 0%!important;
        /*transform: translate(0,-100%);*/
    }
    
    .header-solid .w-container.wrapper-1286:nth-child(2) a.w-nav-brand.logov3 {
        top: 0%!important;
        position: relative;
        /*transform: translate(0,-100%);*/
        /*transform: translate(0,60%);*/
    }
    
    .header-img .w-container.wrapper-1286:nth-child(2), .w-section.wrapper-full.home-hero .w-container.wrapper-1286:nth-child(2) {
        position: relative;
        left: 8.5%;
        top: 100%;
        left: 1%;
    }
    .v3 .page-title-block {
        top: 20%!important;
    }
}
@media (max-width:996px){
    .v3 .page-title-block {
        top: 0%!important;
    }
    a.w-nav-brand.logov3 {
        top: 10px!important;
        position: absolute!important;
    }
}

