/* Minification failed. Returning unminified contents.
(463,21): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
/* @override 
	http://realosophy.triacolyte.com/Content/Themes/Shared/Layouts/DefaultPageLayout2/DefaultPageLayout2.css
	https://realosophy.triacolyte.com/Content/Themes/Shared/Layouts/DefaultPageLayout2/DefaultPageLayout2.css 
*/


/* @group Reset */

/*Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.navbar-header {
    background-color: #222222;
}
body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* tables still need 'cellspacing="0"' in the markup */

html, body {
    /*

height: 100% !important;
	overflow: hidden;*/
    margin: 0 !important;
    padding-top: 30px;
}

ul {
    text-indent: 0px;
    padding-left: 0px;
    margin: 0px;
}

img {
    border: 0;
}

a img {
    border: none;
}

*:focus {
    outline: none !important;
    -moz-outline-style: none !important;
}

*.notap {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

hr {
    clear: left;
    background-color: white;
    color: white;
    border-style: none;
    opacity: 0;
}

/* @end */

/* @group Page Layout */

/*Page Layout*/

body {
    font-family: ModernRE;
    font-style: normal;
    font-weight: normal;
    color: #333;
    text-align: left;
    font-size: 12px;
    line-height: 1.4em;
    text-rendering: optimizeLegibility;
    padding: 0;
    /* padding-top: 30px; */ /*Extra Padding for fixed Bootstrap Navbar*/
    overflow-x: hidden;
}


/*Vertical alignment for Bootstrap elements*/

  .vcenter {
    display: inline-block;
    vertical-align: middle !important;
    float: none;
}

.vbottom {
    display: inline-block;
    vertical-align: bottom !important;
    float: none;
}

@media (max-width: 990px) {

    body {
        background: white;
    }
}

@media (max-width: 769px) {

    body {
        /*padding-top: 52px;  */  /*Extra Padding for fixed Bootstrap Navbar*/
    }
}

.ie9 body, .ie8 body {
    background: white url(Images/bannerBG.gif) repeat-x 0 32px;
}

#page_wrap {
}

.left {
    float: left;
}

.right {
    float: right;
}

/*.row {
  clear: both;
}*/

.null, .hide, .blank, .empty, .Hidden, .sys-template {
    display: none;
}

.grid_3cols {
    width: 720px;
}

.grid_1col {
    width: 220px;
}

.grid_1col.rule {
    width: 220px;
    border-top: 1px solid #d0d7dc;
}

.twoCol, .threeCol, .fourCol, .fiveCol,
.sixCol, .eightCol, .tenCol {
    float: left;
}

.threeCol {
    width: 220px;
}

.twoCol {
    width: 140px;
}

.fourCol {
    width: 300px;
}

.fiveCol {
    width: 420px;
}

.sixCol {
    width: 460px;
}

.eightCol {
    width: 620px;
}

.oneCol {
    width: 60px;
}

.tenCol {
    width: 780px;
}

.twelveCol {
    width: 940px;
}

/*use 'row' class instead*/

.rowContainer {
    clear: left;
}

.marginL10 {
    margin-left: 10px;
}

.marginL20 {
    margin-left: 20px;
}

.marginL30 {
    margin-left: 30px;
}

.marginL160 {
    margin-left: 160px;
}

.marginR12 {
    margin-right: 12px;
}

.marginR30 {
    margin-right: 30px;
}

.marginR20 {
    margin-right: 20px;
}

.marginR60 {
    margin-right: 60px;
}

.marginR80 {
    margin-right: 80px;
}

.pad3col {
    padding-left: 220px;
}

.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px;
}

.padL10 {
    padding-left: 10px;
}

.padL20 {
    padding-left: 20px;
}

.padL40 {
    padding-left: 40px;
}

.padR10 {
    padding-right: 10px;
}

.padR20 {
    padding-right: 20px;
}

.padB10 {
    padding-bottom: 10px;
}

.padB20 {
    padding-bottom: 20px;
}

.padT10 {
    padding-top: 10px;
}

.padT20 {
    padding-top: 20px;
}

.padT1em {
    padding-top: 1em;
}

.marginT10 {
    margin-top: 10px;
}

.marginT20 {
    margin-top: 20px;
}

.marginT60 {
    margin-top: 60px;
}

.marginT30 {
    margin-top: 30px;
}

.marginB10 {
    margin-bottom: 10px;
}

.marginB20 {
    margin-bottom: 20px;
}

.marginB30 {
    margin-bottom: 30px;
}

.marginB40 {
    margin-bottom: 40px;
}

.marginB60 {
    margin-bottom: 60px;
}

.marginB80 {
    margin-bottom: 80px;
}

/* @end */

/* Alerts */

.alert {
  /*z-index: 1040; removed so alert does not cover search results*/ 
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}



/* @group Header */



/*Header*/

header {
    overflow: visible;
    display: block;
}

.ie8 header, .ie9 header {
    width: 960px;
    height: auto !important;
    position: relative;
    background: white;
    overflow: visible;
}

