
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700|Roboto+Condensed:400,300);

/* Globals
----------------------------------------------- */	
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 120%;
	color: #333;
	}
	
h1,
h2,
h3 {
	font-family: 'Open Sans', sans-serif;
	color: #002953;
	}
	
h1 {
	text-align: center;
	text-transform: capitalize;
	padding-bottom: 18px;
	border-bottom: 1px solid #7AC041;
	}

.main {
	min-height: 350px;
	margin: 20px 0;
	}
	
a.button, input.button {
    width: auto;
    height: auto;
    line-height: 120%;
    padding: 12px 12px;
    background: #002A52;
    border-radius: 0 12px 0 12px;
    border: 1px solid #fff;
}
	
a.button:hover,
input.button:hover {
	color: #fff;
	background: #0050A0;
	}
	
a:visited,
a:hover {
	color: #7AC041;
	}
	
.player {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	}

.textRight {
    text-align: right;
	}
	
.bg_781D7E {
	color: #fff;
	background: #781D7E;
	}

.show {
	color: #79BF40;
	display: block;
	background: none;
	border: none;
	padding: 0 10px;
	}
	
.show:hover {
	cursor: pointer;
	text-decoration: underline;
	}
	
.hide {
	display: none;
	border: none;
	background: #dedede;
	padding: 10px;
	margin: 0;
	}
	
img.left {
    float: left;
    margin: 0 10px 10px 0;
	}
	
img.right {
    float: right;
    margin: 0 0 10px 10px;
	}
	
.squircle {
    border-radius: 0 8% 0 8%;
	}
	
.squircle16Fixed {
	border-radius: 0 16px;
	}
	
.squircle40Fixed {
	border-radius: 0 40px;
	}

.triDeet {
	width: 22px;
	height: 22px;
	background: #fff;
	margin-left: 8px;
	display: inline-block;
	border-radius: 0 6px;
	}
		
.tri {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	right: 0;
	top: 0;
	}
	
.triWhite {
	border-color: transparent transparent transparent #fff;
	margin-left: 8px;
	}
	
.triGreen {
	border-color: transparent transparent transparent #7AC041;
	margin-left: 8px;
	}
	
.inline {
	display: inline-block;
	}
	
.vmid {
	vertical-align: middle;
	}
	
/* Chart Classes
----------------------------------------------- */
.chartTitle {
	text-align: center;
	margin: 20px 0;
	}
	
.tableChart {
	width: 98%;
	padding: 12px;
	margin-bottom: 20px;
	background: #7AC142;
	border-radius: 0 15px;
	float: left;
	overflow: hidden;
	}
	
.tCol {
	width: 25%;
	font-weight: 300;
	text-align: center;
	float: left;
	position: relative;
	left: -100px;
	opacity: 0;
	z-index: 1;
	}

.tRow {
	padding: 10px;
	}
	
.tRow:last-child {
	margin-bottom: 0;
	}

.tRowHead {
	font-weight: 300;
	}
		
.tColWhite {
	background: #fff;
	}
	
.tColWhite.first {
	/*border-radius: 0 0 0 15px;*/
	}
	
.tColWhite .tRow {
	border-bottom: 1px solid #7AC142;
	}
	
.tColSage {
	background: #E2F1D4;
	}

.tColWhite .tRow:first-child,
.tColWhite .tRow:last-child,
.tColSage .tRow:first-child,
.tColSage .tRow:last-child {
	border-bottom: 0;
	}
	
.tColWhite.first .tRow {
	border-right: 1px solid #7AC142;
	}
	
.tColSage.first .tRow {
	border-right: 1px solid #fff;
	}

.tColSage.first .tRow.tRowHead {
	border-right: 1px solid #7AC142;
	}
		
.tColSage .tRow {
	border-bottom: 1px solid #fff;
	}
	
.tColWhite .tRow.tRowHead,
.tColSage .tRow.tRowHead {	
	color: #fff;
	background: #7AC142;
	}

.rowBold {
	font-weight: 400;
	}
		
.tableFooter {
	color: #fff;
	}
	
.evo {
	}
	
.evoMain,
.evoSub {
	display: inline-block;
	margin-top: 8px;
	vertical-align: middle;
	opacity: 0;
	}
	
.evoMain {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	}
	
.evoSub {
	font-size: 13px;
	}
	
	
	
.barGraph {
	font-size: 19px;
	}

.graphTitle {
	font-weight: 400;
	text-transform: uppercase;
	color: #002953;
	}
		
.gRow {
	}

.gRowHead,
.gRowBody {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 10px;
	padding-top: 10px;
	}
		
.gRowHead {
	width: 12%;
	font-weight: 400;
	color: #002953;
	text-align: right;
	padding-right: 10px;
	}
	
