/**
 * Theme Name: Webstarter
 * Version: 2
    Author: ROI.com.au
 */
 
  /********************
Webstarter unique styling goes in this section
  *********************/
    
.company_colour, #menu-main > li > ul  {
	background-color:#c1272d;
}

/*navigation text / quote form text colour*/
nav a, .quote_wrap {
	color:#fff;
}

/*footer link colour*/

footer a, .copyright a {
	color:#fff;
}

/*regular font*/
body {
	font-weight:400;
	font-family: arial, sans-serif;
	/*background-image:url('img/bg-pat.jpg');*/
	background-repeat:repeat;
}

html {
	font-size:100%;
}

table tr td p {
	font-family: arial,sans-serif;
	font-size: 14px;
	letter-spacing: 0;
}

p {
	font-weight:400;
	font-family:"Roboto", arial, sans-serif;
	line-height:22px;
}

.brochure {
	color:#ffffff;
	text-decoration:none;
}

#breadcrumbs {
	font-size:11px;
}

/*fonts*/
h1, h2, h3, h4, h5, h6 {
	font-family:'Roboto', arial, sans-serif;
	font-weight:400;
	line-height:30px;
}

h1 {
	font-family: 'Roboto', arial, sans-serif;
	font-size:1.8em;
	font-weight:bold;
	color:#231f20;
}

h2 {
	font-family:'Roboto', arial, sans-serif;
	font-size:1.5em;
	color:#231f20;
}

body {
	font-family:"Roboto", arial, sans-serif;
}

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

nav li a:hover, nav .current-menu-item > a {
	background-color:#2b2b2b;
	color:#fff;
}

.feature_quote button {
	background-color:#2b2b2b;
}

.feature_quote button:hover {
	cursor:pointer;
	background-color:#00afef;
}

/* partners */
.partners {
	margin-top: 30px;
}
.partners h2 {
	text-shadow: 0 0 1px #d4d4d4;
	font-size: 23px;
	line-height: 25px;
	color: #010101;
}
.partners h2 span {
	color: #d92929;
}
.partners .slider {
	position: relative;
	margin: 10px 45px 0;
}
.partners .arrow {
	position: absolute;
	top: 20px;
	width: 35px;
	height: 35px;
	background: url(img/clients-arrow.png) no-repeat 0 -35px;
	font: 0/0 a;
	color: transparent;
	cursor: pointer;
}
.partners .left {
	left: -45px;
}
.partners .left:hover {
	background-position: 0 0;
}
.partners .right {
	right: -45px;
	background-position: -35px -35px;
}
.partners .right:hover {
	background-position: -35px 0;
}
.partners .list {
	position: relative;
	height: 75px;
	overflow: hidden;
}
.partners .list ul {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
}
.partners .list li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.lt-ie8 .partners .list li {
	display: inline;
	zoom: 1;
}
.partners .list li:first-child {
	margin-left: 0;
}
.partners .list img {
	max-height: 75px;
}

  
  /********************
	wrapper
  *********************/
.wrapper {
	margin: 0px auto;
	max-width: 1280px;
	width: 100%;
}

  /********************
	Sitewide
  *********************/

body {
	margin:0px auto;
}
   
.clearfix {
	clear:both;
}

.clearfix-3col {
	clear:both;
}

img.aligncenter {
	margin: 0px auto;
	display:block;
}

iframe {
	max-width:100%;
	border:none;
}

.show_mobile {
	display:none;	
}

/* header / navigation area */

header, nav {
	margin:0px auto;
	width:100%;
}

header {
	background-color:#fff;
}

.header_logo {
	width:49%;
	float:left;
}	

.header_logo img {
	max-width:100%;
}

.header_phone {
	width:49%;
	float:left;
	text-align:right;
	padding:10px 1% 20px 0px;
}

.header_phone a {
	text-decoration:none;
}

.header_phone div {
	text-align:right;
}

