@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/Glyphter.eot');
    src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Glyphter.woff') format('woff'),
         url('../fonts/Glyphter.ttf') format('truetype'),
         url('../fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --- Global Font Change --- */

html, body, body div, span, object, iframe, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
        font-family: 'Source Sans Pro', sans-serif;
}

span {
    font-size:inherit;
}


html {
-webkit-transition: transform 500ms ease-in-out;
-moz-transition: transform 500ms ease-in-out;
-ms-transition: transform 500ms ease-in-out;
-o-transition: transform 500ms ease-in-out;
transition: transform 500ms ease-in-out;
}


.mrp-menu-on body,
html.mrp-menu-on,
html.mrp-idx-on  {
    overflow-x: hidden
}

html.mrp-idx-on.mrp-idx-inpage.mrp-menu-on {
    overflow:visible;
}

#pagewrap__p {
        background-color: #FFFFFF;
        color: #1f478a;
}

.outer-container {
    position:relative;
    overflow:hidden;
}

.mrp-menu-on .outer-container {
    overflow:visible;
}




.sideslide #template-layout, .sideslide #page-template-layout {
    overflow: hidden;
}
#template-layout, #page-template-layout {
    overflow: hidden;
    transform: none !important;
}
#content-wrapper {
    margin: 0 auto;
    max-width: 1250px;
    padding: 0 10px;
    transform: none;
    transition: transform 500ms ease-in-out 0s;
}
.sideslide #content-wrapper {
    transform: translate(-280px, 0px);
    transition: transform 500ms ease-in-out 0s;
}

/* ---------- Reports Section  ------------- */

.mrp-weblet-reports .mrp-leadins.horizontal .mrp-leadin .mrpl-image-container {
    width:15%;
    padding-bottom:12%;
}

.mrp-weblet-reports .mrp-leadins .mrp-leadin .mrpl-image-container .mrpl-image-inner img.mrpl-image {
    width:auto;
}

.mrp-weblet-reports .mrp-leadins.horizontal .mrp-leadin .mrpl-content {
    width:calc(85% - 10px);
}

.mrp-weblet-reports .mrp-leadins.grid .mrp-leadin .mrpl-text {
    height:auto;
}

.mrp-weblet-reports .mrp-leadins.grid .mrp-leadin .mrpl-link {
    margin-top:15px;
}

.mrp-weblet-reports .mrp-leadins.grid .mrp-leadin .mrpl-heading {
    margin-top:0px;
}

.mrp-weblet-reports .mrp-leadin {
    margin-bottom:40px;    
}

.mrp-weblet-reports .mrp-leadins {
    padding-top:30px;
}



/* --- General Element Styles --- */

.clearfix::after {
        clear: both;
}

h1, h2, h3, h4, h5, h6, h7 {
        color: #1f478a;
        font-weight: 600;
}



h3 {
        font-size: 22px;
}

p, .paragraph {
    font-size: 17px;
    line-height: 30px;
}

a {
        color: #ff7e00;
        text-decoration: none;
}
a:hover {
        color: #1f478a;
}



.social-media-icons {
        text-align: right;
}
.social-media-icons a img {
    display:none;
}

.social-media-icons a::after {
    font-family:FontAwesome;
    color:#FFFFFF;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0775d2+0,054583+100 */
        background: #0775d2; /* Old browsers */
        background: -moz-linear-gradient(top, #0775d2 0%, #054583 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0775d2 0%,#054583 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0775d2 0%,#054583 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0775d2', endColorstr='#054583',GradientType=0 ); /* IE6-9 */
    border-radius: 20px;
    width: 25px;
    height: 25px;
    padding-top: 5px;
    display:inline-block;
    text-align:center;
    margin-left:5px;
    font-size:13px;
}

.social-media-icons a.facebook::after {
    content:"\f09a";
}

.social-media-icons a.twitter::after {
    content:"\f099";
}

.social-media-icons a.youtube::after {
    content:"\f167";
}

.social-media-icons a.linkedin::after {
    content:"\f0e1";
}

.social-media-icons a.google-plus::after {
    content:"\f1a0";
}

.social-media-icons a.instagram::after {
    content:"\f16d";
}

.social-media-icons a.blog::after {
    content:"\f09e";
}

.social-media-icons a.flickr::after {
    content:"\f16e";
}

.social-media-icons a.pinterest::after {
    content:"\f231";
}

.social-media-icons a.rank-my-agent::after {
	display: inline-block;
   font-family: 'Glyphter';
   font-style: normal;
   font-weight: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
    content:'\0041';
    padding-top:0px;
    line-height: 1.4;
    vertical-align: bottom;
    font-size:16px;
}

.social-media-icons a:hover::after {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffae00+0,ff8400+100 */
        background: #ffae00; /* Old browsers */
        background: -moz-linear-gradient(top, #ffae00 0%, #ff8400 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffae00 0%,#ff8400 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffae00 0%,#ff8400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8400',GradientType=0 ); /* IE6-9 */
}



/* Form Styling */

select, input, textarea {
    border: 1px solid #1f478a;
    border-radius: 2px;
    color: #1f478a;
    padding: 5px;
}
.mrp-dynamic-form .form-group.required > label::after {
        color: #B87333;
}





/* --- Header Styling --- */

#mrp-header {
        max-width: 1250px;
        margin: 0 auto;
        min-height: 75px;
        padding: 20px 0;
}
.slogan-title {
        color: #ff7e00;
}
#mrp-header h1 {
    font-size: 32px;
    font-weight: 700;
        text-transform: uppercase;
}
#mrp-header h1 .slogan-title {
    font-size: 18px;
    font-weight: 600;
}
#mrp-header h3 {
        font-size: 14px;
        font-weight: 600;
        text-align: right;
}

#header-wrapper {
        display: flex;
}
.header-flexbox {
        width: 50%;
}


/* --- Small Screen Header Styling --- */

@media (max-width: 840px) {

#mrp-header {
        padding-top:0px;
        padding-bottom: 15px;
        border-bottom: 10px solid #0b0f23;
}

#mrp-header h3 {
        text-align: center;
        margin:5px 0px 10px 0px;
}


#mrp-header h1 {
    margin:0px;
}

#header-wrapper {
        flex-direction: column;
}
.header-flexbox {
        width: 100%;
        text-align: center;
}


.social-media-icons {
        text-align: center;
}



}