.gRowBody {
	width: 80%;
	border-left: 1px dashed #002953;
	}
	
.bar {
	width: 0;
	color: #fff;
	padding: 3px;
	position: relative;
	margin-bottom: 2px;
	}
	
.barNumber {
	font-weight: 400;
	color: #fff;
	text-align: right;
	margin-right: 10px;
	}
	
.threeper {
	color: #7AC142;
	background: #7AC142;
	}
	
.fiveper {
	color: #002953;
	background: #002953;
	}
	
.barLegend {
	text-align: center;
	}
	
.legendItem {
	display: inline-block;
	vertical-align: top;
	margin: 20px;
	}

.lBox,
.lDesc {
	display: inline-block;
	vertical-align: middle;
	}
	
.lBox {
	width: 19px;
	height: 19px;
	margin-right: 5px;
	}
	
.lDesc.threeper,	
.lDesc.fiveper {
	font-weight: 400;
	text-transform: uppercase;
	background: none;
	}	
	
	
	
		
/* Animation Classes
----------------------------------------------- */
.comeIn {
  transform: translateY(150px);
  animation: comeIn 0.8s ease forwards;
	}

.comeIn:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
	}

.alreadyVis {
  transform: translateY(0);
  animation: none;
	}

@keyframes comeIn {
  to { transform: translateY(0); }
	}
	
/* Featherlight Overrides Classes
----------------------------------------------- */
.featherlight-content {
	border-radius: 0 14px 0 14px;
	}
	
.featherlight .featherlight-content {
	background: #002953;
	border: none;
	padding: 0;
	}

.featherlight-next, 
.featherlight-previous	{
	top: 0;
	}
	
.featherlight-previous {
	left: 0;
	right: 84%;
	}
	
.featherlight-next {
	right: 0;
	left: 84%;
	}
	
.featherlight-next:hover,
.featherlight-previous:hover {
	/*background: rgba(244,145,30,0.25);*/
	background: rgba(255,255,255,0.25);
	}

.featherlight .featherlight-close-icon {
	color: #fff;
	background: #7AC041; /* Set the background in case it overlaps the content */
	}
			
/* Header
----------------------------------------------- */
.container.headLogo {
	margin-bottom: -20px;
	}
	
