/* hides all the navigation and widget boxes on mobile views */

.inspire-loyalty-in-app-browser nav.site-navigation,
.subsidiary .widget-area {
	display:none;
}

.mobile-device {display: none;}

@media only screen and (max-width: 767px) {
	/* small screens - smaller than ipad */
	.mobile-device {display:block;}
	.desktop-device {display:none;}
}

.mobile-device select {color:#fff;}
.mobile-device select option {color:#000;}