@media (max-width: 550px) {

#mrp-header h1 {
    font-size:23px;
}

#mrp-header h1 .slogan-title {
        display: block;
}


}

/* --- Navigation Styling --- */

#mrp-container1 {
        width: 100%;
        min-height: 40px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303e53+0,0b0f23+100 */
        background: #303e53; /* Old browsers */
        background: -moz-linear-gradient(top, #303e53 0%, #0b0f23 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #303e53 0%,#0b0f23 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #303e53 0%,#0b0f23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303e53', endColorstr='#0b0f23',GradientType=0 ); /* IE6-9 */
}

.mrp-weblet-menu {
        max-width: 1250px;
        margin: 0 auto !important;
}

.mrp-menu-resp-wrapper > ul > li {
        border: 0;
}
.mrp-menu-resp-wrapper a {
        font-size: 18px;
        color: #FFFFFF;
        padding: 20px 0;
}

.mrp-menu-resp-wrapper li.on > ul {
        background-color: #0b0f23;
}
.mrp-menu-resp-wrapper li.has-sub ul.sub li a {
        padding: 5px 0;
}

.mrp-menu-resp-wrapper li:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#27426f+0,152531+100 */
        background: #27426f; /* Old browsers */
        background: -moz-linear-gradient(top, #27426f 0%, #152531 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #27426f 0%,#152531 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #27426f 0%,#152531 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27426f', endColorstr='#152531',GradientType=0 ); /* IE6-9 */
}
.mrp-menu-resp-wrapper span.chevron {
    background-color:transparent;
    width:100%;
}

.mrp-menu-resp-wrapper span.chevron::after {
        left: auto;
        right: 10px;
}
.mrp-menu-resp-wrapper ul ul > li {
        min-width: 150px;
}


/* --- Small Screen Navigation --- */

.mrp-menu-on .mrp-menu-resp-wrapper .top-handle:after {
	content: "\f00d" !important;
}

@media (max-width: 840px) {

.mrp-menu-resp-wrapper > ul {
    overflow-y:scroll;
}

.mrp-menu-resp-wrapper li.has-sub a {
    display:block;
}

.mrp-menu-resp-wrapper span.chevron {
	width:30px;
        height:100%;
	background-color: transparent;
        display:block;
}

.mrp-menu-resp-wrapper li.has-sub.on span.chevron {
	width:30px;
        height:45px;
}

.mrp-menu-resp-wrapper li>span.chevron::after {
	display: block;
        color:#fff;
}

.mrp-weblet-menu .sub {
    width:100%;
}


#mrp-container1 {
        background: none transparent;
}
#template-layout, #page-template-layout {
        overflow: visible;
}

.mrp-weblet-menu {
	height: 100%;
	background-color: transparent;
}
.mrp-menu-resp-wrapper {
	overflow: hidden; /* to make it acquire height */
	height: 100%;
}
.mrp-menu-resp-wrapper .top-handle {
	clear: both;
	display: block;
	margin: 0px;
	padding: 14px;
	box-shadow: none;
	font: normal normal normal 14px/1 FontAwesome;
	cursor: pointer;
	background-color: #1f478a;
	float: left;
	color: #fff;
}
.mrp-menu-resp-wrapper .top-handle:hover {
	background-color: #4e4e4e;
}
.mrp-menu-resp-wrapper .top-handle:after {
	content: "\f0c9";
}
.mrp-menu-resp-wrapper .top-handle.on ~ ul {
	display: block;
}
.mrp-menu-resp-wrapper > ul {
	clear: both;
}
.mrp-menu-resp-wrapper ul > li {
	display: block;
	border: 0;
	border-bottom: 1px solid gray;
}
.mrp-menu-resp-wrapper ul > li:first-child {
	border-top: 1px solid gray;
}

.mrp-menu-resp-wrapper li.on.has-sub {
	padding-right: 0px;
}
.mrp-menu-resp-wrapper ul.on > li.on {
	display: block;/*
		padding: 0;
		margin: 0;
		border: 0;
		*/
}
.mrp-menu-resp-wrapper li.on > ul {
        background-color: transparent;
	position: relative;
	left: auto;
	top: auto;
	box-shadow: none;
	margin-right: 30px;
	border: 0;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	margin-top: 5px;
	margin-bottom: 5px;
}
.mrp-menu-resp-wrapper ul ul > li:last-child {
	border-bottom: 1px solid gray;
}
.mrp-menu-resp-wrapper > ul ul > li.on > ul {
	left: auto;
	right: auto;
	top: auto;
}
.mrp-menu-resp-wrapper > ul ul > li.on.left > ul {
	right: auto;
	right: auto;
	top: auto;
}
.mrp-menu-resp-wrapper li.on > a {
	display: block;
	padding: 12px 10px 12px 10px;
}

.mrp-menu-resp-wrapper .top-handle ~ ul {
	display: block;
}
.mrp-menu-resp-wrapper > ul {
	width: 100%;
	width: calc(100% - 39px);
	background-color: #0b0f23;
	height: 100%;
	left: 39px;
	top: -50px;
	border-left: 4px solid #1f478a;
}
#mrp-container1 {
	width: 41px;
	height: 100%;
	z-index: 5000;
	background-color: transparent;
	position: absolute;
	top:0px;
	right: -2px;
}

    .mrp-menu-on #mrp-container1 {
        width:290px;
        right:-252px;
}

.mrp-menu-resp-wrapper > ul.top > li > a {
	white-space: normal;
}
.mrp-menu-resp-wrapper ul > li:first-child,  .mrp-menu-resp-wrapper ul > li {
	border-bottom: 1px solid #dfdfdf;
}
.mrp-weblet-menu a {
	padding: 23px 10px;
}
.mrp-menu-resp-wrapper li.on ul.sub {
	margin: 0px;
	border: 0px;
}
.mrp-menu-resp-wrapper ul ul li {
	border: 0px !important;
}
.mrp-menu-resp-wrapper li.on ul.sub li a {
	padding: 10px 32px 10px 30px;
}

.mrp-menu-resp-wrapper > ul > li {
        padding: 0;
}
.mrp-menu-resp-wrapper > ul > li:hover {
	border-bottom: 1px solid #dfdfdf;
}
.outer-footer h3 {
	font-size: 18px;
}
.mrp-resp-banner {
	padding-bottom: 350px;
}

