/*update tokens*/
/* fixes over-rides token.css */

.homePage .page .dashboard div.sectionContainer .recentSearches a.submit.light {
  width:100%
}

.homePage .page .dashboard .submit {
  padding: 10px;
}

.homePage .page.home .dashboard .box a {
    text-transform: none;
}

.homePage .my-offer .externalbutton {
    position: static;
    width: 100%;
}

/* over-ride token.css */
.homePage .staticWidgetPage .topContainer .titleContainer .topSearch .submit {
	width:100% !important;
}

@media only screen and (max-width: 1000px) {
    	.homePage  .dashboard .my-offer .externalbutton {
        	margin: 0;
    	}
}

@media screen and (max-width: 1200px) {
		.homePage .dashboard .details .memberInfo {
    		flex-direction: column;
		}
}
	
/*over-ride token.css mobile fix*/
@media screen and (max-width: 750px) {
    .staticWidgetPage .topContainer .titleContainer .topSearch .ArnSearchHolderBoth {
        max-width: 100%;
    }
	.homePage.staticWidgetPage .topContainer .titleContainer .topSearch .the-submit-button-area {
	    max-width: 100%;
	    width: 100%;
	}
	.homePage.staticWidgetPage .topContainer .titleContainer .topSearch .the-submit-button-area .submit {
		width: 100% !important;
	}
	.homePage.staticWidgetPage  .ArnSearchHolderBoth {
	        max-width: 100%;
	}
}