/* @override 
http://localhost:8888/ConsumerMarketing/template/css/branding.v3.css
	http://localhost:8888/ConsumerMarketing/assets/css/branding.css
	https://www.realtor.com/welcome/assets/css/branding.css
	http://localhost:8888/ConsumerMarketing/assets/css/branding.v2.css
	https://www.realtor.com/welcome/assets/css/branding.v2.css
	https://b2cdata.marketing.moveaws.com/assets/css/branding.v2.css
	http://localhost:8888/B2Cmarketing/assets/css/branding.v2.css
	http://localhost:8888/ConsumerMarketing/template/css/branding.v3.css
	http://localhost:8888/B2Cmarketing/assets/css/branding.v3.css
	https://b2cdata.marketing.moveaws.com/assets/css/branding.v3.css */


/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*  */

body {
	font-family: 'Roboto', Helvetica, sans-serif;
}

.mynoscript {
	position: absolute;
	padding-top: 100px;
	z-index: 999;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	top: 0;
	background: rgba(0, 0, 0, 0.5);;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}

/* select text */
::-moz-selection { /* Code for Firefox */
    color: #ffffff;
	background-color: rgba(217, 34, 40, 0.98);
}

::selection {
    color: #ffffff;
	background-color: rgba(217, 34, 40, 0.98);
}

#rdc-global-header .global-nav__dropdown-menu li a{
	font-size: 14px;
	text-decoration: none;
}
#rdc-global-header .global-nav__dropdown-menu li a:hover {
	text-decoration: underline;
}

#rdc-global-header .global-nav__dropdown-menu li {
	padding-bottom: 0;
}

/* === bootstrap stuff start === */

@media (min-width:1200px){
	.container{max-width:1276px}
}
@media (max-width:1200px){
	nav#header-navbar.global-navbar.global-navbar-default.global-nav-header .container {
		max-width: 980px
	}
}
nav#header-navbar.global-navbar.global-navbar-default.global-nav-header .dropdown-toggle::after{
	display:inline-block;
	width:0;
	height:0;
	margin-left:0;
	vertical-align:.255em;
	content:"";
	border-top:.3em solid;
	border-right:.3em solid transparent;
	border-bottom:0;
	border-left:.3em solid transparent;
	border: 0;
}

.btn{
	position: relative;
	border-radius: 0px;
	transition: all 0.3s ease;
}

.btn-primary, 
.btn-primary:focus,
.open > .dropdown-toggle.btn-primary {
	background-color: #d92228;
	border: 2px solid #d92228;	
}
.btn-primary:active {
	background-color: #d92228!important;
	border: 2px solid #d92228!important;
}

.btn:active{
	top: 2px;
}

.btn-primary:hover {
  color: #d92228;
  background-color: #fff;
  border-color: #d92228;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #d92228;
  background-color: #fff;
  border-color: #d92228;
}
/* === bootstrap stuff end === */


sup{
	/*
	font-size: 75%;
	top:-0.5em;
	*/
}


main a{
	transition: all 0.5s ease;
	transition: outline 0.0s;
	color: #3C7CC9;
	font-weight: 500;
	text-decoration: underline;
}
main a:hover, main a:focus{
	color:#474E87;
	cursor: pointer;
}

h1, h2, h3, h4, h5 {
	font-family: 'Poppins', Arial, sans-serif;
}
h1 {
	font-weight: 800;
}

h2,h3,h4,h5 {
	font-weight: 700;
}

p {
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
}

/* =======================================
=========== CALL TO ACTIONS  ============= 
========================================== */
.cta-link {
	font-family: 'Poppins', Arial, sans-serif;
	font-weight: 700;
	display: inline;
	text-decoration: none;
	color: #d92228;
	width: 100%;		
	border-bottom: 3px solid #fff;
	border-color: rgba(255, 355, 255, 0.0);
}
.cta-link:hover,
.cta-link:active,
.cta-link:focus {
	text-decoration: none;
	color: #d92228;	
	border-bottom: 3px solid #d92228;
	border-color: rgba(217, 33, 40, 1.0);
}
.link-arrow {
	height: 12px;
	width: 5px;
	margin-top: -2px;
}
.link-wht {
	color: #fff;
}
.link-wht:hover {
	color: #fff;
	border-bottom: 3px solid #fff;
	border-color: rgba(255, 255, 255, 1.0);
}
.cta-arrow {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	transition: all 0.4s ease;
	display: inline-block;
	margin-bottom: -1px;
}
.cta-pill:hover > .cta-arrow,
.link-red:hover > .cta-arrow,
.link-wht:hover > .cta-arrow{
	margin-left: 10px;
	margin-right: 0px;
}

/*  */

