/*
Theme Name: Xprop
Author: Avatar :: PBS
Version: 1.0
*/
* {
	margin:0;
	padding:0;
}
/*----- Custom CSS */

.post-excerpt {
    border-top: 1px solid #eee;
    padding: 15px 0;
    clear: both;
}
.post-thumb {
    float: left;
    margin: 5px 30px 15px 0px;
}
.post-thumb a {
    display: block;
}
h2.post-title {
    margin: 0;
    font-size: 24px;
	line-height: 30px;
    font-weight: 600;
	margin-bottom: 0px!important; 
}
.post-excerpt p {
    margin: 0 0 10px;
	margin-bottom: 0px!important; 
    font-size: 14px;
}
.date {
    color: #999;
    font-size: 14px;
}
.widget_categories
{
	display: block;
    padding-left: 0;
    Padding-right: 0;
    border: 27px solid #f4f4f4;
    margin-bottom: 27px;
}
.widget_categories .widget-title
{
	background-color:#b6bb19;
	margin: 0;
    text-align: center;
	font-size: 17px;
	font-weight: 400;
	padding: 20px 50px;
	margin-bottom: 5px;
}

body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	color:#343434;
	font-size: 16px;
    line-height: 1.6;
	overflow-x:hidden;
}
	
/*----- TYPOGRAPHY */

a {
	color:#b6bb19;
	text-decoration:none;
}

a:hover {
	color:#b6bb19;
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	color:#000;
	font-family: 'Lora', serif;
}

h1 {
	font-size:49px;
}

h2 {
	font-size:30px;
	margin-top: 1.5em;
}

main > h2:first-child {
	margin-top: 0;
}

.home h2 {
	font-size:36px;
	margin-top: 0;
	line-height: 1.2;
}

h3 {
	font-size:22px;
	margin: 1.5em 0 0.5em;
}

ul, ol {
    margin: 0 0 1em 0;
    padding: 0 0 0 2em;
}

ul {
    list-style: none;
}

li {
	position: relative;
	line-height:24px;
}

main ul {
  list-style: outside disc;
}

main li {
  margin-bottom: 10px;
}

.date {
	font-size:12px;
	font-weight:600;
}
/* END TYPOGRAPHY */


/*----- Global */
.alignright {
	text-align:right;
}

.alignleft {
	text-align:left;
}

.centered {
	text-align:center;
}

.nomarg {
	margin:0!important;
}

img {
	max-width:100%;
	height:auto;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.alignleft {
  float: none;
  margin: 0 15px 15px 0;
}

.floatalignleft {
  float: left;
  margin: 0 15px 15px 0;
  width: 42%;
}

ul.floatalignleft {
  float: left;
  margin: 0 0 15px 4%;
  width: 46%;
  padding: 0;
}

ul.arrow {
  padding: 0;
}

.ticked li, .arrow li {
  margin: 1em;
  margin-left: 1.5em;
  list-style: none;
}

.ticked li:before, .arrow li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
}

.arrow li:before {
  content: '\f0a9';
}

ul.floatalignright {
  float: left;
  margin: 0 4% 15px 0;
  width: 46%;
  padding: 0;
}

ul.floatalignright li {
  margin: 1em;
  margin-right: 1.5em;
  text-align: right;
}

ul.floatalignright li:before {
  float: right;
  margin-right: -1.5em;
}

/* END GLOBAL */





/*----- BUTTONS */
p.button a, a.button, 
.gform_button {
  background: rgb(182, 187, 25) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: rgb(0, 0, 0);
  display: inline-block;
  font-family: "Lora",serif;
  font-size: 17px;
  font-weight: 400;
  padding: 20px 50px;
  text-decoration: none;
  text-transform: capitalize;
  margin: 20px 0;
}

a.button {
  margin: 0;
  text-align: center;
}

a.button-half {
  min-width: 40%;
  padding: 20px 5%;
}

p.button a:hover, a.button:hover,
.gform_button:hover { 
	background:rgba(182, 187, 25,0.6)
}

p.button2 a {
  background-color: red;
  color: yellow;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 44px;
  margin: 0;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 22px;
}

p.button2.arrow a {
	background-attachment: scroll;
	background-clip: border-box;
	background-image: url("images/arrow-right-black.png");
	background-position-x: right 17px;
	background-position-y: center;
	background-repeat: no-repeat;
	padding-right: 40px;
}