header.expanded {
    height: 240px;
}

#nav_front_page_lg {
    display: none;
}

/* @group Bootstrap Navbar */

/* Mobile Navbar */

nav {
    font-family: SansReg;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    z-index: 9999 !important;
    min-height:48px
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 12px;
}

.navbar-brand {
    padding: 4px !important;
    font-size: 18px;
    line-height: 20px;
    height: 48px;
    width: 38px;
    padding-left: 4px !important;
    position: relative;
    left: 8px;
}

    .navbar-brand img {
        width: 40px;
        height: 42px;
        padding: 1px;
    }

.nav > li > a {
    padding-right: .5rem;
    padding-left: .5rem;
    display: block;
    padding: 0.5rem 1rem;
    font-family: SansReg;
    font-weight: normal;
}


.nav > li.buy > a {
    padding-left: 18px;
}



.nav > li.buy > a,
.nav > li.sell > a,
.nav > li.tools > a {
    color: #0DC1E7; !important;
}

.navbar-right > li.search > a {
    color: #AAAAAA !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-right > li.dropdown {
    padding-right: 10px;
}

#search-button {}

#homespotter-search-button {
	display: none !important;
}

#favourites-button {
  color: #FFF;
  text-decoration: none;
  padding-bottom: 4px;
}

#favourites-button:hover {
  text-decoration: none;
}

#favourites-button-lg {
  font-size: 17px;
  padding: 5px 6px 4px;
  color: #FFF;
}

.icon-search {
    display: inline;
    background: url(Images/icon-search.svg) no-repeat;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    margin-bottom: 0;
    float: left;
    margin-right: 5px;
}

.navbar-right > li.tools > a {
	font-weight: bold;
}

/*Temporary Agent Recruiting Flag - 7/16*/

.nav > li.recruiting{
	padding: 13px 4px 4px !important;
}

.nav > li.recruiting > a, 
.nav > li.recruiting > a:hover  {
	font-weight: normal;
	font-style: normal;
	color: #222;
	background-color: #FFEA01;
	font-size: 10px;
	padding: 1px 7px 0 8px !important;
	border-radius: 10px
}


.navbar-right > li.search > a {
    color: #ABABAB !important;
    font: normal normal 11px/16px SansRE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-right li.search > a:hover {
    color: #11aad7 !important;
}

.navbar-right > li.user > a:hover {
    background-color: #11aad7 !important;
  color: #FFF;
  border-radius: 2px
}
    
nav .dropdown #login-dd {
  min-width: 250px;
  background-color: #222;
}

nav .navbar-nav > li {
    padding-top: 8px;
    padding-bottom: 6px;
}

@media (max-width: 990px) {

    header.expanded {
        height: 180px;
    }

    #logoNav {
        display: none !important;
    }

    nav .navbar-collapse .site-header {
        display: none !important;
    }

}

@media (max-width: 767px) {

    .navbar-collapse .nav > li > a {
        padding: 5px 10px !important;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: none !important;
        min-height: 48px;
        padding: 0.5rem;
    }
    
    .navbar-collapse .nav > li.recruiting, 
   .navbar-collapse .nav > li.recruiting:hover {
    	padding: 5px 4px 4px !important;
	}
    
	.navbar-collapse .nav > li.recruiting > a, 
	.navbar-collapse .nav > li.recruiting > a:hover {
		border-radius: 0;
		background-color: transparent;
		font-size: 11px;
		display: block;
		padding: 5px 10px 5px 02px !important;
	}
	
	.navbar-collapse .nav > li.recruiting > a span, 
	.navbar-collapse .nav > li.recruiting > a:hover span {
	  padding: 2px 7px 2px 8px !important;
	  background-color: #FFEA01;
	  color: #222;
	  border-radius: 10px
	}
    
}

@media screen and (max-width:990px) and (min-width: 766px) {

    nav .container-fluid .navbar-collapse {
        padding-right: 1.5%;
        min-height: 48px;
        padding: 0.5rem;
    }

nav .navbar-nav > li {
	padding-bottom: 0 !important;
  padding-top: 12px;
}

.nav > li.recruiting{
	padding: 15px 3px 4px 4px !important;
}
	
}

@media (min-width: 991px) {

	header {
	    height: 120px;
	}



    nav .container-fluid .navbar-collapse {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.5%;
        min-height: 48px;
        padding: 0.5rem;

    }
	
	nav .navbar-collapse .site-header {
	    background: #222 url(Images/RS_Logo-nav.svg) no-repeat center;
		  display: block;
		  width: 150px;
		  height: 32px;
		  position: absolute;
		  top: 9px;
		  left: 50%;
		  margin-left: -75px;
	}

	nav .navbar-collapse .site-header a {
		  display: block;
		  width: 150px;
		  height: 32px;
		  text-align: center;
		  color: rgba(254,255,255,0);
		  text-transform: capitalize;
		  font: 31px/29px ModernLight;
		  text-decoration: none;
	}

	
	nav.mid #search {
	    margin-top: 6px;
	}
	
	.nav > li:nth-of-type(1) > a {
	    padding-left: 5px !important;
	}
	
	.navbar-right li.user {
		padding-right: 10px;
	}
	
	.navbar .dropdown-menu li a {
		font-size: 12px;
	}

    .navbar-right li.search a {
        color: #CCCCCC !important;
        font: normal normal 12px SansReg;
    }
	
	.navbar-right li.search a .icon-search {
	    margin-top: 2px !important;
	    padding-top: 0;
	}
	
	.navbar {
		font-size: 12px;
		min-height: 30px !important;
	}
	
	.nav > li > a {
	    display: block;
	    padding: 6px 10px !important;
	    position: relative;
	}
		
}