.mrp-menu-resp-wrapper li ul.sub li:hover {
        background-color: transparent;
}

.mrp-menu-resp-wrapper ul ul > li {
        padding: 0;
}




}

html.mrp-menu-on {
    -webkit-transform:translate(-250px, 0px) !important;
    -ms-transform:translate(-250px, 0px) !important;
    -moz-transform:translate(-250px, 0px) !important;
    transform:translate(-250px, 0px) !important;
}

html.mrp-menu-on #page-template-layout::before, html.mrp-menu-on #template-layout::before {
	background-color: #FFFFFF;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3000;
}











/* --- Banner Styling --- */

#banner-wrapper {
        position: relative;
}



#mrp-container8 {
	max-width: 700px;
        width: 100%;
	margin-left: -350px;
	left: 50%;
	top: 28%;
	position: absolute;
	min-height: 25px;
        z-index: 90;
}
#mrp-container8 h1 {
        color: #FFFFFF;
        font-size: 44px;
        font-weight: 400;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px #000000;
        text-align: center;
}




#mrp-container5 {
        min-height: 150px;
        width: 100%;
}
#mrp-container6 {
        background: rgba(0, 0, 0, 0.25);
        min-height: 40px;
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 100;
}






#mrp-container5 .mrp-resp-banner {
        padding-bottom: 26%;
}





/* --- Small Screen Banner Area --- */

@media (max-width: 840px) {


#mrp-container5 {
        display: none;
}
#mrp-container6 {
        background: rgba(31, 71, 138, 0.5);
        position: relative;
        bottom: auto;
}
#mrp-container8 {
        display: none;
}



}










/* Location Search Styling  */

.mrp-weblet-omnibox-search {
        max-width: 1250px;
        margin: 0 auto !important;
}
.unibox-label {
        display: none;
}
.unibox-fields {
        height: 30px;
        margin: 15px 0;
}
.unibox-fields .unibox-control select, 
.unibox-fields .unibox-control input {
        color: #1f478a;
        display: inline-block;
        width: 100%;
}

.weblet_unibox-title {
        display: none;
}

.unibox-fields input,
.unibox-fields select {
        font-size: 12px !important;
}

label {
        display: block;
}

.unibox-control {
        /* overflow-x: hidden; */
	width: 25%;
	padding-right: 10px;
}
.unibox-bedrooms {
	width: 15%;
	padding-right: 10px;
}
.unibox-bathrooms {
	width: 15%;
	padding-right: 10px;
}
.unibox-prop-types {
	width: 15%;
	padding-right: 10px;
}
.unibox-trans-types {
	width: 10%;
	padding-right: 10px;
}
.unibox-price-min {
	width: 10%;
	padding-right: 10px;
}
.unibox-price-max {
	width: 10%;
	padding-right: 10px;
}
.unibox-submit-wrapper {
	width: 10%;
        padding-right: 0;
}

.unibox-fields .unibox-control input {
	background: rgba(249, 247, 241, 0.9);	
	border: 1px solid #303134;
        border-radius: 3px;
        padding: 7px 10px;
}


.beds-container,
.baths-container,
.prop-container {
        background: url("select-bg-inverse.png") no-repeat center right transparent;
        overflow-x: hidden;
        border-radius: 3px;
        border: 1px solid #303134;
}
.beds-container select,
.baths-container select,
.prop-container select {
    width: calc(100% + 20px) !important;
    max-width: calc(100% + 20px) !important;
        background-color: transparent;
        border: 0 !important;
}




.unibox-fields .unibox-submit {
    height: auto;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0775d2+0,054583+100 */
        background: #0775d2; /* Old browsers */
        background: -moz-linear-gradient(top, #0775d2 0%, #054583 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0775d2 0%,#054583 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0775d2 0%,#054583 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0775d2', endColorstr='#054583',GradientType=0 ); /* IE6-9 */
        color: #FFFFFF;
        border-radius: 5px;
        border: 0;
}
.unibox-fields .unibox-submit:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffae00+0,ff8400+100 */
        background: #ffae00; /* Old browsers */
        background: -moz-linear-gradient(top, #ffae00 0%, #ff8400 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffae00 0%,#ff8400 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffae00 0%,#ff8400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8400',GradientType=0 ); /* IE6-9 */
}




/* --- Small Screen Search Form --- */



@media (max-width: 840px) {

.unibox-search {
        padding: 10px 25px;
}

.unibox-label {
        display: none;

}
.weblet_unibox-title {
        display: block;
        font-size: 24px;
        color: #FFFFFF;
        margin: 0;
        font-weight: 400;
}

.unibox-fields .unibox-control {
    display: block;
    width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    height: auto;
}

.unibox-fields .unibox-control select, 
.unibox-fields .unibox-control input {
        padding: 10px;
}

.unibox-fields .unibox-submit {
        font-size: 16px;
        font-weight: 400;
        padding: 15px 0;
}


}










/* --- Main Layout Styling --- */

#content-wrapper {
        padding: 0 10px;
        max-width: 1250px;
        margin: 0 auto;
}

#mrp-container7 {
        max-width: 1250px;
        margin: 0 auto;
        min-height: 250px;
        padding: 0 10px 25px 10px;
}

#content-well {
    float: left;
    min-height: 400px;
    padding-bottom: 50px;
    padding-top: 30px;
    width: calc(100% - 280px);
}
#mrp-sidebar {
    float: right;
    max-width: 250px;
    min-height: 400px;
    min-width: 200px;
    padding-bottom: 50px;
    padding-top: 30px;
    width: 100%;
}

.mrp-sidebar-tab {
        z-index: 10000;
}





/* Home Page Styling */



#search-homes-now {
        text-align: center;
        padding: 25px 0;
}
#search-homes-now a {
        font-size: 16px;
        padding: 10px 25px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0775d2+0,054583+100 */
        background: #0775d2; /* Old browsers */
        background: -moz-linear-gradient(top, #0775d2 0%, #054583 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0775d2 0%,#054583 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0775d2 0%,#054583 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0775d2', endColorstr='#054583',GradientType=0 ); /* IE6-9 */
        color: #FFFFFF;
        text-decoration: none;
        border-radius: 5px;
        display: inline-block;
        margin-left: 15px;
}
#search-homes-now a:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffae00+0,ff8400+100 */
        background: #ffae00; /* Old browsers */
        background: -moz-linear-gradient(top, #ffae00 0%, #ff8400 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffae00 0%,#ff8400 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffae00 0%,#ff8400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8400',GradientType=0 ); /* IE6-9 */
}