p.button2 a:hover {
	background-color: rgba(255, 186, 0,0.8);
}

.button2.float {
	float: left;
	margin-right: 27px;
}


.bx-wrapper .bx-controls-direction a {
    height: 85px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: calc(50% - 43px);
    width: 85px;
    z-index: 9999;
}

.bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("images/prev-arrow.png") no-repeat scroll 0 0;
    left: 30px;
}

.bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("images/next-arrow.png") no-repeat scroll 0 0;
    right: 30px;
}
/* BUTTONS */


/*----- LAYOUT */
.wrap {
	width:1170px;
	margin:0 auto;
	position:relative;
}

.wrap.smallpad {
	padding:20px 0;
}

.wrap.medpad {
	padding:35px 0;
}

.wrap.largepad {
	padding:50px 0;
}

header.topheader {
	position:relative;
	background:#fff;
	padding:25px 0;
}

header.topheader:before {
  background: #CAE4DC none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 75px;
  width: 100%;
}

header.topheader h1 {
  background: #ffffff url(images/logo.png) no-repeat scroll center 0;
  float: left;
  height: 121px;
  margin: 0;
  padding: 0 10px;
  text-indent: -9999px;
  width: 333px;
}

header.topheader h1 a{
	width:333px;
	height:121px;
	display:block;
}

#reinz-logo {
	float: right;
	width: 294px;
	height: 80px;
	margin-top: -25px;
}

.topbanner {
	height:293px;
	overflow:hidden;
	background-size: cover !important;
	background-position: center center !important;
}

.topbanner .wrap h1 {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  padding: 10px 27px;
  position: absolute;
  top: 186px;
  font-size:38px;
  font-weight:400;
}

.topbannr {
	height:293px;
	overflow:hidden !important;
	background-size: cover !important;
	background-position: center center !important;
}

.topbannr .wrap h1 {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  padding: 10px 27px;
  position: absolute;
  top: 186px;
  font-size:38px;
  font-weight:400;
}

.headercontact {
  position: absolute;
  right: 250px;
  top: 8px;
}

.headercontact p {
  color: orange;
  font-size: 20px;
}

.searcharea {
  position: absolute;
  right: 0;
  top: 13px;
}

.wrap img + .contenttop {
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
	width:100%;
}


.leftpadded {
  box-sizing: border-box;
  padding-left: 40px;
}

.bx-wrapper {
    position: relative;
	background: #f3f3f3;
}

.bx-wrapper:before {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.bxslider li {
	background-color: #f3f3f3;
	background-size: 1px 1px;
}

.grey {
	background:#F3F3F3;
}

.family1 img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.feature {
  position: relative;
  background: #F3F3F3;
}

.feature .blurb {
  background: #F3F3F3;
}

.blurb .col {
  box-sizing: border-box;
  padding: 40px 40px 40px 0;
}

.blurb .col p.button ,
.blurb .col p.button a {
	margin-bottom:0;
}

.feature.right .image {
  left: 0;
}

.right .blurb .col {
  padding: 40px 0px 40px 40px;
}

.feature .image {
  background: #F4F4F4 none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.feature .image::after {
  background: rgba(0, 0, 0, 0) url(images/arrow-grey-right.png) no-repeat scroll left center;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
}

.right.feature .image::after {
  background: rgba(0, 0, 0, 0) url(images/arrow-grey-left.png) no-repeat scroll left center;
  right: 0;
  left:unset;
}


.image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}


.style2 h1 {
	color:#B6BB19;
	font-size:34px;
}

.style2 h1 {
	color:#B6BB19;
	font-size:34px;
	margin: 0 0 30px;
}

.style2 h1::after {
  background: #b6bb19 none repeat scroll 0 0;
  bottom: -4px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: relative;
  width: 68px;
}


/* END LAYOUT */


/*----- FORMS */
#searchform #s {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: transparent;
    border-style: solid none solid solid;
    border-width: 0px medium;
	color: #333333;
    float: left;
    font-size: 15px;
	font-weight:600;
	height: 38px;
	line-height: 36px;
    padding: 0 0 0 12px;
    width: 214px;
    background: #fff;
}