@media (min-width: 1218px) {

	nav .container-fluid .navbar-collapse {
        max-width: 1180px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.5%;
    }


}

@media (max-width: 480px) {

	nav .navbar-nav > li {
	    padding-top: 0;
	    padding-bottom: 0;
}


}

/* @end */



/* @end */



/* @group Search */


#search {
    height: auto;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2.5%;
    padding-right: 2.5%;
    text-transform: capitalize;
    text-align: left !important;
    border-top: 1px inset #919191;
}

#search_title {
    display: none;
}

/* TEMP: Hide HomeSpotter search for now*/
#search_new {
	display: none;
}

#search_desc {
    padding-top: 2%;
    font: 1.5em Modern;
    max-width: 880px;
    text-align: left !important;
    padding-left: 0;
    margin-left: 0;
}

#search_desc ul {
	text-indent: 0;
	text-align: left !important;
	margin-left: 0;
	padding-left: 0;
}

#search_desc ul li {
	text-indent: 0;
	padding: 10px;
	text-align: left !important;
	display: inline-block;
}

#search_desc ul li.active_search {
	padding: 10px;
	text-align: left;
	margin-left: 0;
}

#search_desc ul li.active_search span,
#search_desc ul li.active_search a {
	color: #EEEEEE !important;
}

#search_desc a {
    text-decoration: none;
    cursor: pointer;
    color: #8b8a8b;
}

#search_desc ul #homesearch-xs span,
#search_desc ul #homesearch span {
    font-size: 36px;
    line-height: 15px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 8px;
    color: #666;
    vertical-align: top;
}

#search_desc ul #nabesearch-xs span,
#search_desc ul #nabesearch span {
    font-size: 32px;
    display: inline-block;
    line-height: 15px;
    position: relative;
    top: 5px;
    left: 3px;
    margin-right: 10px;
    color: #666;
    vertical-align: top;
}

#search_desc ul #schoolsearch-xs span,
#search_desc ul #schoolsearch span {
    text-transform: lowercase;
    font-size: 40px;
    line-height: 15px;
    position: relative;
    display: inline-block;
    top: 4px;
    margin-right: 3px;
    color: #666;
    vertical-align: top;
}


/*Typeahead dropdown menu **********************
*/ 

#query, #query2, #query3 {
	width: 98%;
    font: 1.3em SansLight;
    margin-bottom: 0;
    background-color: white !important;
}

#search .typeahead.dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-right-width: 2px;
    border-bottom-width: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 88%;
    font: 1.3em SansLight;
  overflow: hidden;
}

#search .typeahead.dropdown-menu li {
  padding-bottom: 2px;
  -webkit-tap-highlight-color: #0081c2
}

#search .typeahead.dropdown-menu li a {
    display: block;
	font-size: 1em;
	 white-space: normal;
  line-height: 1.2em;
  margin-left: 4em;
  text-indent: -2.2em;
  padding: 7px 20px 3px .8em;
}

#search .typeahead.dropdown-menu li a span {
  width: 34px;
  height: 18px;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
  margin-left: -6px;
  color: #666;
  display: inline-block;
}
#search .typeahead.dropdown-menu li a strong {
  font-weight: normal;
  font-style: normal;
}

#search .typeahead.dropdown-menu li.active, 
#search .typeahead.dropdown-menu li.active a {
        background-color: #FFF;        
        color: #333
    }
    

#search .typeahead.dropdown-menu li:hover, 
#search .typeahead.dropdown-menu li:hover a {
        color: #fff;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        
    }

#search .typeahead.dropdown-menu li:hover a span {
  color: white;
          background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;

}

#search .input-group-btn {
	    vertical-align: top;
}

#search .input-group-btn button {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
    }
    
#search-homes-button {
	-webkit-font-smoothing: subpixel-antialiased !important;
}

#popular_searches_homes, 
#popular_searches_nabes, 
#popular_searches_schools {
    color: #4c4c4c;
    font: 1.2em/1.5em SansLight;
    min-height: 48px;
    padding-bottom: 12px;
  padding-left: 0;
  margin-left: -6px;
}

#popular_searches_homes h3, 
#popular_searches_nabes h3, 
#popular_searches_schools h3 {
        font-size: 1.2em;
        padding-bottom: 12px;
        display: inline-block;
        float: left;
        margin-top: 0;
        margin-right: 10px;
        color: #a6a6a6;
    }