.phone_cta_text {
	font-size:1.4rem;
	color:#222222;
	margin:10px 0px;
}

.phone_number {
	font-size:1.6rem;
		margin-top:-10px;
}

/*main nav*/

nav {
	float:left;
	position:relative;
}

#menu-main, #menu-main > li > ul, #menu-main > li > ul > li > ul {
	padding:0px;
	margin:0px;
}

#menu-main > li  {
	list-style-type:none;
	display:block;
	float:left;
}

#menu-main > li > ul > li  {
	height:55px;
	list-style-type:none;
	display:block;
	position:relative;
}

#menu-main > li > a, #menu-main > li > ul > li > a, #menu-main > li > ul > li > ul > li > a {
	height:55px;
	text-decoration:none;
	padding:0px 20px 0px 20px;
	display:block;
	line-height:55px;
	font-size:15px;
	font-weight:400;
}

#menu-main > li > ul > li > ul > li > a {
	width:200px;
	overflow:hidden;
}
	
#menu-main > li > ul, #menu-main > li > ul > li > ul {
	display:none;
	position:absolute;
	z-index:99999;
}

#menu-main > li:hover > ul {
	display:block;
}

#menu-main > li:hover > ul > li:hover > ul {
	display:block;	
	left:100%;
	margin-top:-55px;
}

#menu-main > li.menu-item-has-children, #menu-main > li.menu-item-has-children:hover > a {
	background-image:url('img/arrow-vertical.png');	
	background-repeat:no-repeat;
	background-position:95% 50%;
}

#menu-main > li > ul > li.menu-item-has-children, #menu-main > li > ul > li.menu-item-has-children:hover > a {
	background-image:url('img/arrow-horizontal.png');	
	background-repeat:no-repeat;
	background-position: 95% 50%;
}

.mobilenav {
	height:55px;
	display:none;
}

.mobilenav a {
	width:96%;
	text-decoration:none;
	display:block;
	line-height:55px;
	padding:0px 2% 0px 2%;
	margin:0 auto;
	background-image: url(img/menu-icon.png);
	background-repeat:no-repeat;
	background-size:25px 110px;
	background-position:65px 1px;
	border-top:1px solid #EFEFEF;
}

.mobilenav a:hover {
	background-color:#ffffff;
	color:#000;
	background-position:65px -53px;
}

/* background */

.background_image {
	position:fixed;
	top:0px;
	width:100%;
	margin:0px auto;
	z-index:-1;
	min-width:1300px;
}

.background_image img {
	width:100%;
	overflow:hidden;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
	padding-top:0px;
}

/* main content area */

.maincontent {
	background-color:#fff;
	padding: 30px 2% 20px 2%;
	box-shadow:0px 0px 15px -5px #000;
}

.pagecontent {
	width:67.3125%;
	float:left;
}

.pagecontent {
	font-size:90%;
}

.pagecontent li {
	padding-bottom:5px;
}

.alignleft {
	float:left;
	padding:0px 10px 0px 10px;
}

.alignright {
	float:right;
	padding:0px 0px 10px 10px;
}

aside {
	width:28.58%;
	padding:20px 1.25% 20px 2.5%;
	float:left;
	margin-top:-75px;
	position:relative;
	z-index:99;
}

.aside_phone  {
		display:none;
		width:100%;
		text-align:center;
		border-radius:5px;
		margin-bottom:10px;
		padding:5px 0px 5px 0px;
		box-shadow:0px 0px 15px -5px #000;
}

.aside_phone a {
	text-decoration:none;
}

.aside_phone_number {
	color:#fff;
	font-size:20px;
}

.aside_phone_cta_text {
	color:#fff;
	font-size:20px;
}

 /********************
	Main Content Tables
  *********************/

.pagecontent table {
	width:100%;	
	margin-bottom:20px;
}

.pagecontent table td {
	padding:10px 1%;
	border-bottom:1px solid #eaeaea;
}