.header {
	width: 100%;
	padding: 8px 0;
	position: relative;
	z-index: 10;
	background: #b0d482;
	background: -moz-linear-gradient(top, #b0d482 0%, #7bbe49 100%);
	background: -webkit-linear-gradient(top, #b0d482 0%,#7bbe49 100%);
	background: linear-gradient(to bottom, #b0d482 0%,#7bbe49 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d482', endColorstr='#7bbe49',GradientType=0 );
	border-bottom: 1px solid #002A52;
	}
	
.logo,
.tagLine {
	display: inline-block;
	vertical-align: bottom; 
	}
	
.logo {
	width: 50px;
	margin-left: 75px;
	}
	
.tagLine {
	width: 225px;
	margin: 0 0 0 12px;
	}

.headTriangle {
	position: absolute;
	left: -25px;
	top: 0;
	z-index: -1;
	}
	
.floatHeader {
	width: 100%;
	padding: 8px 0;
	background: #b0d482;
	background: -moz-linear-gradient(top, #b0d482 0%, #7bbe49 100%);
	background: -webkit-linear-gradient(top, #b0d482 0%,#7bbe49 100%);
	background: linear-gradient(to bottom, #b0d482 0%,#7bbe49 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d482', endColorstr='#7bbe49',GradientType=0 );
	border-bottom: 1px solid #002A52;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 12;
	}
		
.floatHeader .logo {
	width: 50px;
	position: relative;
	}
	
.floatHeader .headNav {
	width: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	}
	
			
.menuTrigger {
	width: 34px;
	text-indent: -9999px;
	position: absolute;
	top: 22px;
	right: 20px;
	margin-top: -25px;
	}
	
.menuTrigger:hover {
	cursor: pointer;
    }

.menuBar {
	width: 34px;
	height: 4px;
	margin: 4px 0;
	background: #002953;
	position: relative;
	}

.mainFrame {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
	}

/* Nav Classes
----------------------------------------------- */
/* Straight Nav */
ul.mega-menu {
	max-width: 100%;
	}
	
ul.mega-menu .item1.navBlue,
ul.mega-menu .item1.navOrange {
	color: #fff;
	}
	
.navBlue {
	background: #0085dd;
	}
	
.navOrange {
	background: #ff9900;
	}
 
ul.mega-menu .item1.navBlue.active {
	outline: 1px solid #0085dd;
	}
	
ul.mega-menu .item1.navOrange.active {
	outline: 1px solid #ff9900;
	}
	
.headNav {

	}
	
.topNav {
	width: 100%;
	float: none;
	height: auto;
	}
	
ul.mega-menu {
	height: auto;
	float: right;
	}
	
ul.mega-menu .item1:hover, 
ul.mega-menu .item1.active, 
ul.mega-menu .mega-hover {
    background: none;
    color: #0050A0;
	}

ul.mega-menu .item1 {
	font-size: 13px;
	color: #fff;
	line-height: 160%;
	font-weight: 300;
	}

ul.mega-menu li .sub-container {
	background: url('https://network.2percentrealty.ca/themes/2per_realtor_metro/structure/bg_002852_75.png');
	border-radius: 0 15px;
	}
	
ul.mega-menu li .sub-container.non-mega a.item2,
.item2.mega-hdr-a,
ul.mega-menu .sub li.mega-hdr li a {
	min-width: 80px;
	font-size: 13px;
	color: #fff;
	text-align: left;
	padding: 10px 15px;
	display: block;
	}	
	
ul.mega-menu .sub li.mega-hdr li a {
	margin-left: 10px;
	}
	
ul.mega-menu li .sub-container.non-mega a.item2:hover,
.item2.mega-hdr-a:hover,
ul.mega-menu .sub li.mega-hdr li a:hover {
	color: #7AC041;
	}
	
ul.mega-menu li .sub-container.non-mega .sub {
    padding: 0;
	}	
	
ul.mega-menu li .sub-container.mega .sub {
	padding: 0;
	}

ul.mega-menu li .sub-container.mega {
	width: auto !important;
	left: auto !important;
	}

ul.mega-menu li .sub li.mega-hdr {
	height: auto !important;
	}	

.item2.mega-hdr-a {
	height: auto !important;
	margin-bottom: 0;
	}
			
/* Curtain Nav */
.navClose {
	font-size: 44px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 12;
	display: none;
	}
	
.navClose:hover {
	transform: scale(1.1);
	}
	
.navClose:hover {
	cursor: pointer;
	}
	
.navCurtain {
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 15;
	display: none;
	overflow: auto;
	background: rgba(0,41,83,0.95);
	}
	
.mainNav {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	width: 35%;
	height: auto;
	text-align: left;
	padding: 13% 0 0;
	/*
	position: absolute;
	top: -10px;
	*/
	opacity: 0;
	display: inline-block;
	}
	
.mainNav a {
	color: #fff;
	}
	
ul.treeview li {
	list-style: none;
	}
	
.mainNav li a {
	font-size: 20px;
	line-height: 140%;
	text-decoration: none;
	display: block;
	}
	
.mainNav li a:hover {
	}
	
.treeview .item1, 
.treeview .item1:hover, 
.treeview .item1.active, 
.treeview .item1.active:hover {
	font-size: 26px;
	color: #fff;
	line-height: 120%;
	padding: 0;
	}

#navMobile {
	display: none;
	}

.navbar {
	height: 44px;
	padding-right: 20px;
	}
	
#menu-icon {
	width: 31px;
	height: 31px;
	color: #fff;
	font-size: 19px;
    margin-right: 32px;
    padding: 8px 0 0 40px;
	float: right;
	}	

#menu-icon:hover {
	cursor: pointer;
	opacity: 0.75;
	}
	
.panelTitle {
	color: #fff;
	line-height: 43px;
	font-size: 20px;
	padding: 0 0 0 30px;
	border-bottom: 1px solid #777;
	}
	
.panelTitle h1 {
	color: #fff;
	font-size: 19px;
	}
		
#jPanelMenu-menu {
	background: #333;
	}
	
.treeview {
	margin: 0;
	position: relative;
	}
	
.treeview ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.treeview li {
	display: block;
	position: relative;
	margin: 4px 0;
	}

.treeview .collapsable {
	background: none;
	}

/*.treeview .navMobile-submenu-item.expandable.collapsable {
	background: none;
	}
*/	
.navMobile .active {
	
	}
	
.treeview .item1,
.treeview .item1:hover,
.treeview .item1.active,
.treeview .item1.active:hover {
	line-height: 30px;
	color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 15px 8px 30px;
    position: relative;
    z-index: 11;
	}
	
.treeview .item1:hover,
.treeview .item1.active:hover {	
	color: #7AC041;
	}

.treeview .item2,
.treeview .item2:hover,
.treeview .item2.active,
.treeview .item2.active:hover {
	color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
	padding: 4px 8px 4px 50px;
	margin: 0px 0px 0px 0px;
	}
	
.treeview .item2:hover,
.treeview .item2.active,
.treeview .item2.active:hover {
	color: #7AC041;
	}
	
.treeview .treeview-submenu {
    z-index: -1;
	}
	
.treeview .treeview-submenu li.expandable ul {
	padding: 0 10px;
	display: block !important;
	}

.treeview .treeview-submenu-item.expandable ul.navMobile-submenu {
	background: none;
	}

.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2:hover,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2.active,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2.active:hover {
	font-size: 11px;
	font-weight: normal;
	}
	
.hitarea.expandable-hitarea {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 0;
	background: url('https://network.2percentrealty.ca/themes/2per_realtor_metro/structure/plusminus_lg.png') no-repeat 0 0;
	z-index: 12;
	}
	
.hitarea.expandable-hitarea:hover {
	background: url('https://network.2percentrealty.ca/themes/2per_realtor_metro/structure/plusminus_lg.png') no-repeat 0 0;
	cursor: pointer;
	}
	
.hitarea.collapsable-hitarea {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 0;
	background: url('https://network.2percentrealty.ca/themes/2per_realtor_metro/structure/plusminus_lg.png') no-repeat 0 -30px;
	z-index: 12;
	}

.hitarea.collapsable-hitarea:hover {
	cursor: pointer;
	}

.hitarea.expandable-hitarea.fullClickHit,
.hitarea.collapsable-hitarea.fullClickHit {
	width: 100%;
	}
	
.collapsable .section li .hitarea.collapsable-hitarea,
.collapsable .section li .hitarea.expandable-hitarea {
	top: -3px;
	left: 10px;
	}
			
.navMobile .navMobile-submenu li .hitarea {
	display: none;
	}
	
.navMobile-submenu {
	margin: 0 10px;
	}
	
.navLogo {
	width: 100px;
	margin: 2px 0;
	float: right;
	}	
		
/* Home Page
----------------------------------------------- */	
.bannerBG {
	width: 103%;
	position: absolute;
	top: -12px;
	left: -12px;
	z-index: -1;
	filter: blur(5px);
	opacity: 0.7;
	}
	
.offsetOverlay {
	width: 100%;
	height: 35px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	}
	
.featVid {
	width: 100%;
	margin: 0 auto 30px auto;
	}
		
.intrRatio {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-bottom: 42.5%;*/ /* Custom for current Vid */
	/*padding-top: 25px;*/
	padding-top: 0;
	height: 0;
	}

.intrRatioNorm {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	padding-top: 0;
	height: 0;
	}
		
.intrRatio iframe,
.intrRatioNorm iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
.vidBottom {
	margin-bottom: 20px;
	}
	
.container.vidContainer {
	-webkit-transform: translate3D(0, 0, 0);
	-webkit-backface-visibility: hidden;
	}
	
.bigShow {
	position: relative;
	margin-top: 110px;
	-webkit-transform: translate3D(0, 0, 0);
	-webkit-backface-visibility: hidden;
	}
	
.bigShow video {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 2;
	}
	
.bigShowWrap {
	width: 100%;
	left: 0;
	top: 25%;
	}
	
.bigShowContent {
	color: #fff;
	text-align: center;
    text-shadow:
    -1px -1px 3px #777,
    1px -1px 3px #777,
    -1px 1px 3px #777,
    1px 1px 3px #777;  
	}
	
.bigShowContent h1,
.bigShowContent h2,
.bigShowContent h3 {
	font-family: "Oswald",sans-serif;
	color: #fff;
	line-height: 110%;
	}
	
.bigShowContent h1 {
	font-size: 50px;
	font-weight: 700;
	}

.bigShowContent h2 {
	font-size: 42px;
	font-weight: 300;
	}

.badgeStage {
	text-align: center;
	}
	
.catTitle {
	font-family: 'Oswald', sans-serif;
	font-size: 34px;
	font-weight: 400;
	text-align: center;
	color: #781D7E;
	clear: both;
	margin: 45px 0 20px 0;
	}
		
.bItem {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	color: #781D7E;
	text-align: center;
	-webkit-backface-visibility: hidden;
	display: inline-block;
	vertical-align: top;
	}

.bItem,
.bItem:visited,	
.bItem a,
.bItem a:visited {
	color: #781D7E;
	text-decoration: none;
	}
	
.bItem img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	}

.bItem:hover > img.badge {
	transform: scale(1.1);
	}
		
.bItem .bText {
	padding: 5% 8%;
	}
	
.container.flyOpen {
	color: #781D7E;
	background: #eee;
	display: none;
	}
	
.container.flyOpen .content {
	padding: 30px 20px;
	}
	
.container.flyOpen .flyDesc {
	display: none;
	}
	
.flyDesc,
.flyDesc h1,
.flyDesc h2,
.flyDesc h3 {
	color: #333;
	}

.flyDescIcon,
.flyDescContent {
	display: inline-block;
	vertical-align: middle;
	}
	
.flyDescIcon {
	width: 12%;
	}
	
.flyDescContent {
	width: 78%;
	padding: 0 4%;
	}
		
.flyClose {
	font-size: 24px;
	font-weight: 400;
	float: right;
	}

.bItem:hover,	
.flyClose:hover {
	cursor: pointer;
	}
	
.flyClose:hover {
	color: #F4911E;
	}
	
.featureTop {
	max-height: 684px;
	overflow: hidden;
	background: -moz-linear-gradient(top, rgba(0,40,82,0.5) 0%, rgba(0,40,82,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,40,82,0.5) 0%,rgba(0,40,82,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,40,82,0.5) 0%,rgba(0,40,82,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80002852', endColorstr='#e6002852',GradientType=0 );
	}
	
.featOverlay {
	width: 100%;
	color: #fff;
	border-radius: 0 15px 0 0;
	background: url('https://network.2percentrealty.ca/themes/2per_realtor_metro/structure/bg_002852_75.png');
	position: absolute;
	bottom: 0;
	}

.featDeets {
	padding: 5% 0;
	}
		
.featDeets,   
.featDeets a {
	color: #fff;
	}
	
.featBadge {
	}

.realName,
.realTitle,
.realcDeets {
	font-weight: 300;
	}
		
.realName {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 10px;
	}
	
.realTitle {
	}
	
.realcDeets {
	margin-top: 20px;
	}

.realtorMeta {
	width: 49.16%;
	padding: 5% 10;
	bottom: 50px;
	}
	
.featBadge,
.featSocial {
	display: inline-block;
	vertical-align: bottom;
	}
		
.featBadge {

	}

.featTop {
	margin-bottom: 5px;
	}
	
.socialIcon {
	display: inline-block;
	vertical-align: top;
	}

.featSocial {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 7px;
	}
		
.featSocial a {
	display: inline-block;
	vertical-align: top;
	}
	
.featureBott {
	text-align: center;
	padding: 16px 0;
	background: #7AC041;
	border-radius: 0 0 0 15px;
	border-top: 1px solid #fff;
	}
	
.featureBottItem {
	width: 33%;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
	}

a.button.hfButton,
a.button.hfButton:visited {
	min-width: 270px;
	color: #fff;
	}
	
.featHead {
	font-size: 19px;
	color: #fff;
	text-align: center;
	}
	
.popTitle {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	white-space: normal;
	color: #002852;
	padding: 5px;
min-height: 40px;
	}
		
.popWrap {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	}
	
.popBadge {
	padding: 5px;
	}

.popFrame {
	border-radius: 0 15px;
	overflow: hidden;
	background: url('https://network.2percentrealty.ca/themes/2per_realtor_metro/structure/bg_7AC041_50.png');
	}
	
.popFrame img {
	opacity: 0.5;
	}
	
.popFrame img:hover,
.popFrame.hActive img {
	opacity: 1;
	cursor: pointer;
	}

.popCorner {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 84px 84px;
	border-color: transparent transparent #002852 transparent;
	-webkit-transform:rotate(360deg);
	bottom: 0;
	right: 0;
	}	
	
.popCorner.tActive {
	opacity: 0.5;
	}

.popPlus {	
	color: #fff;
	font-size: 47px;
	font-weight: 700;
	bottom: -66px;
	right: 11px;
	opacity: 1;
	}
		
.popUp {
	display: none;
	}
	
.popTip {
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 0 22.5px 24px 22.5px;
	border-color: transparent transparent #79C041 transparent;
	border-style: solid;
    -webkit-transform:rotate(360deg);
	}

.popContent {
	color: #fff;
	padding: 5%;
	background: #002852;
	border-radius: 0 15px;
	}

/* Content Pages
----------------------------------------------- */	
.contentSpacer {
 margin-top: 150px;
 }
 
/* Listing Detail Classes
----------------------------------------------- */
 
.deetRealtor {
	color: #fff;
	margin-bottom: 10px;
	background: #7AC041;
	border-radius: 0 16px 0 16px;
	overflow: hidden;
	}

.realtorPhoto,
.realtorContent {
	display: inline-block;
	vertical-align: top;
	}
	
.realtorPhoto {
	width: 45%;
	max-height: 155px;
	position: relative;
	}
	
.realtorContent {
	width: 48%;
	padding: 3%;
	}
	
.realtorContent a,
.realtorContent a:visited {
	color: #fff;
	}
	
.realtorName {
	font-size: 18px;
	font-weight: 400;
	}

.realtorTitle {
	font-size: 12px;
	margin-bottom: 15px;
	}	

.prodBadge {
	width: 100px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 2;
	}
		
.tp {
	width: 60px;
	position: absolute;
	bottom: 2px;
	left: 8px;
	}
 
/* Forms
----------------------------------------------- */

.mainBody form ul,
.mainBody form ol {
	margin: 20px 0;
	}
	
form ul,
form ol,
form li {
	list-style: none;
	margin: 15px 0;
	}
	
form label {
	width: 28%;
	min-width: 135px;
	display: inline-block;
	}
	
form .extra_name {
	display: none;
	}
	
.submit .button,
.submit .buttonSm,
.submit .franButton {
	margin: 0 0 10px 0;
	}
	
.contactForm {
	width: 300px;
	color: #fff;
	padding: 5%;
	margin: 20px auto;
	border-radius: 0 15px;
	background: #7AC041;
	}

.contactForm h2 {
	color: #fff;
	text-align: center;
	}
	
.contactForm form {
	width: 280px;
	margin: 10px auto;
	}

.contactForm form label,
.contactForm form input {
	display: block;
	}
	
.contactForm form label {
	width: 100%;
	margin-bottom: 5px;
	}
		
.contactForm form input {
	width: 96%;
	padding: 2%;
	border: 0;
	}
	
.contactForm form .PhoneInput .optionGroup input {
	width: 65px;
	display: inline-block;
	}
	
.contactForm form .RadioInput.is_realtor .optionGroup .radio_option input,
.contactForm form .RadioInput.is_realtor .optionGroup .radio_option label,
.contactForm form .RadioInput.mail_list .optionGroup .radio_option input,
.contactForm form .RadioInput.mail_list .optionGroup .radio_option label {
	display: inline-block;
	vertical-align: middle;
	}

.contactForm form .RadioInput.is_realtor .optionGroup .radio_option label,
.contactForm form .RadioInput.mail_list .optionGroup .radio_option label {
	width: 67px;
	min-width: 67px;
	margin: 0 0 0 8px;
	font-size: 13px;
	}
	
.contactForm form .RadioInput.is_realtor .optionGroup .radio_option input,
.contactForm form .RadioInput.mail_list .optionGroup .radio_option input {
	width: 15px;
	margin: 0;
	padding: 0;
	border: 0;
	}

.contactForm form .TextareaInput textarea {
	width: 100%;
	}
	
.contactForm form .SelectInput select {
	width: 100%;
	padding: 2%;
	border: 0;
	}
	
.submit {
	text-align: right;
	border-top: 1px solid #fff;
	padding-top: 10px;
	}
		
.submit .button {
	width: 46%;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 10px 0 0 0;
	display: inline-block;
	vertical-align: middle;
	}
	
.contactForm form .error {
	color: #fff;
	font-style: italic;
	background: #00B5F7;
	}
	
.contactForm form input.error,
.contactForm form .RadioInput.is_realtor .optionGroup .radio_option input.error { 
	background: #fff;
	border: 1px solid #00B5F7;
	}
	
/*	
.radio_option label {
	width: 75px;
	min-width: 75px;
	}
	
.radio_option .cms_radio {
	margin: 0 10px 0 0;
	}
*/	
	
/* iFrame Overrides
----------------------------------------------- */
div.listing-content {
	width: 80%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #002852;
	margin: 0;
	}
	
div.listing-details-navigation-container {
	display: none;
	}

div.listing-main-photo-container,
div.listing-main-photo-container div.listing-main-photo-wrapper {
	background-color: none;
	border: none;
	box-shadow: none;
	}

div.listing-summary-section dl {
	font-size: 13px;
	}

div.listing-description {
	font-size: 18px;
	line-height: 140%;
	}

div.listing-info-container label.section-head {
	font-size: 18px;
	padding-bottom: 8px;
	}

div.listing-info-container dl {
	font-size: 16px;
	}

div.listing-info-container dl dt,
div.listing-info-container dl dd {
	padding: 5px 0;
	}

div.vertical-tools-section li.details-action-link, 
div.vertical-tools-section2 li.details-action-link {
	font-size: 18px;
	}
	
.contact-cell {
	vertical-align: top;
	}

h1.listing-address, 
h2.listing-address {
	font-size: 30px; 
	text-transform: uppercase;
	color: #79BF40;
	}

h1.listing-address span, 
h2.listing-address span {
	color: #000;
	padding: 0;
	display: block;
	}
								
div.listing-details-page-navigation,
div.listing-breadcrumbs {
	display: none;
	}

div.results-item-map div.column-num {
    width: 3%;
	}

div.results-item-map div.column-price {
    width: 10%;
	}

div.results-item-map div.column-beds, 
div.results-item-map div.column-baths {
    width: 4%;
	}

div.results-item-map div.column-livearea {
    width: 14%;
	}	
	
div.results-item-map div.column-addr {
    width: 30%;
	}

div.results-item-map div.column-status {
    width: 10%;
	}

div.results-item-map div.column-link {
    float: right;
    width: 5%;
	}

div.results-item-map div.column-onmap {
    margin-left: 0;
    width: 5%;
	}

div.results-filter-form table td {
	width: 30% !important;
	}
	
div.results-filter-form div.filter-form-buttons {
	margin-right: 1px;
	}
 
/* Footer
----------------------------------------------- */		
.footer {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	padding: 30px 0;
	background: #002B54;
	}
	
.footLogo {
	display: block;
	}
	
.footer a,
.footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
.footer a:hover {
	color: #0050A0;
	}
	
.foot {
	font-size: 18px;
	line-height: 120%;
	}
	
.foot.extra {
	font-size: 12px;
	}

.foot.extra p {
	margin: 0;
	}

.footDeets,
.footDeets a {
	color: #7AC142;
    font-size: 16px;
    font-weight: 300;
    line-height: 110%;
	}	
	
.disclaimer,
.impello {
	font-size: 9px;
	text-align: right;
	}
	
* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (max-width: 1024px) {
/* Header Classes
----------------------------------------------- */

}

@media handheld, only screen and (max-width: 995px) {
/* Initial Classes
----------------------------------------------- */
.desktop {
	display: none;
	}
	
.mobile {
	display: block;
	}
	
.content {
	padding: 0 20px;
	}


/* Header Classes
----------------------------------------------- */
.header {
	background-position: -25px bottom;
	}

.container.headLogo {
	margin: 0;
	}
		
.logo {
	width: 5%;
	}

.floatHeader .logo {
	width: 5%;
	}
	
.tagLine {
	width: 40%;
	}	
	
.menuTrigger {
	margin-top: -16px;
	position: absolute;
	top: 50%;
	right: 20px;
	}
	
/* Home Classes
----------------------------------------------- */
.featureTop {
	max-height: 100%;
	}

.featOverlay {
	position: relative;
	}

.featDeets {
	width: 60%;
	}
		
.featBadge {
	width: 25%;
	}
	
.featureBottItem {
	width: 33%;
	}
}

@media handheld, only screen and (max-width: 800px) {
/* Global
----------------------------------------------- */
h1 {
	font-size: 27px;
	}
	
/* Header
----------------------------------------------- */
.quickNav .twocol {
	display: none;
	}
	
/* Home
----------------------------------------------- */
.realPhoto {
	width: 60%;
	margin: 0 auto 20px auto;
	}

.featOverlay {
	margin-top: 20px;
	}
	
.featureBottItem {
	width: 48%;
	}
	
.popWrap {
	width: 48%;
	}

/* Chart
----------------------------------------------- */
.tRowHead {
	height: 42px;
	}
	
/* Listings Page
----------------------------------------------- */
#list2 {
	display: block;
	}
	
#list3 {
	display: none;
	}
	
#criteria select, 
.optionTitle {
	display: block;
	margin-bottom: 10px;
	}

.optionTitle {
	text-align: center;
	}
	
#criteria select {
	width: 100%;
	}
	
#criteria select,
.searchBox .filterInput input {
	font-size: 13px;
	}
	
.propItem, .propItemsp {
	width: 47%;
	}
	
.propCover {
	/*
	height: 220px;
	max-height: 220px;
	*/
	}
	
.realtorPhoto {
	max-height: 100%
	}
	
.deetStats .textRight {
	text-align: left;
	margin-bottom: 10px;
	}
	
.mainDeets,
.otherDeets {
	padding: 0;
	}
	
/* Footer
----------------------------------------------- */
.footDeets, 
.footDeets a {
	font-size: 19px;
	}
	
.footTag {
	max-width: 270px;
	}
}