#popular_searches ul li {
        padding-top: 0;
        padding-bottom: 4px;
    }

@media (max-width: 989px) {

    #search {
        margin-left: 0;
        height: auto;
        margin-right: 8px;
  margin-top: 8px;
}

    #search_homes, #search_hoods, #search_schools {
        padding: 0;
        height: 180px;
    }

    #search_desc {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}

@media (max-width: 767px) {

    #search_desc ul li {
        color: #7c7c7c;
        text-indent: 0;
        padding: 4px;
    }

    #search_desc ul li a {
        cursor: pointer;
        text-decoration: none;
        color: #7c7c7c;
        padding: 3px 2px;
        }

    #search_desc ul #homesearch-xs span {
        font-size: 36px;
        line-height: 16px;
        display: inline-block;
        position: relative;
        top: 4px;
        margin-right: -1px;
    }

    #search_desc ul #nabesearch-xs span {
        font-size: 32px;
        display: inline-block;
        line-height: 20px;
        position: relative;
        top: 6px;
        left: 3px;
        margin-right: 2px;
    }

    #search_desc ul #schoolsearch-xs span {
        text-transform: lowercase;
        font-size: 40px;
        line-height: 20px;
        position: relative;
        display: inline-block;
        top: 6px;
        margin-right: -5px;
    }

    #search_desc ul li.active_search {
        color: #EEEEEE;
        padding: 4px;
    }

        #search_desc ul li.active_search span,
        #search_desc ul li.active_search a {
        }

    #Search_homespotter #query {
        background: url(Images/homes_mini_icon.svg) no-repeat 10px center;
    }

    #Search_homespotter #query:focus {
            background-image: none;
        }

    #Search_nabefinder #query2 {
        background: url(Images/nabes_mini_icon.svg) no-repeat 10px center;
    }

        #Search_nabefinder #query2:focus {
            background-image: none;
        }

    #Search_schoolprofiler #query3 {
        background: url(Images/schools_mini_icon.svg) no-repeat 10px center;
    }

        #Search_schoolprofiler #query3:focus {
            background-image: none;
        }

	#popular_searches_homes h3, 
	#popular_searches_nabes h3, 
	#popular_searches_schools h3 {
        font-size: 1.2em;
        padding-bottom: 6px;
        float: none;
    }

    #popular_searches_homes a, #popular_searches_nabes a, #popular_searches_schools a {
        font-size: .9em;
    }
}
	
@media (max-width: 480px) {

header.expanded {
    height: 180px;
}

#search_desc {
    text-transform: capitalize;
    padding-top: 4%;
    font: 1.3em Modern;
    padding-right: 4px !important;
    padding-left: 2px !important;
    padding-bottom: 2px
}

#search {
    margin-left: 2px;
    margin-right: 0;
    padding-top: 0;
}

#query, #query2, #query3 {
    font: 1.2em SansLight !important;
}

#query::-moz-placeholder {
    color: #FFFFFF;
    opacity: 0;
}

#query :-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 0;
}

#query ::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 0;
}

#search .typeahead.dropdown-menu {
  font-size: 1.1em;
  width: 84%;
}

#popular_searches_homes, 
#popular_searches_nabes, 
#popular_searches_schools {
    margin-left: -6px;
    padding-left: 0;
    padding-right: 4px;
}

#popular_searches_homes h3, 
#popular_searches_nabes h3, 
#popular_searches_schools h3 {
    font-size: 1em;
    padding-bottom: 6px;
}

}

@media (min-width: 768px) {

#search #query {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}


}




/* @end */



/* @group Typography */

