   body {
   	font-family: 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;
   	font-size: 16px;
    color: #231f20;
   	-webkit-font-smoothing: antialiased;
   }
   h1, h2, h3, h4, h5 {
   	font-family: 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;
   }
   h1 {
   	font-size: 44px;
   	line-height: 52px;
   	font-weight: 800;
   }
   h2 {
   	font-size: 26px;
   	line-height: 34px;
   	font-weight: 600;
   }
   h3 {
   	font-size: 26px;
   	line-height: 34px;
   }
   h4 {
   	font-size: 20px;
   	line-height: 28px;
   }
   h5 {
   	font-size: 16px;
   }
   p {
   	font-family: 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;
   	font-size: 16px;
   	line-height: 24px;
   	font-weight: 400;
   }
   html, body {
   	height: 100%;
   }
   .parent {
   	width: 100%;
   	height: 100%;
   	display: table;
   	text-align: center;
   }
   .parent>.child {
   	display: table-cell;
   	vertical-align: middle;
   	text-align: center;
   }
   a.appleLinksBlack {
   	color: #231f20;
   	text-decoration: none;
   }
   a.mobile_link[href^="tel"], a.mobile_link[href^="sms"] {
   	text-decoration: default;
   	/*color: #ffffff !important;
        pointer-events: auto;*/
   	cursor: pointer;
   }