@media (max-width: 400px) {

#search-homes-now a {
        display: block;
        margin: 10px auto 0 auto;
        width: 90%;
}

}







#cta-wrapper {
        display: flex;
}
.cta-flexbox {
        width: 25%;
        padding: 0 10px;
}

.copper-text {
        color: #ff7e00 !important;
}

.read-more {
        margin-top: 15px;
        display: inline-block;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffae00+0,ff8400+100 */
        background: #ffae00; /* Old browsers */
        background: -moz-linear-gradient(top, #ffae00 0%, #ff8400 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffae00 0%,#ff8400 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffae00 0%,#ff8400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8400',GradientType=0 ); /* IE6-9 */
        color: #FFFFFF;
        padding: 10px 25px;
        border-radius: 5px;
        text-decoration: none;
}
.read-more:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0775d2+0,054583+100 */
        background: #0775d2; /* Old browsers */
        background: -moz-linear-gradient(top, #0775d2 0%, #054583 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0775d2 0%,#054583 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0775d2 0%,#054583 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0775d2', endColorstr='#054583',GradientType=0 ); /* IE6-9 */
        color: #FFFFFF;
}

#welcome-text {
        border-top: 1px solid #1f478a;
        border-bottom: 1px solid #1f478a;
        padding: 25px 0;
        margin: 40px 0;
        text-align: center;
}






/* --- Small Screen Home Page Styling --- */

@media (max-width: 840px) {


#cta-wrapper { 
        flex-direction: row;
        flex-wrap: wrap;
}
.cta-flexbox {
        width: 50%;
        padding: 5px 15px;
}


.read-more {
        width: 100%;
        text-align: center;
}

#cta-wrapper h3 {
        margin-bottom: 0;
}


}


@media (max-width: 600px) {


.contact-info-box {
        text-align: center;
        display: none;
}

#cta-wrapper { 
        flex-direction: column;
        flex-wrap: wrap;
}
.cta-flexbox {
        width: 100%;
        padding: 5px 0px;
}

}





#mrp-container7 h3 {
        font-size: 22px;
        font-weight: 400;
        text-transform: uppercase;
}
#mrp-container7 h3 span.heavy-bold {
        font-size: 22px;
        font-weight: 700 !important;
}




/* Main Page CTA Styling */


.mrp-leadins.columns-3 .mrp-leadin {
    width: 33.3%;
}
.mrp-leadins.columns-4 .mrp-leadin {
    width: 25%;
}



#mrp-container7 .mrp-weblet-snippets {
	text-align: center;
}
#mrp-container7 .mrp-weblet-snippets .mrp-leadins .mrpl-heading {
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
}
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-image-container {
    padding-bottom: 90%;
}
#mrp-container7 .mrp-leadins .mrp-leadin .mrpl-image-container .mrpl-image-inner img.mrpl-image {
        border-radius: 150px;
}
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-text {
    padding: 10px 25px;
}

#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-text p,
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-text .paragraph,
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-text div {
        color: #1f478a;
}

#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-link a {
        display: inline-block;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0775d2+0,054583+100 */
        background: #0775d2; /* Old browsers */
        background: -moz-linear-gradient(top, #0775d2 0%, #054583 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0775d2 0%,#054583 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0775d2 0%,#054583 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0775d2', endColorstr='#054583',GradientType=0 ); /* IE6-9 */
        color: #FFFFFF;
        padding: 10px 25px;
        border-radius: 5px;
        text-decoration: none;
}
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-link a:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffae00+0,ff8400+100 */
        background: #ffae00; /* Old browsers */
        background: -moz-linear-gradient(top, #ffae00 0%, #ff8400 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffae00 0%,#ff8400 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffae00 0%,#ff8400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8400',GradientType=0 ); /* IE6-9 */
}




/* --- Small Screen Home Page CTA Styling --- */




@media (max-width: 840px) {

#mrp-container7 .mrp-weblet-snippets .mrp-leadins .mrpl-heading {
        font-size: 18px;
}

#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-image-container {
    padding-bottom: 100%;
}
#mrp-container7 .mrp-leadins .mrp-leadin .mrpl-image-container .mrpl-image-inner img.mrpl-image {
        max-width: 180px;
}
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-text p,
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-text .paragraph,
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-text div {
        font-size: 15px;
}



}



@media (max-width: 650px) {


#mrp-container7 .mrp-weblet-snippets .mrp-leadins .mrpl-heading {
        font-size: 22px;
}
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-text p,
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-text .paragraph,
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-text div {
        font-size: 17px;
}
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-image-container {
        padding-bottom: 50%;
}
#mrp-container7 .mrp-leadins .mrp-leadin .mrpl-image-container .mrpl-image-inner img.mrpl-image {
        max-width: 220px;
        max-height: 200px;
}
#mrp-container7 .mrp-leadins.vertical .mrp-leadin, .mrp-leadins.horizontal .mrp-leadin {
    float: none;
    width: 100%;
}
#mrp-container7 .mrp-leadins.columns-2 .mrp-leadin, .mrp-leadins.columns-3 .mrp-leadin, .mrp-leadins.columns-4 .mrp-leadin {
    width: 100%;
}

#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-image-container {
        float: none;
        width: 100%;
}
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-content {
        float: none;
        width: 100%;
}

#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-link a {
        width: 100%;
}


}



@media (max-width: 450px) {

#mrp-container7 .mrp-weblet-snippets .mrp-leadins .mrpl-heading {
        font-size: 28px;
}

#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-image-container {
        float: none;
        width: 100%;
}
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-content {
        float: none;
        width: 100%;
}
#mrp-container7 .mrp-leadins .mrp-leadin .mrpl-image-container .mrpl-image-inner img.mrpl-image {
        max-height: 200px;
}
#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-image-container {
        padding-bottom: 55%;
}





}



@media (max-width: 350px) {


#mrp-container7 .mrp-leadins.vertical .mrp-leadin .mrpl-image-container {
        padding-bottom: 85%;
}


}








/* Sidebar CTA Styling */


.mrp-sidebar .mrp-leadins .mrp-leadin .mrpl-heading {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        text-align:center;
}

.mrp-sidebar .mrpl-link {
    text-align:center;
}