/*Typography*/
.smooth, .slim, .alias, .antialias {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

em {
  -webkit-font-smoothing: subpixel-antialiased;
  color: #222;
  border-bottom: 1px solid #EEE;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.subpixel {
    -webkit-font-smoothing: subpixel-antialiased;
}

.em13 {
    line-height: 1.3em;
}

.em14 {
    line-height: 1.4em;
}

.em15 {
    line-height: 1.5em;
}

.em24 {
    line-height: 2.4em;
}

.modern {
    font-family: ModernRE;
    font-style: normal;
    font-weight: normal;
}

.modlight {
    font-family: ModernLight;
    font-style: normal;
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.sans {
    font-family: SansRE;
    font-style: normal;
    font-weight: normal;
}

.sansbold {
    font-family: SansRE;
    font-style: normal;
    font-weight: bold;
}

.sanshead {
    font-family: SansMedium;
    font-style: normal;
    font-weight: normal;
}

.light {
    font-family: SansLight;
    font-weight: normal;
    font-style: normal;
}

.xlarge {
    font-size: 72px;
    text-rendering: optimizeLegibility;
}

.large {
    letter-spacing: -1px;
    text-rendering: optimizeLegibility;
    font-size: 60px;
}

.medium {
    font-size: 48px;
    letter-spacing: -.03em;
    padding-bottom: 24px;
}

.fortyeight {
    font-size: 48px;
}

.thirtysix {
    font-size: 36px;
}

.twentyfour {
    font-size: 24px !important;
}

.eighteen {
    font-size: 16px !important;
    letter-spacing: 0;
}

.sixteen {
    font-size: 16px !important;
    letter-spacing: 0;
}

.fifteen {
    font-size: 15px;
    letter-spacing: 0;
}

.fourteen {
    font-size: 14px;
    letter-spacing: 0;
}

.twelve {
    font-size: 13px;
    letter-spacing: 0;
}

.eleven {
    font-size: 12px;
    letter-spacing: 0;
}

.ten {
    font-size: 11px !important;
    letter-spacing: 0;
}

.nine {
    font-size: 9px !important;
    letter-spacing: 0;
}

.small {
    font-size: 10px;
}

.xsmall {
    font-size: 8px;
}

.caps {
    text-transform: uppercase;
}

.superscript {
    font-size: .6em;
    margin-right: -.25em;
    padding-left: .04em;
    position: relative;
    bottom: .5em;
}

.SEO_text {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.kern1 {
    letter-spacing: -1px;
}

.kern1px {
    margin-left: -1px;
}

.kern2px {
    margin-left: -2px;
}

.kern4px {
    letter-spacing: -4px;
}

.kern05em {
    letter-spacing: -.05em;
}

.kern1em {
    letter-spacing: -.1em;
}

.kern15em {
    letter-spacing: -.15em;
}

.rule {
    text-decoration: none;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 14px;
}

.underline {
    text-decoration: none;
}

.black {
    color: #3f3f3f;
}

.orange {
    color: #ff7900;
}

.blue {
    color: #29c0e5;
}

.darkblue {
    color: #17546a;
}

.midblue {
    color: #11aad7;
}

.red {
    color: #f05139;
}

.darkgrey {
    color: #586267;
}

.grey {
    color: #999;
}

.midgrey {
    color: #797979;
}

.silver {
    color: silver;
}

.white {
    color: #FFFFFF;
}

.highlight {
    background-color: #fff500;
}

*.noselect, img {
    /*-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

.yellow {
    background-color: #ffdd00;
    border-color: #ffdd00;
}



/* @end */

/* @group Headlines */

.view-member-goprosuccess h1, 
.view-member-goproerror h1 {
  margin-top: .67em;
  margin-bottom: .67em;
  font-size: 22px;
}

/* @end */



/* @group Headlines - Responsive */

@media (min-width: 991px) {

    h1.modlight.fortyeight.darkgrey {
        font-size: 48px;
    }
}

@media (max-width: 990px) {

    h1.modlight.fortyeight.darkgrey {
        font-size: 36px;
    }
}

@media (max-width: 768px) {

    h1.modlight.fortyeight.darkgrey {
        font-size: 30px;
    }
}


/* @end */



/* @group Links */

/*Links*/

a, a:hover {
    text-decoration: none !important;
}

a.red {
    color: #f05139;
    text-decoration: none;
}

a.grey {
    color: #666666;
    text-decoration: none;
}

a.silver {
    color: silver;
    text-decoration: none;
}

a.silver:hover, a.grey:hover {
    color: #40cbea;
}

a.underline {
    /*color: #586267;*/
    text-decoration: none;
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#ccc, #ccc);
	background-size: .05em 1px, .05em 1px, 1px 1px;
	background-repeat: no-repeat, no-repeat, repeat-x;
	text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, 0 -.03em #fff, .06em 0 #fff, -.06em 0 #fff, .09em 0 #fff, -.09em 0 #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
	background-position: 0 95%, 100% 95%, 0 95%;
}

a.underline_blue {
 color: #333;
 background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#419acc, #419acc);
 background-size: .05em 1px, .05em 1px, 1px 1px;
 background-repeat: no-repeat, no-repeat, repeat-x;
 text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, 0 -.03em #fff, .06em 0 #fff, -.06em 0 #fff, .09em 0 #fff, -.09em 0 #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
 background-position: 0 95%, 100% 95%, 0 95%;
 
}

a.underline_blue:hover {
 color: #337ab7;
 background: 0 0;
}

a.underline.grey {
    color: #999;
}

a.underline.midgrey {
    color: #929292;
}

a.underline:hover {
    color: #29c0e5;
    background: 0 0;
}

@media (max-width: 480px) {

a.underline, a.underline_blue {
background-position: 0 90%, 100% 95%, 0 90%;
}

}

a.highlight {
    background-color: #fff500;
    border-color: #f7ff1a;
    border-right-color: #f7ff1a;
    border-right-style: solid;
    border-left-color: #f7ff1a;
    border-left-style: solid;
}

.redBG {
    background-color: #f05139;
    color: #ffffff;
    border-color: #f05139;
    font-size: 1em;
}

.blueBG {
    background-color: #29c0e5;
    color: #ffffff;
    border-color: #f05139;
}

.greyBG {
    background-color: #95a3aa;
    color: #ffffff;
    border-color: #fff;
    /*font-size: 1em;*/
}

.darkblueBG {
    background-color: #17546a;
    color: #ffffff;
    border-color: #17546a;
}

.lightgreyBG {
    background-color: #bccacc;
    color: #ffffff;
    font-size: 1em;
}

.silverBG {
    background-color: #F3F4F5;
}

/* @end */

/* @group Footer */

/*Footer*/

footer {
    padding-top: 18px;
    width: 99%;
    border-top: 1px solid #5e5e5e;
    border-left: 2px solid white;
    margin-left: 6px;
    background-color: white;
}

    footer a, footer a:visited {
        color: gray;
        text-decoration: none;
    }

    footer div.col-md-2 {
        padding-top: 1em;
        padding-bottom: .2em;
    }

    footer .sansheader {
        color: #3098c5;
        text-decoration: none;
        font: normal normal 14px/2.4em SansMedium;
    }

#footerDesc {
    background-position: 293px 0;
    background-repeat: no-repeat;
    background-image: url(Images/office_map.png);
    height: 182px;
    margin-right: 0px;
    padding-left: 0;
}

    #footerDesc p {
        margin-top: 5px;
        margin-bottom: 11px;
    }

footer p.twelve {
    line-height: 18px;
}

#footerDesc br + a {
    position: relative;
    top: 6px;
    color: gray;
}

#footerDesc img {
    /*padding-top: 4px;*/
    margin-bottom: 0;
    margin-left: -1px;
    margin-top: 0;
}