.pagecontent table tr:first-child td {
	background-color:#eaeaea;
	font-weight:bold;
	text-align:center;
}

 /********************
	Main Content PDF Files
  *********************/
.pdf-list a {
	width:100%;
	border:2px solid #eaeaea;	
	background-image:url('img/PDF-icon.png');
	background-repeat:no-repeat;
	background-position:2% center;
	min-height:50px;
	display:block;
	margin:10px 0px;
	text-decoration:none;
	color:#282828;
	padding:10px 0px 0px 10%;
}

.pdf-list a:hover {
	background:#282828;
	background-image:url('img/PDF-icon.png');
	background-repeat:no-repeat;
	background-position:2% center;	
	color:#FFF;
}

  /********************
	Product Parent
  *********************/

.products {
	float:left;
}

.products a {
	text-decoration:none;
}

.products ul {
	list-style-type:none;
	padding:0;
}

.products ul li {
	float:left;
	width:31%;
	margin:0px 1% 5% 1%;
	height:138px;
	min-height:100%;
	display:block;
	position:relative;
}

.prodimg img {
	width:100%;
}

.imgtxt p{
	position: absolute;
	bottom: -8px;
	background: rgba(0,0,0,0.7);
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	width:100%;
	margin:0;
}

.downloadbtn {
	border: 1px solid #303030;
	border-radius: 7px;
	width: 206px;
	padding: 10px;
	background: #303030;
}

  /********************
	Product Single
  *********************/
.single_product_gallery {
	float:right;
	width:48%;
	margin: 0px 0px 0px 2%;
}

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

.single_product_gallery_thumbs {
	float:left;	
	padding-right:1%;
}

.single_product_gallery_thumbs img {
	width:100px;
	height:auto;
}

.lb-image{
	max-width: inherit;
} 



/*quote form*/

.quote_wrap {
	background-color:#c1272d;
			box-shadow:0px 0px 15px -5px #000;
}

.quote_wrap h3 {
	text-align:center;
	color:#fff;
	padding:20px 0px 20px 0px;
	font-size:23px; 
	margin-bottom:0px;
	font-weight:400;
}

.feature_quote {
	padding:0px 5% 20px 5%;
}

.feature_quote label, .feature_quote input, .feature_quote select, .feature_quote textarea {
	display:block;
	width:100%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	border-radius: 2px;
	font-size:13px; 
}

.feature_quote input.error, .feature_quote select.error {
	border:1px solid #ff2865;
	background-color:#ff9cb8;
}

.feature_quote input, .feature_quote select, .feature_quote textarea {
	padding:8px 8px;
    border:0px;
}

/* checkboxes */

form .field {
	margin-top:6px;	
}

.field.checkbox {
	margin-top:10px;
}

.field.checkbox label {
	padding:2px 0px 0px 0px;
}

.feature_quote input[type='checkbox'] {
	float: left;
	width: 10%;
	height: 16px;
	width: 16px;
	padding: 0px;
}

.feature_quote textarea {
	height:90px;
}

.feature_quote button {
	margin-top: 10px;
	width: 100%;
	padding: 10px 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
}	

/********************
	sidebar text widget
*********************/

.sidebar_widget {
	margin:20px 1% 0px 1%;
	font-size:90%;
}

.sidebar_title {
	text-align:center;
	font-weight:bold;
}


/********************
	sidebar wordpress widgets
*********************/

.sidebar_widget ul {
	padding:0px;	
}

.sidebar_widget li {
	list-style-type:none;	
}

.sidebar_widget li a {
	display:inline-block;
	border-bottom:1px solid #eaeaea;
	width:100%;
	padding:10px 0px 10px 5%;
	text-decoration:none;
	color:#282828;
}

.sidebar_widget li a:hover {
	background-color:#eaeaea;
}

.sidebar_widget li:first-child a {
	border-top:1px solid #eaeaea;	
}

/* recent comments */
ul li.recentcomments a, ul li.recentcomments a:first-child {
	border-top:none;
	border-bottom:none;	
}