@media handheld, only screen and (max-width: 767px) {
/* Nav
----------------------------------------------- */
.mainNav {
	width: 100%;
	}
	
/* Header
----------------------------------------------- */

	
/* Home
----------------------------------------------- */
.bigShow {
	margin-top: 100px;
	}

/* Content
----------------------------------------------- */
	
/* Footer
----------------------------------------------- */
.footLogo,
.footTag {
	margin: 0 auto;
	}
	
.footTag {
	margin-bottom: 10px;
	}
	
.footDeets,
.disclaimer,
.impello {
	text-align: center;
	}
	
.footDeets,
.footDeets a {
	font-size: 13px;
	}
}

@media handheld, only screen and (max-width: 640px) {
/* Nav
----------------------------------------------- */
.quickNav {
	display: none;
	}

.navClose {
	top: 20px;
	right: 20px;
	}

/* Header
----------------------------------------------- */
.header,
.floatHeader {
	background-position: -50px bottom;
	}
	
.logo {
	width: 8%;
	margin-left: 21px;
	}
	
/* Home
----------------------------------------------- */
.bigShow {
	margin-top: 55px;
	}
	
.bigShowContent h1 {
	font-size: 32px;
	}

.bigShowContent h2 {
	font-size: 22px;
	}
	
.player {
	position: relative !important;
	left: 0 !important;
	bottom: 0 !important;
	margin: 0 auto !important;
	}
	
/* Chart
----------------------------------------------- */	
.chart {
	width: 96%;
	}
	
.tRow,
.tRowHead {	
	font-size: 13px;
	}

.tRowHead {
	line-height: 110%;
	}
	
/* Content
----------------------------------------------- */	
.contentSpacer {
    margin-top: 70px;
	}
	
.content {
	padding: 0;
	}

/* Listings Page
----------------------------------------------- */	
.resultCount,
.searchTitle {
	text-align: center;
	}
	
.resultCount {
	line-height: 110%;
	}
	
.criteriaItem {
	width: 100%;
	margin-bottom: 10px;
	}
	
.optionTitle {
	width: 40%;
	text-align: left;
	}
	
#criteria select {
	width: 50%;
	}
	