.mrp-sidebar .mrp-leadins .mrp-leadin .mrpl-image-container {
    padding-bottom: 75%;
}
.mrp-sidebar .mrp-leadins .mrp-leadin .mrpl-image-container .mrpl-image-inner img.mrpl-image {
        border-radius: 100px;
}
.mrp-sidebar .mrp-leadins .mrp-leadin .mrpl-text {
        padding: 10px 0;
        text-align:center;
}
.mrp-sidebar .mrp-leadins .mrp-leadin .mrpl-text p,
.mrp-sidebar .mrp-leadins .mrp-leadin .mrpl-text .paragraph,
.mrp-sidebar .mrp-leadins .mrp-leadin .mrpl-text div {
        color: #1f478a;
    font-size: 15px;
    line-height: 25px;
}
.mrp-sidebar .mrp-leadins .mrp-leadin .mrpl-link a {
        display: inline-block;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0775d2+0,054583+100 */
        background: #0775d2; /* Old browsers */
        background: -moz-linear-gradient(top, #0775d2 0%, #054583 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0775d2 0%,#054583 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0775d2 0%,#054583 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0775d2', endColorstr='#054583',GradientType=0 ); /* IE6-9 */
        color: #FFFFFF;
        padding: 10px 25px;
        border-radius: 5px;
        text-decoration: none;
}
.mrp-sidebar .mrp-leadins .mrp-leadin .mrpl-link a:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffae00+0,ff8400+100 */
        background: #ffae00; /* Old browsers */
        background: -moz-linear-gradient(top, #ffae00 0%, #ff8400 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffae00 0%,#ff8400 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffae00 0%,#ff8400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8400',GradientType=0 ); /* IE6-9 */
}

#mrp-sidebar .mrp-leadins.vertical .mrp-leadin .mrpl-content {
    float: none !important;
    width: 100% !Important;
}







/* --- Listings Styling --- */




#listing-results-view.mrp-style-area .mrp-listing-details-link a,
#listing-details-view.mrp-style-area .mrp-listing-quick-actions > span,
#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0775d2+0,054583+100 */
        background: #0775d2 !important; /* Old browsers */
        background: -moz-linear-gradient(top, #0775d2 0%, #054583 100%) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0775d2 0%,#054583 100%) !important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0775d2 0%,#054583 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0775d2', endColorstr='#054583',GradientType=0 ) !important; /* IE6-9 */
}
#listing-results-view.mrp-style-area .mrp-listing-details-link a:hover,
#listing-details-view.mrp-style-area .mrp-listing-quick-actions > span:hover,
#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffae00+0,ff8400+100 */
        background: #ffae00 !important; /* Old browsers */
        background: -moz-linear-gradient(top, #ffae00 0%, #ff8400 100%) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffae00 0%,#ff8400 100%) !important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffae00 0%,#ff8400 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8400',GradientType=0 ) !important; /* IE6-9 */
}

#listing-details-view.mrp-style-area .mrp-i-unit, 
#listing-details-view.mrp-style-area .mrp-m-unit {
        color: #ff7e00 !important;
        border-color: #ff7e00 !important;
}
#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li a:hover {
        text-decoration: none;
}
.mrp-style-area {
    color: #1f478a !important;
}
#listing-details-view.mrp-style-area.sm h2.mrp-listing-price-info {
        color: #ff7e00 !important;
}
#listing-details-view.mrp-style-area h2.mrp-listing-price-info .sub-info > span,
#listing-details-view.mrp-style-area h1.mrp-listing-title .sub-location > span {
    color: #303e53 !important;
}

.sidebar-map-options a,
.contact-email a,
.mrp-listing-details-tabs li a {
        color: #ff7e00 !important;
}
.sidebar-map-options a:hover,
.contact-email a:hover,
.mrp-listing-details-tabs li a:hover {
    color: #1f478a !important;	
}
#listing-details-view.mrp-style-area .mrp-listing-details-tabs li.active {
        border-color: #1f478a !important;	
}



/* --- Contact Form Styling --- */

#content-well .form-buttons button {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0775d2+0,054583+100 */
        background: #0775d2; /* Old browsers */
        background: -moz-linear-gradient(top, #0775d2 0%, #054583 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0775d2 0%,#054583 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0775d2 0%,#054583 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0775d2', endColorstr='#054583',GradientType=0 ); /* IE6-9 */
        color: #FFFFFF;
        padding: 10px 15px;
        width: 100%;
        text-align: center;
        border-radius: 5px;
        border: 0;
}
#content-well .form-buttons button:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffae00+0,ff8400+100 */
        background: #ffae00; /* Old browsers */
        background: -moz-linear-gradient(top, #ffae00 0%, #ff8400 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffae00 0%,#ff8400 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffae00 0%,#ff8400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8400',GradientType=0 ); /* IE6-9 */
}


/* Small Page Contact Form Styles */

@media (max-width: 400px) {

.buttons-left {
        display: none !important;
}

}


/* END CONTACT FORM STYLES */







/* --- Mortgage Calculator Styling --- */

.mrp-mortgage-calc-outer .button-group .control-wrapper {
        margin: 0;
        width: 100%;
}
.mrp-mortgage-calc-outer .button-group .control-wrapper button {
        width: 100%;
        padding: 10px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0775d2+0,054583+100 */
        background: #0775d2; /* Old browsers */
        background: -moz-linear-gradient(top, #0775d2 0%, #054583 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0775d2 0%,#054583 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0775d2 0%,#054583 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0775d2', endColorstr='#054583',GradientType=0 ); /* IE6-9 */
        color: #FFFFFF;
        text-align: center;
        border-radius: 5px;
        border: 0;
}
.mrp-mortgage-calc-outer .button-group .control-wrapper button:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffae00+0,ff8400+100 */
        background: #ffae00; /* Old browsers */
        background: -moz-linear-gradient(top, #ffae00 0%, #ff8400 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffae00 0%,#ff8400 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffae00 0%,#ff8400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8400',GradientType=0 ); /* IE6-9 */
}

.mrp-mortgage-calc-outer .summary-value {
        border: 1px solid #1f478a;
        border-radius: 2px;
        padding: 5px !important;
}

.mortgage-summary .summary-line {
        margin-bottom: 10px;
}

.mrp-mortgage-calc-outer hr {
        margin-bottom: 35px !important;
}

.mrp-mortgage-calc-outer .mortgage-calc-chart-container {
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.75);
}