/*footer*/
footer {
	background-color:#222222;
	color:#fff;
	padding:0px 0px 0px 1.25%;
	box-shadow:0px 0px 15px -5px #000;
}
footer img { 
 	max-width:100%; 
 	height:auto; 
} 
		

.third {
	width:30%;
	margin:0px 1% 0px 0px;
	padding:10px 1% 0px 1%;
	float:left;
}

.third img {
	max-width:100% !important;
	height:auto;	
}
footer .footer_social > ul  {
	margin:0px;
	padding:0px;
}

footer .footer_social > ul > li > a > img {
	width:15%;
	float:left;
	margin:0px 2% 0px 0px;
}

footer .footer_social > ul > li {
	display:block;
}

.thirdlast {
	margin:0px 0px 0px 0px;
}

.footer_address_icon {
	width:15%;
	float:left;
}

.footer_address_address {
	width:80%;
	float:left;
	padding-top: 14px;
	font-size: 16px!important;
}

.footer_address_address p {
	margin:0px 0px 0px 0px;
}

footer h3 {
	color:#959595;
	font-size:24px;
	border-bottom:1px solid #959595;
	padding:5px 0px 15px 0px;
}

footer, footer a {
	font-size:16px;
	color:#fff;
	padding-bottom:20px;
	text-decoration:none;
}

footer p {
	line-height:20px;
	
}

.copyright {
	font-size:12px;
	color:#fff;
	text-align:center;
		box-shadow:0px 0px 15px -5px #000;
}

.copyright p {
	margin-bottom:0px;
	line-height:40px;
}

.footer_email, .footer_phone, .footer_address {
	padding:-2px 20px 10px 12px;
	font-size:18px;
}

.footer_phone p{
	font-size:14px;
}

.footer_email img, .footer_phone img, .footer_address img {
	position:relative;
	top:7px;
	padding-right:5px;
	border:none;
}

.footer_address_icon {
width: 15%;
float: left;
}

.footer_email {
	background-color:#464646;
	border-radius:5px;
	border:2px solid #959595;
	padding:0px 10px 8px 10px;
	max-width:220px;
}

.footer_email:hover {
	background-color:#111111;
}

.footer_service_area_text {
	width:58%;
	float:left;
}

.footer_service_area_map {
	width:40%;
	float:left;
	margin-right:2%;
}

.footer_service_area_map img {
	width:100%;
}

.footer_service_area .australia {
	width:101px;
	height:97px;
	float:left;
}

.footer_service_area .service_text {
	float:left;
	padding-left: 22px;
	width:50%;
}

.footer_service_area .australia,  .footer_service_area .australia img {
	position:relative;
	z-index:10;
}

.footer_service_area .statevic, .footer_service_area .statensw, .footer_service_area .stateqld, .footer_service_area .stateact, .footer_service_area .statewa, .footer_service_area .statent, .footer_service_area .statesa, .footer_service_area .statetas {
	position:absolute;
	top:0px;
	left:0px;
	z-index:9;
	display:none;
}

.footer_service_area .australia.vic .statevic, .footer_service_area .australia.nsw .statensw, .footer_service_area .australia.qld .stateqld, .footer_service_area .australia.act .stateact, .footer_service_area .australia.wa .statewa, .footer_service_area .australia.nt .statent, .footer_service_area .australia.sa .statesa, .footer_service_area .australia.tas .statetas {
	display:block;
}

.gallery_light {
	padding-top:20px;
}

.blog-home excerpt {
	width:65%;
	float:left;
}

.post-thumb {
	width: 22%;
	margin-right: 1.25%;
	float:left;
}

.nav-previous {
	font-weight: bold;
	font-size: 16px;
	line-height: 100px;
}

.nav-next {
	font-weight: bold;
	font-size: 16px;
	line-height: 100px;
}