.go {
	text-align: center;
	}
	
.propItem, .propItemsp {
	width: 100%;
	}

.searchBox input {
	width: 100px;
	}
		
.searchBox .rSliderVals input {
	font-size: 16px;
	display: inline-block;
	margin: 5px auto 5px auto;
	}
	
.rSliderVals {
	font-size: 16px;
	}
	
#valueLow,
#valueHi {
	text-align: center;
	}
	
#criteria select, 
.optionTitle {
	display: inline-block;
	}
	
}

@media handheld, only screen and (max-width: 639px) {
/* Header
----------------------------------------------- */
.floatHeader .logo {
	width: 8%;
	}
	
/* Home
----------------------------------------------- */	
.realPhoto {
	width: 100%;
	}
	
.featDeets,
.featBadge {
	width: 90%;
	text-align: center;
	display: block;
	}
	
.featBadge {
	margin-top: 0;
	}

.featTop {
	margin: 0 auto 5px auto;
	}
		
.featureBottItem {
	width: 100%;
	display: block;
	margin-bottom: 5px;
	}

/* Forms
----------------------------------------------- */	
.contactForm {	
	width: 100%;
	padding: 0;
	}

/* Listings Page
----------------------------------------------- */	
.resultCount,
.searchTitle {
	text-align: center;
	}
	
.resultCount {
	line-height: 110%;
	}
	
.criteriaItem {
	width: 100%;
	margin-bottom: 10px;
	}
	
.optionTitle {
	width: 40%;
	text-align: left;
	}
	
#criteria select {
	width: 50%;
	}
	