/* END MORTGAGE CALCULATOR STYLES */









/* --- Blog Page Styling --- */

.weblet_blog-entry-heading-text {
        font-size: 22px;
}

.weblet_blog-navigation, .weblet_blog-navigation-sa {
        z-index: 50;
}

.weblet_blog-entry-divider {
    border-bottom: 1px dotted #1f478a;
    width: 100%;
        margin: 20px 0;
}

.weblet_blog-entry-text div,
.weblet_blog-entry-text p,
.weblet_blog-entry-text .paragraph {
        font-size: 17px;
        line-height: 30px; 
}




/* Small Screen Blog Styles */

@media (max-width: 400px) {

.weblet_blog-entry-permalink {
        width: 100%;
        text-align: center;
}

}






/* --- Site Map Styling --- */

.mrp-weblet-site-map ul {
        list-style-type: inherit;
}











/* --- Footer Styling --- */

#outer-footer-wrapper {
        padding: 20px 0;
        background-color: #03325f;
}
#inner-footer-wrapper {
        max-width: 1250px;
        margin: 0 auto;
        color: #FFFFFF;
        padding: 0 10px;
}

#mrp-footer {
        min-height: 100px;
        width: 40%;
        float: left;
        padding-right: 25px;
}
#mrp-container2 {
        min-height: 100px;
        width: 30%;
        float: left;
        padding: 0 25px;
}
#mrp-container3 {
        min-height: 100px;
        width: 30%;
        float: right;
        padding-top: 20px;
        padding-left: 25px;
        text-align: right;
}

#inner-footer-wrapper h1,
#inner-footer-wrapper h2,
#inner-footer-wrapper h3 {
        color: #FFFFFF;
}

#inner-footer-wrapper a {
        color: #87afd8;
}
#inner-footer-wrapper a:hover {
        color: #FFFFFF;
}

.agent-photo {
        max-height: 120px;
        margin-bottom: 10px;
}


#inner-footer-wrapper p, #inner-footer-wrapper .paragraph {
        font-size: 12px;
        line-height: 20px;
}
#inner-footer-wrapper h1:first-child {
        margin-top: 0;
        font-size: 30px;
        font-weight: 400;
}
.highlight-point {
        color: #87afd8 !important;
}


/* Form Styling */

#mrp-container2 .mrp-dynamic-form .form-inner > h3 {
        font-size: 30px;
        font-weight: 400;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 10px;
}
#mrp-container2 input,
#mrp-container2 textarea {
        background-color: #FFFFFF;
        color: #1f478a;
        border: 1px solid #5e7b9a;
        padding: 5px;
        font-size: 14px;
}

#mrp-container2 .buttons-left {
        display: none !important;
}
#mrp-container2 .form-buttons .buttons-right {
        width: 100%;
}
#mrp-container2 .form-buttons button {
        background-color: #FFFFFF;
        color: #03325f;
        padding: 10px;
        border-radius: 5px;
        text-decoration: none; 
        width: 100%; 
        text-align: center;
        border: 0;
}
#mrp-container2 .form-buttons button:hover {
        background-color: #FFFFFF;
        color: #ff7e00;
}


#mrp-container2 .dynamic-form-long-text {
        min-height: 75px !important;
}





/* --- Small Screen Footer Styling --- */

@media (max-width: 750px) {


#inner-footer-wrapper p, #inner-footer-wrapper .paragraph {
        font-size: 16px;
        line-height: 24px;
}

#mrp-footer {
        width: 100%;
        float: none;
        padding-right: 0;
}
#mrp-container2 {
        display: none;
        width: 100%;
        float: none;
}
#mrp-container3 {
        clear: both;
        width: 100%;
        float: none;
        text-align: center !important;
}


a.read-more-bio {
        clear: both;
        display: block;
        margin-top: 0px;
        padding: 5px 10px;
        font-size: 14px;
        background-color: #FFFFFF;
        color: #1f478a !important;
        border-radius: 5px;
        text-align: center;
}
a.read-more-bio:hover {
        color: #ff7e00 !important;
}

.agent-photo {
        float: left; 
        margin: 0 10px 10px 0;
}


}













/* --- Below Footer Jump Link Styling --- */

.outer-container {

}

#mrp-container4 {
        background-color: #03325f;
}

.mrp-weblet-jump-links {
        padding: 15px 0;
        max-width: 1100px;
        margin: 0 auto !important; 
}


a.weblet_jump-links-item {
    color: #87afd8;
    text-shadow: 1px 1px 1px #000000;
        text-transform: uppercase;
        font-weight: 400;
}
a.weblet_jump-links-item:hover {
    color: #FFFFFF;
}


.weblet_jump-links-divider {
    margin: 0 10px;
}


@media (max-width: 840px) {

#mrp-container4 {
        display: none;
}

}


/* ------- Fix for legacy site migration -----*/

#page-layout {
    width:100% !important;
    table-layout:fixed;
}


/* ----- MRP STYLING ------*/

.page-footer-copyright a {
    background:url("../custom/myrealpage-logo.png") no-repeat center center;
    display: block;
    height: 28px;
    margin: auto;
    text-indent: -9999px;
    width: 135px;
}



/*  ------ RECIP LANDING PAGE -------- */

#vow-banner {
    margin-top:30px;
}

#vow-banner .mrp-resp-banner {
        height:500px;
        padding-bottom:0px;
    }

#vow-banner .mrp-resp-banner ul.images img {
    width:auto;
    height:100%;
}

#vow-intro {
    padding:60px 60px 60px 60px;
}

#vow-intro p {
    font-size:28px;
    text-align:center;
}

#vow-cta-1 {
    padding-bottom:25px;
}

#vow-cta-1 .mrp-leadins.vertical .mrp-leadin .mrpl-image-container,
#vow-cta-3 .mrp-leadins.vertical .mrp-leadin .mrpl-image-container  {
    padding-bottom:65%;
    width:100%;
}

#vow-cta-1 .mrpl-inner,
#vow-cta-3 .mrpl-inner {
    position:relative;
}

#vow-cta-1 .mrpl-heading,
#vow-cta-3 .mrpl-heading {
    position:absolute;
    background-color:rgba(48,62,83,0.7);
    width:100%;
    color:#fff;
    bottom:0px;
    margin:0px;
    text-align:center;
    padding:10px 0px 10px 0px;
    font-weight:bold;
    text-transform:none;
    font-size:20px;
}