.datetime {
	font-size:14px;
	color:#aaa;
	margin-bottom: -15px;
    margin-top: -18px;
}
.readmore {
	width:100%;
	text-align:right;
	font-size: 14px;
    margin-top: -10px;
}
}

/*popup form*/

.popup_wrap{
                width:100%;
                height:100%;
                position:fixed;
                top:0px;
                left:0px;
                z-index:1000;
}
.popup_wrap .background{
                background:url(img/50pcblack.png) repeat;              
				width:100%;
                height:100%;
				top: 0;
				bottom: 0;
				position: fixed;
				z-index:999;
}

.popup {
                position:fixed;
                top:0;left:0;right:0;bottom:0;
                margin:auto;
				max-width:272px;
				height:485px;
				z-index:1000;
}
.popup {
	padding:10px;
}

.popup .close{
                width:30px;
                height:30px;
                position:relative;
                /*right:-5px;         
                top:-5px;*/
				right:-240px;
				top:30px;
                cursor:pointer;
                background:url(img/close.png) no-repeat;
}

  /********************
	Homepage
  *********************/
  
/* banner */

.banner, .banner img {
	max-width:1280px;
	max-height:440px;
	width:100%;
	margin:0px;
	padding:0px; 
	display:block;
	position:relative;
}

ul.bxslider {
	margin:0;
}

.bx-wrapper img {
	margin:0;
}	

.image_banner_caption {
	position: absolute;
	bottom: 20%;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,.5);
	font-size: 30px;
	padding: 15px;
	display: block;
}