#searchform #s {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  color: #333333;
  float: left;
  font-size: 15px;
  height: 38px;
  line-height: 36px;
  padding: 0 0 0 12px;
  width: 214px;
}

#searchsubmit {
  background: rgba(0, 0, 0, 0) url("images/search-icon.png") no-repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  float: left;
  height: 23px;
  margin: 7px 0 0 -30px;
  width: 23px;
}

h2.gsection_title {
  color: #b6bb19;
  font-size: 154% !important;
}

.gform_wrapper .sub_section_title {
  border: none !important;
}

.gform_wrapper .sub_section_title h2.gsection_title {
  font-size: 140% !important;
}

#gform_2 h2 {
  margin-top: 50px !important;
}

.ui-datepicker-header {
    color: #666 !important;
}

.repeater-button {
	margin: 0 20px 10px 0 !important;
}
.form-terms {
	font-size: 10px;
}

.form-terms h3 {
	font-size: 14px;
}

.feature-box-green input, .feature-box-green textarea {
	color: #343434;
}

#gform_4 li#field_4_19 { /* Hide Tenant Acknowledgements from Maintenance Request form frontend */
	display: none;
}

/* END FORMS */



/*------ NAVIGATION */
nav.topnav {
	position:absolute;
	bottom:-25px;
	right:0;
}

nav.topnav ul {
  color: #000;
  text-decoration: none;
  padding:0px;
  margin:0 0 0 0px;
}

nav.topnav ul li {
	float:left;
	position:relative;
	line-height: 71px;
}

nav > ul > li.menu-item-has-children > a:after {
  border-color: #444444 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 4px 2px;
  content: " ";
  display: inline-block;
  height: 0;
  margin-left: 0.5em;
  width: 0;
}

nav.topnav ul li a {
	color:#000;
	text-decoration:none;
	margin:0;
	padding:0 20px;
	font-weight:400;
	font-size:17px;
	display: block;
	font-family: 'Lora', serif;
	border-bottom:4px solid #fff;
}

nav.topnav ul li#menu-item-28876 a {
	background:#B6BB19;
	border-bottom:4px solid #B6BB19;
}

nav.topnav ul li#menu-item-28875 a {
	background:url(images/home-icon.png) no-repeat center center transparent;
	text-indent:-9999px;
}

nav.topnav ul li  a:hover,
li.current-page-ancestor a,
li.current_page_item a {
	transition: all 0.5s ease 0s;
	border-bottom:4px solid #B6BB19;
}

nav.topnav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 75px; /* this should be the same height as the top level menu -- height + padding + borders */
	left:0px;
	z-index:1000;
	background: #fff;
	height:auto;
	width:240px;
	overflow:hidden;
}

nav.topnav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	line-height:3em;
	margin:0;
	background:#fff;
	border-bottom:1px solid #D4D5D7;
	text-align:center;
}

nav.topnav ul li ul li a {
	color:#545454;
}

nav.topnav ul ul li:last-child { 
	border-bottom:0 none;
}

nav.topnav ul ul li a { /* target all sub menu item links */ 
	display:block; 
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	margin:0;
	padding:0;
}

nav.topnav  ul.sub-menu li a {
	color:#000;
	border:0 none;
}
  
  
nav.topnav ul ul li.current-menu-item a,
nav.topnav ul ul li a:hover {
	color:#000;
	border:0 none;
}

nav ul li:hover > ul {
	display: inline; /* show sub menus when hovering over a parent */
}

nav.topnav ul li ul li {
  text-align: left;
  float:none;
  padding: 0;
}

nav.topnav ul li ul li a{
	font-size:14px;
	padding: 0 0 0 20px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_9_of_12.padright {
  padding-right: 6%;
  width: 68.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.thirds .span_4_of_12 {
  box-sizing: border-box;
  margin: 0;
  padding: 38px;
  width: 33.333%;
}

.span_3_of_12 {
  	width: 23.8%;
	position: relative;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

.col p,
.col h2 {
	margin-bottom: 24px;
}

.fullwidthbanner img {
  width: 100% !important;
  display: block;
}

.bannertxt-container {
  position: absolute;
  width: 1170px;
  left: 50%;
  top: 140px;
  margin-left: -585px;
}

.bannertxt {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  max-width: 66.6%;
  padding: 20px 25px;
}

.bannertxt h2 {
	  color: #ffffff;
	  font-size: 37px;
	  font-weight: 500;
	  line-height: 46px;
	  margin: 0 !important;
	  text-align: left;
}

aside.sidebar {
  box-sizing: border-box;
  float: left;
  padding-right: 28px;
  width: 377px;
}

aside.sidebar a.button {
  display: block;
  padding-left: 0;
  Padding-right: 0;
  border: 27px solid #f4f4f4;
  margin-bottom: 27px;
}

footer#mainfooter {
	padding:50px 0;
	border-top:10px solid #F4F4F4;
}

footer#mainfooter img {
	max-width:247px;
}

footer#mainfooter p {
	color:#000;
	font-size:16px;
	margin: 0!important;
	font-family: 'Lora', serif;
}