#footerDesc svg {
    /*padding-top: 4px;*/
    margin-bottom: -2px;
    margin-left: -2px;
    margin-top: 2px;
}

footer > .row:nth-child(2) {
    padding-top: 10px;
    border-top: 1px solid #b2c0c3;
    padding-bottom: 32px;
}

footer .sansfooter {
    color: #3098c5;
    text-decoration: none;
    font-size: 12px;
    line-height: 2.4em;
}

#legal_disclaimer {
    padding-top: 18px;
    border-top: 1px solid #caccc9;
}

#disclaimer {
    padding-bottom: 1em;
  padding-right: 2em;
}

footer #headingOne h4 {
  padding-bottom: 12px;
}



    #disclaimer p {
        font: 10px/13px SansRE;
        color: #c2c2c2;
    }

    #disclaimer a {
        color: #ccc !important;
    }

#footermenu {
    /*margin-top: 28px;*/
    margin-top: 10px;
    text-align: left;
    padding-top: 16px;
    padding-left: 14px;
    border-top: 1px solid #caccc9;
    width: 100%;
    margin-bottom: 48px;
}

    #footermenu ul {
        font: 13px/15px SansLight;
        height: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #footermenu p {
        color: silver;
        text-align: left;
        font-size: 10px;
        margin-top: -20px;
        margin-right: 16px;
        display: block;
        float: right;
    }

        #footermenu p:after {
            color: #626e73;
            content: '\2009®';
            font: 23px/0 ModernLight;
            left: 0;
            padding-left: 0;
            position: relative;
            top: 4px;
        }

@media (max-width: 990px) {

    li.FooterList:before {
        color: white;
    }

    #footermenu p {
        color: silver;
        text-align: left;
        font-size: 10px;
        margin-right: 0;
        display: block;
        float: left;
        margin-top: 16px;
        margin-left: 8px;
        line-height: 1.5em;
    }

        #footermenu p:after {
            left: 0;
            top: 13px;
        }

    footer .sansheader a {
        color: #3098c5 !important;
    }

    footer .row:nth-of-type(1) {
        padding-bottom: 10px;
    }

    footer p.twelve {
        max-width: 280px;
  color: #626463;
}

footer img {
        margin-bottom: 18px;
        margin-left: -2px;
        margin-top: 2px;
    }
}

@media (max-width: 770px) {
}

@media (max-width: 480px) {

    #footermenu p:after {
        top: 20px;
        display: block;
        position: relative;
        margin-left: -3px;
    }
}

.FooterListFirst {
    list-style-type: none;
    display: inline;
    text-decoration: none;
    padding-right: 6px;
    font-family: SansLight;
}

.FooterList {
    padding-left: 5px;
    padding-right: 6px;
    list-style-type: none;
    display: inline;
    text-decoration: none;
    font-family: SansLight;
    border-top: 4px solid white;
    padding-bottom: 0;
}

    .FooterList:before, .FooterListLast:before {
        content: "|";
        font-size: 12px;
        position: relative;
        bottom: 1px;
        right: 7px;
        color: silver;
    }

    .FooterList a, .FooterListFirst a, .FooterListLast a {
        border-bottom: 1px solid #8de4f9;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.FooterListLast {
    list-style-type: none;
    display: inline;
    text-decoration: none;
    padding-left: 5px;
}