#vow-cta-1 .mrp-leadins .mrp-leadin .mrpl-image-container .mrpl-image-inner img.mrpl-image,
#vow-cta-3 .mrp-leadins .mrp-leadin .mrpl-image-container .mrpl-image-inner img.mrpl-image {
    width:100%;
}

#vow-cta-1 .mrpl-content,
#vow-cta-3 .mrpl-content {
    padding:24px;
    border:1px solid #cdcdcd;
    border-top:0px;
    width:100%;
}

#vow-cta-1 .mrpl-link,
#vow-cta-2 .mrpl-link,
#vow-cta-3 .mrpl-link {
    margin-top:24px;
}

#vow-cta-1 .mrpl-link a,
#vow-cta-3 .mrpl-link a {
    margin-top:24px;
    border:0px;
    padding:0px;
}

#vow-cta-1 .mrpl-link a:hover,
#vow-cta-3 .mrpl-link a:hover {
    background:transparent;
    color:#00000;
}



#vow-cta-2 {
    padding-bottom:25px;
}

#vow-cta-2 .mrp-leadins {
    background-color:#fafafa;
    margin:10px 20px 10px 20px;
}

#vow-cta-2 h1 {
    text-align:center;
    margin:25px 0px 25px 0px;
}

#vow-cta-1 .mrp-leadins .mrp-leadin,
#vow-cta-3 .mrp-leadins .mrp-leadin {
    padding:10px 20px 10px 20px; 
}

#vow-cta-2 .mrp-leadins .mrp-leadin {
    padding:0px 70px 30px 70px;
}

#vow-cta-2 .mrp-leadins.horizontal .mrp-leadin .mrpl-image-container {
    width:calc(100% - 410px);
    padding-bottom:32%;
}

#vow-cta-2 .mrp-leadins.horizontal .mrp-leadin .mrpl-content {
    width:350px;
}

#vow-cta-2 .mrp-leadins .mrpl-link a {
    background-color: #303e53;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-radius: 4px;
    color:#fff;
    padding:8px 12px;
}

#vow-cta-1 .mrp-leadins.columns-3 .mrp-leadin,
#vow-cta-3 .mrp-leadins.columns-3 .mrp-leadin {
    width:33.3%;
}

#vow-banner .mrp-resp-banner .mrp-js-banner-hero-title {
    font-size:46px;
    font-weight:bold;
    text-shadow:1px 1px 2px rgba(0,0,0,1);
}

#vow-banner .mrp-js-banner-hero-text {
    color:#fff;
    font-size:24px;
    text-shadow:1px 1px 2px rgba(0,0,0,1);
}

#vow-banner .mrp-js-banner-hero-title::after {
    content:'View Listings Now!';
    background-color:#303e53;
    padding:10px 25px 10px 25px;
    display:block;
    margin:12px auto 30px auto;
    font-size:22px;
    border-radius:6px;
    text-shadow:none;
    font-weight:normal;
    width:260px;
}

#vow-banner .mrp-js-banner-hero-text::after {
    content:'';
    background:url('../Images/down-arrow.png') no-repeat;
    width:61px;
    height:61px;
    display:block;
    margin:30px auto 0px auto;
}

#vow-banner .mrp-resp-banner .mrp-js-banner-content {
    width:630px;
    pointer-events:none;
    max-width:100%;
}

@media (max-width: 1150px) {

#vow-cta-2 .mrp-leadins.horizontal .mrp-leadin .mrpl-image-container {
    width:calc(100% - 410px);
    padding-bottom:40%;
}
}

@media (max-width: 960px) {

    #vow-cta-1 .mrpl-heading,
    #vow-cta-3 .mrpl-heading {
        font-size:16px;
    }

    #vow-cta-2 .mrp-leadins.horizontal .mrp-leadin .mrpl-image-container {
        padding-bottom:50%;
    }

}


@media (max-width: 900px) {

    #vow-cta-2 .mrp-leadins.horizontal .mrp-leadin .mrpl-image-container {
        width:100%;
        float:none;
    }

    #vow-cta-2 .mrp-leadins.horizontal .mrp-leadin .mrpl-content {
        width:100%;
        float:none;
    }
    

}


@media (max-width: 850px) {

    #vow-intro p {
        font-size:22px;
    }

}


@media (max-width: 825px) {

    #vow-cta-1 .mrp-leadins.columns-3 .mrp-leadin,
    #vow-cta-3 .mrp-leadins.columns-3 .mrp-leadin {
        width:100%;
    }
    
    #vow-cta-1 .mrp-leadins.vertical .mrp-leadin .mrpl-content {
        width:100%;
    }

    #vow-intro p {
        font-size:20px;
    }

    #vow-cta-1 .mrpl-heading,
    #vow-cta-3 .mrpl-heading {
        font-size:18px;
    }

    #vow-cta-2 .mrp-leadins .mrp-leadin {
        padding:0px 50px 30px 50px;
    }

    #vow-cta-2 h1 {
        padding:0px 50px 0px 50px;
    }
}



@media (max-width: 660px) {

    #vow-intro {
        padding:60px 20px 60px 20px;
    }

    #vow-banner .mrp-resp-banner {
        height:320px;
    }

    #vow-banner .mrp-resp-banner .mrp-js-banner-content {
        width:500px;
    }

    #vow-banner .mrp-js-banner-hero-text {
        font-size:20px;
    }

    #vow-banner .mrp-resp-banner .mrp-js-banner-hero-title {
        font-size:34px;
    }

#vow-banner .mrp-js-banner-hero-title::after {
    font-size:18px;
    width:230px;
}

}

@media (max-width: 610px) {

    #vow-cta-2 .mrp-leadins.horizontal .mrp-leadin .mrpl-image-container {
        padding-bottom:50%;
    }

    #vow-cta-2 .mrp-leadins .mrp-leadin .mrpl-image-container .mrpl-image-inner img.mrpl-image {
        width:100%;
    }
}

@media (max-width: 410px) {

    #vow-banner .mrp-resp-banner .mrp-js-banner-hero-title {
        font-size:26px;
    }

}

/*--------- IDX THEME BRANDING ------------*/

#custom-idx-branding {
    height:auto;
    line-height:normal;
}