p.email {
	background:url(images/email-icon.png) left center transparent no-repeat;
	padding-left:30px;
}

p.phone {
	background:url(images/phone-icon.png) left center transparent no-repeat;
	padding-left:30px;
}

footer#mainfooter li ul li a{
	float:none;
	font-size:12px;
	text-transform:capitalize;
}

footer#mainfooter .logos img {
	margin-left:30px;
	max-height: 66px;
}

footer#mainfooter .contacts p {
  margin-left: 30px !important;
}

.footercopy p {
	font-size:12px;
	margin-top:12px;
}

.footercopy p a{
	color:inherit;
}

#subfooter {
	background:#F4F4F4;
}


#subfooter p,
#subfooter p a {
	color:#949599;
	font-size:12px;
	height: 36px;
	line-height: 36px;
	margin-bottom:0;
}

.footernav a {
	padding:0 10px;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/*  Properties For Rent  */

#properties-iframe {
	width: 100%;
	height: 850px;
	margin-bottom: 50px;
}

/*  About  */

.feature-box-grey, .feature-box-green {
	background: #f4f4f4;
	padding: 19px 24px 5px;
	margin-bottom: 24px;
	font-size: 15px;
	text-align: center;
}

.feature-box-green {
	background: #b6bb19;
	color: #fff;
}

.home .feature-box-green {
	font-size: 16px;
	padding: 24px 50px 16px;
	margin-bottom: 0;
}

.feature-box-grey h2, .feature-box-green h2, .feature-box-grey h3, .feature-box-green h3 {
	margin-top: 0;
}

.feature-box-green h2, .feature-box-green h3 {
	color: #fff;
}

hr {
    clear: both;
    border: none;
    height: 10px;
    color: #f4f4f4;
    background-color: #f4f4f4;
    margin: 0 0 24px;
}

.group-about {
	display: table;
	position: relative;
	width: 100%;
	font-size: 14px;
}

.group-about .staff-name {
	font-size: 17px;
	font-family: "Lora",serif;
}

.group-about .col {
	display: table-cell;
	vertical-align: bottom;
	float: none;
}

.text-align-right {
	text-align: right;
}

/*  Contact  */

.group-contact .feature-box-grey, .group-contact .feature-box-green {
	margin-bottom: 0;
}

.group-contact .col {
    margin: 0 0 1% 1%;
}

.group-contact .col:first-child {
    margin-left: 0;
}

.page-id-28871 .maincol {
	margin-top: 0;
}

.feature-box-green .gform_button {
  background: #fff;
}

.feature-box-green .gform_footer {
	text-align: center;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.feature-box-green .gform_wrapper li.gfield.gfield_error,
.feature-box-green .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255, 255, 255, 0.25);
    border-bottom: none;
    border-top: none;
}

.ginput_container_radio label {
  font-weight:700;
}
.ginput_container_radio label span {
  display: block;
  font-size: 90%;
  font-weight:400;
}

/*  Site Map  */