footer a:hover {
    color: #444;
    background-color: #fff500;
    border-color: #f7ff1a;
    border-right-color: #f7ff1a;
    border-right-style: solid;
    border-left-color: #f7ff1a;
    border-left-style: solid;
    text-decoration: none;
}

ul.footerlinks {
    list-style: none;
    font-size: 11px;
    line-height: 1.4em;
}

/* @end */

/* @group Error Page */

.view-error header {
  max-height: 5em;
}

.view-error #error_info {
  min-height: 220px;
  background: url(Images/ListingNotFound.svg) no-repeat center 0;
  text-align: center;
  font-family: SansLight;
  padding-bottom: 4em;
  color: #656361;
}


.view-error #error_info h1.light {
  font-size: 18px;
  line-height: 24px;
  padding-top: 96px;
  padding-bottom: 15px;
}

.view-error #error_info p {
  font-size: 14px;
  line-height: 21px;
  padding: 15px;
}

.view-error #error_info a {
  font-size: 14px;
  line-height: 21px;
  border-bottom: 1px solid #EEEEEE;
}

.view-agents-joinerror, 
.view-agents-joinsuccess {
	
}

.view-agents-joinerror header, 
.view-agents-joinsuccess header {
height: 4em
}

.view-agents-joinerror .row, 
.view-agents-joinsuccess .row {
  margin-bottom: 60px;
}

.view-agents-joinerror h1, 
.view-agents-joinsuccess h1 {
  height: 36px;
  font-size: 21px;
}

.view-agents-joinerror p a 
 {
  margin-top: 2em;
}

/* @end */



/* @group Bootstrap Forms */

input.form-control {
  font-family: SansRE;
}

input.form-control.input-lg, 
.input-group-lg input.form-control, 
.input-group-lg .input-group-btn button {
  font-family: SansLight;
}

form input[readonly="readonly"] {
  display: inline;
  outline: none;
  background-color: #CCC !important;
  border: 1px solid #CCC !important;
  -ms-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #424242;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}

textarea.form-control {
  font: 15px/21px SansLight;
  padding: 15px;
}

@media (max-width: 480px) {
	
/*Make large input style forms more compact on phones*/
 
input.form-control.input-lg, 
.input-group-lg input.form-control {
  width: 100%;
}

 input.form-control.input-lg, 
 .input-group-lg input.form-control, 
 .input-group-lg .input-group-btn button {
  font-family: SansRE;
  display: block;
  height: 31px !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.form-control {
  font-family: SansRE;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
}

  
}

/*Bootstrap forms in iframes*/
/*extra top padding for validation tooltips*/

body.view-member-changepassword,  
body.view-share-listing,
body.view-share,
body.view-ask-listing,
body.view-ask  {
  padding-top: 30px;
}

body.view-member-gopro, 
body.view-agents-join, 
body.view-consultation-index,
body.view-sell-valuation {
  padding-top: 0;
}

body.view-share-listing .container,
body.view-share .container,
body.view-ask-listing .container,
body.view-ask .container {
  padding: 0;
}

.view-member-gopro .top, 
.view-agents-join .top, 
.view-consultation-index .top,
.view-sell-valuation .top {
  padding-bottom: 20px;
  padding-top: 0 !important;
}

.view-member-gopro .top p, 
.view-agents-join .top p, 
.view-consultation-index .top p, .view-consultation-index p, .view-consultation-index h1,
.view-consultation-consultationsuccess .top p
.view-sell-valuation .top p, .view-sell-valuation p, .view-sell-valuation h1,
.view-sell-valuationsuccess {
	font-family: SansLight !important;
	font-size: 16px !important;
	line-height: 22px !important;
	padding-left: 0;
	padding-top: 0;
	max-width: 96%;
	padding-bottom: 10px;
	color: #454545;
}

/*Adjust header height for mobile*/

body.view-consultation-index header,
body.view-sell-valuation header {
	height: 6em !important
}


/* positioning to fix validation tooltip arrow alignment on form fields */

.view-member-gopro .tooltip-inner, 
.view-agents-join .tooltip-inner {
  position: relative;
  top: 15px;
}

/* Share Listing Form, Listing Question Form */

@media (min-width: 481px) {

.view-share-listing .page_content form .col-sm-6, 
.view-ask-listing .page_content form .col-sm-6 {
  width: 50%;
}

.view-share-listing .page_content form textarea, 
.view-ask-listing .page_content form textarea {
  margin-top: 8px;
}

}





/* @end */



/* @group Animations */

/* Form field animations */

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.2);
    }

    50% {
        -webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.9);
    }

    100% {
        -webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.2);
    }
}

@-webkit-keyframes lightpulse {
    0% {
        -webkit-box-shadow: 0 0 8px rgba(51, 204, 255, 0.2);
    }

    50% {
        -webkit-box-shadow: 0 0 8px rgba(51, 204, 255, 0.9);
    }

    100% {
        -webkit-box-shadow: 0 0 8px rgba(51, 204, 255, 0.2);
    }
}