#custom-idx-branding p,
#custom-idx-branding ul,
#custom-idx-branding ol {
    margin:0px;
}

html.mrp-fullscreen #custom-idx-branding {
    position:absolute;
    z-index:5000;
    background:#fff;
    width:100% !important;
    display:block !important;
}

html.mrp-fullscreen.mrp-menu-on #custom-idx-branding {
    overflow:visible;
}

html.mrp-fullscreen.mrp-menu-on #page-template-layout,
html.mrp-fullscreen.mrp-menu-on #template-layout {
    -webkit-transform:none !important;
    -ms-transform:none !important;
    -moz-transform:none !important;
    transform:none !important;
}

.mrp-idx-on .mrp-idx-branding {
    height:auto !important;
    zoom:1 !important;
    z-index:5000 !important;
}

.mrp-idx-on.mrp-menu-on #mrp-container1,
html.mrp-menu-on #mrp-container1 {
    position:fixed !important;
}

html.mrp-menu-on .mrp-idx-panel::before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3000;
}

.mrp-idx-on #custom-idx-branding {
    display:block;
}

.mrp-idx-on #custom-idx-branding .mrp-weblet-menu a {
    color: #fff !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight:400 !important;
}

.mrp-idx-on #custom-idx-branding .mrp-weblet-menu a:hover {
    text-decoration:none !important;
}

.mrp-idx-on #custom-idx-branding .mrp-weblet-menu li:hover > a {
    color:#fff !important;
}

.mrp-idx-on #custom-idx-branding .mrp-weblet-menu li.on > a {
    color:#fff !important;
}

html.mrp-fullscreen #custom-idx-branding {
    overflow:hidden;

}

@media (max-width:840px) {

    .mrp-idx-on .mrp-menu-resp-wrapper > ul {
        overflow:scroll !important;
    }
}

/* ------- MARKET REPORT STYLING ------- */

#market-report-cta {
    text-align:center;
    border-top: 1px solid #1f478a;
    padding: 25px 0;
    margin: 40px 0;
    text-align: center;
}

#market-report-cta h1 {
    text-transform:uppercase;
    margin-bottom:3px;
}

/*  ------ Team Site Styling -------- */

.second-agent-photo {
    margin-left:12px;
}


/* -------- V2 Search in Banner -------- */

.mrp-weblet-omnibox-v2 .selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0,51,83,.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #83b9c5;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #79a9b4;
    padding-right: 30px !important;
}

.mrp-weblet-omnibox-v2 .location-search-button {
background: #0775d2;
background: -moz-linear-gradient(top, #0775d2 0%, #054583 100%);
background: -webkit-linear-gradient(top, #0775d2 0%,#054583 100%);
background: linear-gradient(to bottom, #0775d2 0%,#054583 100%);
}

.mrp-weblet-omnibox-v2 .location-search-button:hover {
    background-color:#ff8400;
background: -moz-linear-gradient(top, #ffae00 0%, #ff8400 100%);
background: -webkit-linear-gradient(top, #ffae00 0%,#ff8400 100%);
background: linear-gradient(to bottom, #ffae00 0%,#ff8400 100%);
}

#banner-wrapper .mrp-weblet-omnibox-v2 {
    background-color: #eaeaea;
    padding: 10px 0;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .weblet-inner {
    max-width: 1260px;
    margin: auto;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .year_built,
#banner-wrapper .mrp-weblet-omnibox-v2 .area_sq_feet,
#banner-wrapper .mrp-weblet-omnibox-v2 .location-search-view-option {
    display:none;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .location-search-area {
    display: flex;
    align-items: flex-end;    
    flex-grow:0;
    position:static;
    margin-top:14px;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .field-container {
    position:relative;
    padding-top:0px;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .field-container,
#banner-wrapper .mrp-weblet-omnibox-v2 .location-search-controls {
    flex-wrap:nowrap;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .xs .location-search-controls {
    overflow:visible;
    margin-right:100px;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .field-item {
    min-width:auto;
    padding:0px 5px;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .styled-select select {
    padding: 4px 24px 4px 0px;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .total_bedrooms,
#banner-wrapper .mrp-weblet-omnibox-v2 .total_baths {
    min-width:120px;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .property_type {
    min-width:230px;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .location-search-price {
    min-width:275px;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .location-search-max-price label::before {
    min-height:15px;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .location-search-area .selectize-input {
    min-height:44px;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .location-search-area .selectize-control.multi .selectize-input {
    display:inline-block;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .location-search-area .selectize-control.multi .selectize-input input {
    top:5px;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .omnibox-v2-form.sm620 .location-search-area .selectize-control.multi .selectize-input.has-items input {
    top:0px;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .location-search-form-option {
    display:none;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .selectize-control {
    width:100%;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .omnibox-v2-form.sm620 .location-search-button::after {
    content:'Search';
    padding-left:3px;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .location-search-button::before {
    display:none;
}

#banner-wrapper .mrp-weblet-omnibox-v2 .location-search-button {
    top:20px;
    bottom:auto;
}

.mrp-weblet-omnibox-v2 .selectize-control.multi .selectize-input [data-value] {
    background-color: #0775d2;
}

@media (max-width:1170px) {
    #banner-wrapper .mrp-weblet-omnibox-v2 .total_baths {
        display:none !important;
    }
}

@media (max-width:1060px) {
    #banner-wrapper .mrp-weblet-omnibox-v2 .total_bedrooms {
        display:none;
    }
}

@media (max-width:890px) {
    #banner-wrapper .mrp-weblet-omnibox-v2 .property_type {
        display:none;
    }

     #banner-wrapper .mrp-weblet-omnibox-v2 .location-search-button {
        bottom:auto;
    }

}

@media (max-width:700px) {
    #banner-wrapper .location-search-controls {
        display:none;
    }
    
    #banner-wrapper .mrp-weblet-omnibox-v2 .field-item {
        width: calc(100% - 70px);
    }

    #banner-wrapper .mrp-weblet-omnibox-v2 .location-search-button::before {
        display:inline-block;
    }

    #banner-wrapper .mrp-weblet-omnibox-v2 .location-search-button::after {
        display:none;
    }

}

.mrp-listing-results #mrp-sidebar,
.mrp-listing-details #mrp-sidebar {
    display:none;
}

.mrp-listing-results #content-well,
.mrp-listing-details #content-well {
    width:100%;
}