.ddsg-wrapper div {
	display: none;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

/* END TYPOGRAPHY */


/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/

/* for 1450px or less */
@media screen and (max-width: 1450px) {
	
	.bannertxt-container {
	left: 12%;
	max-width: 75%;
	top: 30%;
	margin-left: 0;
	}
	
	.bannertxt {
	max-width: 100%;
	}
	
	.bannertxt h2 {
	  font-size: 30px;
	}
	
}
	
/* for 1170px or less */
@media screen and (max-width: 1170px) {
	
	nav.topnav {
	display:none;
	}


	.wrap {
	max-width: 94%;
	}
	
	aside.sidebar {
	clear: left;
	margin: 30px 0 0;
	float: none;
	width: 100%;
	}
	
	.maincol {
		width: 100%;
	}
	
	.col.logos {
	display: block;
	float: none;
	text-align: center;
	width: 100% !important;
	}	
	
	.col.footerlogo,
	.col.contacts	{
	display: none;
	}
	
/*	#reinz-logo {
		display: none;
	}*/
}

/* for 1010px or less */
@media screen and (max-width: 1010px) {	
	
	footer#mainfooter nav,
	.footercopy  img,
	.topsocial.bottom{
	display:none;
	}

	footer#mainfooter .col.span_9_of_12,
	footer#mainfooter .span_3_of_12	{
	width: 49%;
	}
	
	.locumjourney img {
	  width: 50%;
	}
	
	#mainfooter .span_4_of_12,
	#mainfooter .span_2_of_12,
	#mainfooter .span_6_of_12 {
	width:100%;
	float:none;
	}
	
	#mainfooter .col {
	  margin:0 ;
	}
	
		
	.bannertxt-container {
	left: 12%;
	max-width: 70%;
	top: 34%;
	}
	
	.bannertxt h2 {
	  font-size: 20px;
	  line-height: 30px;
	}
	
	.bx-controls {
	display:none;
	}
	
	.group-about .col {
		display: block;
		float: left;
		width: 100%;
		text-align: center;
	}
	.mobile-divider {
		border-top: 10px solid #f4f4f4;
		padding-top: 24px;
	}
	
}


/* for 780px or less */
@media screen and (max-width: 780px) {
	.image {
	display: none;
	}
	
	.blurb .col,
	.right .blurb .col {
	  padding: 0;
	}
	
	.floatalignleft, ul.floatalignleft, ul.floatalignright {
	float: left;
	margin: 0;
	padding: 0;
	width: inherit;
	}
	
	ul.floatalignright li {
	  margin: 1em;
	  margin-left: 1.5em;
	  text-align: left;
	}
	
	ul.floatalignright li:before {
	  float: left;
	  margin-left: -1.5em;
	}
	
	.bannertxt-container {
	left: 2%;
	max-width: 96%;
	top: 15%;
	}
	
	.bannertxt {
	padding: 15px;
	}
	
	.bannertxt h2 {
	  font-size: 13px;
	  line-height:16px;
	}
	
	.col-height {
	  display: block;
	  float: none;
	  height: auto;
	}
	
	.thirds .span_4_of_12 {
	padding:25px;
	width: 100%;
	}
		
	.span_3_of_12 {
	  width: 100%;
	}
	
	.leftpadded {
	  padding: 20px!important;
	}
	
	#subfooter {
	  padding: 10px 0;
	}

	#subfooter .col {
	margin:0;
	}
			
	#subfooter p {
	margin:0;
	}
		
	#subfooter .span_6_of_12 {
		width:100%;
		text-align:center;
	}

	
	
	.wrap.smallpad,
	.wrap.medpad,
	.wrap.largepad{
		padding:20px 0;
	}

	footer#mainfooter .col.span_9_of_12,
	footer#mainfooter .span_3_of_12	{
	width: 100%;
	float:none;
	}
	
	.alignright,
	.copyright	{
	text-align: center;
	}
	
	.footernav {
	display:none;
	}

	
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12, .span_9_of_12.padright {
	width: 100%;
	padding-right:0;
	}
	
	header.topheader {
		height:auto;
	}
	
	.home .feature-box-green {
		padding: 24px 24px 9px;
	}

}


/* for 550px or less */
@media screen and (max-width: 550px) {
		
	header.topheader h1 {
		background: #ffffff url("images/logo.png") no-repeat scroll center 0 / cover ;
		height: 91px;
		padding: 0;
		width: 250px;
	}

	header.topheader h1 a {
	  height: 91px;
	  width: 250px;
	}
	
	#mainfooter {
		display:none;
	}
	
	.blurb .col p.button, .blurb .col p.button a {
		margin-bottom: 15px;
	}
	
	a.button {
	  width: 100%;
	}
	
	.bxslider li {
		height: 293px;
		background-position: center center;
    	background-size: cover;
	}
	.bxslider li img, .bannertxt-container {
		display: none;
	}
	
}