@-webkit-keyframes redpulse {
    0% {
        -webkit-box-shadow: inset 0 0 4px rgba(231,54,76,0.2), inset 0 0 4px rgba(231,54,76,0.2);
    }

    50% {
        -webkit-box-shadow: inset 0 0 4px rgba(231,54,76,0.9), inset 0 0 4px rgba(231,54,76,0.9);
    }

    100% {
        -webkit-box-shadow: inset 0 0 4px rgba(231,54,76,0.2), inset 0 0 4px rgba(231,54,76,0.2);
    }
}




@-webkit-keyframes glow {
    0% {
        -webkit-box-shadow: 0 0 10px rgba(41,192,229,1), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }

    100% {
        -webkit-box-shadow: 0 0 10px rgba(41,192,229,0.3), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }
}

@-moz-keyframes glow {
    0% {
        -moz-box-shadow: 0 0 10px rgba(41,192,229,1), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }

    100% {
        -moz-box-shadow: 0 0 10px rgba(41,192,229,0.3), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }
}

@-moz-keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(41,192,229,1), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }

    100% {
        box-shadow: 0 0 10px rgba(41,192,229,0.3), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }
}

@-ms-keyframes glow {
    0% {
        -ms-box-shadow: 0 0 10px rgba(41,192,229,1), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }

    100% {
        -ms-box-shadow: 0 0 10px rgba(41,192,229,0.3), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(41,192,229,1), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }

    100% {
        box-shadow: 0 0 10px rgba(41,192,229,0.3), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }
}


@-webkit-keyframes whiteglow {
    0% {
        -webkit-box-shadow: 0 0 12px rgba(255,255,255,1), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }

    100% {
        -webkit-box-shadow: 0 0 12px rgba(255,255,255,0.2), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }
}

@-moz-keyframes whiteglow {
    0% {
        -moz-box-shadow: 0 0 12px rgba(255,255,255,1), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }

    100% {
        -moz-box-shadow: 0 0 12px rgba(255,255,255,0.2), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }
}

@-moz-keyframes whiteglow {
    0% {
        box-shadow: 0 0 12px rgba(255,255,255,1), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }

    100% {
        box-shadow: 0 0 12px rgba(255,255,255,0.2), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }
}

@-ms-keyframes whiteglow {
    0% {
        -ms-box-shadow: 0 0 12px rgba(255,255,255,1), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }

    100% {
        -ms-box-shadow: 0 0 12px rgba(255,255,255,0.2), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }
}

@keyframes whiteglow {
    0% {
        box-shadow: 0 0 12px rgba(255,255,255,1), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }

    100% {
        box-shadow: 0 0 12px rgba(255,255,255,0.2), inset 0 1px 1px rgba(33,33,33,.4), inset 0 1px 0 rgba(33,33,33,.3);
    }
}

/* @end */



/* @group iOS Device-specific */

@media only screen and (device-width: 768px) {

    input#ReceiveNewsletter {
        background-color: white;
        width: 12px;
        height: 12px;
        color: silver;
        border: 1px solid silver;
        opacity: 0.75;
        -webkit-border-radius: 0;
        margin-left: 4px;
    }

}

/* @end */

/* @group Firefox Browser-Specific */

/* Firefox Bugfixes */

input::-moz-focus-inner
/*Remove button padding in FF*/ {
    border: 0;
    padding: 0;
}

@-moz-document url-prefix()
/*FF browser-specific*/ {
    /*
Remove textarea padding in FF*/
    textarea {
        border: 0px;
        padding-right: 2px;
    }
   

    select, select:hover, select:focus {
        outline: none !important;
        -moz-outline-style: none !important;
    }
        /* Hide dotted outline on select element in FF */
        select:-moz-focusring {
            color: transparent !important;
            text-shadow: 0 0 0 #000 !important;
        }
        
    #search_desc ul #homesearch-xs span, #search_desc ul #schoolsearch-xs span {
        top: 8px;
    }

    input#ReceiveNewsletter {
        font: 10px SansRE;
        margin-right: 0;
        padding: 0;
        width: 11px;
    }

    .kern2px, .kern15em {
        margin-left: 0;
        letter-spacing: 0;
    }

    .kern1em, .kern4px {
        letter-spacing: -1px;
    }
}

@media (min-width: 576px) {
  div.data-disclaimer div.modal-dialog {
    max-width: 740px; } }

div.data-disclaimer{
    z-index:9999;
}

div.data-disclaimer div.modal-dialog div.modal-body {
  font-size: 1.125rem; }
 div.data-disclaimer div.modal-dialog div.modal-header{
    text-align:right;}
  div.data-disclaimer div.modal-dialog div.modal-header .close{
      float:none;}
  div.data-disclaimer div.modal-dialog div.modal-body iframe {
    height: 30vh; width:100%; }
    @media (min-width: 768px) {
      div.data-disclaimer div.modal-dialog div.modal-body iframe {
        height: 40vh; } }
    @media (min-width: 992px) {
      div.data-disclaimer div.modal-dialog div.modal-body iframe {
        height: 60vh; } }

/* @end */