.image_banner_link {
	position: absolute;
	bottom: 6%;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,.5);
	font-size: 15px;
	padding: 15px 40px 15px 15px;
	display: block;	
	text-decoration:none;
	background-image: url('img/arrow-horizontal.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
  /********************
	Blog
  *********************/

  .excerpt-posts {
	border-bottom: 1px dashed #ECECEC;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
    width: 100%;
	
  }
  
    /********************
	Product Parent
  *********************/
  
.product_parent img {
	max-width:100%;
}

.product_parent h3 {
	font-weight:bold;	
}
  
.product_parent a {
	color:#231f20;
	text-align:center;
	text-decoration:none;
	display:block; 
 }
 
.product_parent a:hover {
	box-shadow: 0px 0px 15px -5px #000; 
	background-color:#282828;
	color:#fff;
}

.header_logo .mobile-logo {
	display: none;
	max-width: none;
	max-height: 125px;
} 

  
@media screen and (max-width: 960px) {
	.wrapper {
		width: 100%;
	}
}
  
@media screen and (max-width: 760px) {
  
	aside, nav ul > li, .third  {
		width:100%;
	}
	
	/* .header_logo .main-logo { display: none; } 
	.header_logo .mobile-logo { display: block; }  */
	
	
	.third {
		width:96%;
	}
	
	.image_banner_caption {
		position: static;
		background: #000;
		font-size:14px;
	}
	
	.image_banner_link {
		position: static;
		background: #000;
		font-size:14px;
		background-image: url('img/arrow-horizontal.png');
   		background-repeat: no-repeat;
   		background-position: 95% 50%;
		border-top:1px solid #454545;	
	}
	
	.show_mobile {
		display:block;	
	}
	
	.hide_mobile {
		display:none;	
	}
	
	/********************
	Product Parent
  *********************/
  
	.product_parent.third {
			width:46%;
	}
	.excerpt {
		float:left;
	}
	.readmore {
		margin-bottom:20px;
	}
	
	.clearfix-3col {
		display:none;
	}
	
	.clearfix-2col {
		clear:both;
	}
	
	aside, .pagecontent {
		margin-top:0px;  
		width:96%;
		padding:0px 2%;
	}
	
	aside {
		margin-top: 15px;
	}

	.mobilenav, .aside_phone {
		display:block;
	}
	
	.aside_phone a .phone_cta_text, .aside_phone a .phone_number {
		color:#fff !important;	
	}

	.mobilenav, .aside_phone {
		display:block;
	}

	#menu-main {
		display:none;
		border-top:1px solid #EFEFEF;
	}
	
	#menu-main > li > a {
		width:100%;
		padding:0px 0px 0px 0px;
		text-indent:30px;
		box-sizing:border-box;
		background:#303030;
		color:#ffffff;
	}
	
	#menu-main > li:hover > ul > li:hover > ul {
		display:block;	
		left:0;
		margin-top:0px;
	}
	
	#menu-main .sub-menu {
		height:auto;
		overflow:hidden;
		width:100%;	
		position:static;
	}
	
	#menu-main > li > ul > li > ul > li > a {
		width:100%;
		overflow:hidden;
		text-indent: 12%;
	}
	
	li.menu-item-has-children {
		height:auto !important;	
	}
	
	.image_banner_caption {
		position: static;
		background: #000;
		font-size:14px;
	}
	
	#menu-main > li > ul > li > a {
	/* background-image: url(img/sub-menu-icon.png);
	background-repeat:no-repeat;
	background-size:25px 110px;
	background-position:30px 1px; */
	}
	
	#menu-main > li > ul > li > a:hover {
			background-position:30px -56px; 
	}

	#menu-main > li > ul > li > a {
		width:100%;
		padding:0px 0px 0px 0px;
		text-indent:60px;
		box-sizing:border-box;
	}

	#menu-main > li > ul {
		position:static;
		display:block;
	}
	
	 #menu-main > li {
		border-bottom:1px solid #EFEFEF;
	 }
	 
	 #menu-main > li > ul > li {
		border-top:1px solid #EFEFEF;
	 }
	
	.header_phone {
		width:46%;	
		float:right;
		padding: 10px 0px 20px 0px;
	}
	
	.header_phone a {
		background-color:#eaeaea;
		box-sizing:border-box;
		padding:2px 5% 10px 2%;
	}
	
	.phone_cta_text, .phone_number {
		font-size: 20px;
	}	
	
	.products ul li {
		float:left;
		width:54%;
	}
	
	.image_banner_caption {
		position: static;
		background: #000;
		font-size: 14px;
	}
	
	
	
 /********************
	Product Single
  *********************/
	.single_product_gallery {
		float:static;
		width:100%;
		margin: 0px 0px 0px 0px;
	}

	.single_product_gallery > a > img {
		max-width: 100%;
		height:auto;
	}

	.single_product_gallery_thumbs img {
		width:50px;
		height:auto;
	}
	
	
	/********************
	content tables
  *********************/
	.pagecontent table {
		width:100%;	
		margin-bottom:20px;
		display: block;
		overflow-x: scroll;
	}
	
	
	.header_logo {width: 35%;}
	.header_phone {width: 60%;}
	
	.header_logo {width: 94%; padding: 10px 3%;}
	.header_phone {width: 100%; padding: 0;}
	.header_logo .main-logo {float: left; width: 100%;}
	.header_phone .phone_cta_text {display: none;}
	.header_phone .phone_number {float: left; width: 100%; margin: 0;  text-align: center;}
	.header_phone a {padding: 10px 5% 10px 5%;float: left; width: 100%;}
	
}

.fixed {
    position: fixed;
    top: 0;
    height: 55px;
    z-index: 100;
}  

/**

Genesis easy columns fixes

**/

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}
.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
	margin:0px 0px 10px !important;
}
@media (max-width:400px) {

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		display:block !important;
		width:100% !important;
	}

	.alignleft, .alignright {
		float:static;
	}
	
	.header_logo {width: 94%; padding: 10px 3%;}
	.header_phone {width: 100%; padding: 0;}
	.header_logo .main-logo {float: left; width: 100%;}
	.header_phone .phone_cta_text {display: none;}
	.header_phone .phone_number {float: left; width: 100%; margin: 0;  text-align: center;}
	.header_phone a {padding: 10px 5% 10px 5%;float: left; width: 100%;}
	
	
}


#dpsp-content-top{display:none!important;}