.cta-pill, .cta-pill:focus {
	display: inline-block;
	border-radius: 50px;
	padding: 8px 20px;
	margin: 10px 0px;
	font-weight: 700;
	letter-spacing: .5px;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 18px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	transition: all .3s ease;
	
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;

	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	
/*	box-shadow: inset 0 0 0 0 #d92228;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;*/

}
.cta-pill:focus {
/*	outline: none;*/
}
.ctaInputBtn.cta-pill {
	padding: 0;
}
.ctaInputBtn.cta-pill input {
	padding: 8px 20px;
	background: transparent;
	border: none;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
}

	.cta-pill:hover {
		cursor: pointer;
		text-decoration: none;
/*		box-shadow: inset 0 -100px 0 0 #d92228;*/
	}
		.cta-pill:before {
			position: absolute;
			content: '';
			width: 100%;
		/*	height: 0;*/
			transition: all 0.4s ease;
			/*opacity: 1;*/
			z-index: -1;
			

			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			-webkit-transform: scaleY(0);
			transform: scaleY(0);
			
			-webkit-transform-origin: 50% 100%;
			transform-origin: 50% 100%;
			
			-webkit-transition-property: transform;
			transition-property: transform;
			
			-webkit-transition-duration: 0.4s;
			transition-duration: 0.4s;
			-webkit-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
		}
			.cta-pill:hover:before {
				 /* opacity: 1;*/
				 /* height: 100%;*/
				  
				   -webkit-transform: scaleY(1);
				  transform: scaleY(1);
				  /* bounche */
				/*  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
				  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
			}
		
			
.rdBor {
	border: 2px solid #d92228;
}
.whBor {
	border: 2px solid #fff;
}
.rdBg, .rdBg:focus {
	background: #d92228;
	color: #fff;
	text-decoration: none
}
.whBg, .whBg:focus {
	background: #fff;
	color: #d92228;
	text-decoration: none;
}
.noBgWhFont, .noBgWhFont:focus {
	background: transparent;
	color: #fff;
	text-decoration: none
}
.noBgRdFont, .noBgRdFont:focus {
	background: transparent;
	color: #d92228;
	text-decoration: none;
}
.rdBg .cta-arrow,
.noBgWhFont .cta-arrow,
.link-wht .cta-arrow {
	border-left: 5px solid #ffffff;
}
.whBg .cta-arrow,
.noBgRdFont .cta-arrow,
.link-red .cta-arrow {
	border-left: 5px solid #d92228;
}

.whHov:hover,
.rdBg:hover{
	color: #d92228;
}
	.whHov:before,
	.rdBg:before
	{
		background: #fff;
	}
	.whHov:hover > .cta-arrow,
	.rdBg:hover > .cta-arrow{
		border-left: 5px solid #d92228;
	}
	
.rdHov:hover,
.whBg:hover{
	color: #fff;
}
	.rdHov:before,
	.whBg:before{
		background: #d92228;
	}
	.rdHov:hover > .cta-arrow,
	.whBg:hover > .cta-arrow
	{
		border-left: 5px solid #fff;
	}

/* =======================================
=========== END  ============= 
========================================== */

ul.noList, ol.noList {
    list-style-type:none;
    padding:0;
}

/* === standard form stuff === */

/* input:focus styles */
input[type=text]:focus, 
textarea:focus,
input[type=search]:focus,
input:focus,
.styleSelect:focus,
select:focus,
textarea:focus,

button:focus-visible,
a:focus-visible,
div:focus-visible{
/*	border: 2px solid #fff;*/
	outline: 2px solid #24549b;
/*	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6)!important;*/
}

/* hide type="number" default arrow in chrome */
form input[type='number']::-webkit-outer-spin-button,
form input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* hide type="number" default arrow in firefox */
input[type='number'] {
    -moz-appearance:textfield;
}

/**/

#footer.global-nav-footer {
	margin-top: 50px;
	border-top: 1px solid #ccc;
}

p#footer-copyright, p#footer-copyright a {
    color: #757575;
    font-size: 11px;
}

/* new global header & footer 2021 */
#rdc-global-header {
	font-size: 14px;
	max-width: 100%;
	min-height: 50px;
/*	overflow: hidden;*/
}
.global-nav__brand-img {
	width: 100%;
}
#rdc-global-header .bgh-nav_subMenu h4 {
	font-size: 14px;
	font-weight: 600;
}
/*  */
#rdc-global-footer footer {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
#rdc-global-footer .footer-container-top,
#rdc-global-footer .footer-container,
#rdc-global-footer .footer-container-bottom {
	max-width: 1350px;
}

/* feedback link in the footer fix */
.modal-dialog{pointer-events:all!important}

/* ===================================
========== MEDIA QUERY ===============
====================================*/
@media screen and ( min-width: 995px){
	/* button small desktop */
	.btn-pill-sm {
		font-size: 90%;
		padding: 13px;
		padding-left: 50px;
		padding-right: 30px;
	}
	.btn-pill-sm:hover {
		padding-left: 45px;
		padding-right: 35px;
	}
}