.go {
	text-align: center;
	}
	
.propItem, .propItemsp {
	width: 98%;
	}
	
#valueLow,
#valueHi {
	width: 100%;
	text-align: center;
	margin: 12px 0;
	display: block;
	}
}

@media handheld, only screen and (max-width: 479px) {
/* Header
----------------------------------------------- */	
.headTriangle {
	left: -48px;
	}

/* Chart
----------------------------------------------- */	
.chart {
	width: 92%;
	}
	
.evoMain {
	font-size: 20px;
	}
	
/* Home
----------------------------------------------- */	
.barGraph {
	font-size: 16px;
	}
	
.barLegend {
	text-align: left;
	}
	
.legendItem {
	display: block;
	margin: 10px;
	}
	
.popWrap {
	width: 100%;
	}
	
.realName {
	font-size: 27px;
	line-height: 110%;
	}
	
.featDeets,
.featBadge {
	width: 84%;
	}
	
a.button.hfButton,
a.button.hfButton:visited {
    min-width: 238px;
	}
	
.tRow, .tRowHead {
    font-size: 11px;
	}

.tRow {
    padding: 5px;
	}
	
/* Listings Page
----------------------------------------------- */	
.propCover {
	height: 170px;
	max-height: 170px;
	}
	
.realtorPhoto {
	width: 100%;
	}
	
.go .button.doSearch {
    margin-right: 0;
	}

/* Forms
----------------------------------------------- */	
.contactForm form label {	
	width: 100%;
	display: block;
	}	
	
.contactForm form .RadioInput.mail_list .optionGroup .radio_option label,
.contactForm form .RadioInput.is_realtor .optionGroup .radio_option label {	
	min-width: 50px;
	width: auto;
	display: inline-block;
	}
	
}
/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


}

