/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
.whitePage {
	background-color:#FFFFFF;
	-webkit-border-radius: 20px 0px 20px 20px;-moz-border-radius: 20px 0px 20px 20px;border-radius: 20px 0px 20px 20px;
	}

@media only screen and (max-width: 767px) {
	.whitePage {
	-webkit-border-radius: 0px 0px 0px 0px;-moz-border-radius: 0px 0px 0px 0px;border-radius: 0px 0px 0px 0px;
	}
}
/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */