body,p,ul,ol,li{
	font-size: 18px;
	line-height: 1.75;
}

.script{
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.welcome{
	font-size: 50px;
}

.button.secondary{
	background: #B42D26;
}

.button.secondary:hover{
	background: #8E211D;
}

.quote{
	border: 10px double #06345C;
	padding: 20px;
}

.smaller{
	font-size: 16px;
  font-weight: 500;
}

.checklist{
   list-style-image: url('../fawesome/svgs/solid/circle-check.svg');
  padding-left: 30px;
}

.checklist li::marker{
   font-size: 2em;
   line-height: 0.2;
   fill: #c7251a;
}

.checklist li{
  padding-bottom: 20px;
}

.nurselist{
   list-style-image: url('../fawesome/svgs/solid/user-nurse.svg');
  padding-left: 30px;
}

.nurselist li::marker{
   font-size: 2em;
   line-height: 0.2;
   fill: #c7251a;
}

.nurselist li{
  padding-bottom: 20px;
}

.calloutmember{
	color: white;
	background: #B42D26;
	padding:20px ;
	font-size: 100px;
}

.calloutmember p{
	font-size:25px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.calloutgrey{
	background: #e9e9e9;
	padding:20px ;
}

.smallerg{
	font-size: 16px;
	color: #666666;
}

.smaller{
	font-size: 16px;
	font-weight: 400;
}

.mtop0{margin-top: 0px;}
.mtop5{margin-top: 5px;}
.mtop10{margin-top: 10px;}
.mtop15{margin-top: 15px;}
.mtop20{margin-top: 20px;}
.mtop30{margin-top: 30px;}
.mtop40{margin-top: 40px;}
.mtop50{margin-top: 50px;}
.mtop100{margin-top: 100px;}

.mbot0{margin-bottom: 0px;}
.mbot5{margin-bottom: 5px;}
.mbot10{margin-bottom: 10px;}
.mbot20{margin-bottom: 20px;}
.mbot30{margin-bottom: 30px;}
.mbot40{margin-bottom: 40px;}
.mbot50{margin-bottom: 50px;}
.mbot100{margin-bottom: 100px;}

.pleft15{padding-left: 15px;}
.pright15{padding-right: 15px;}
.pbot20{padding-bottom: 20px;}
.pright20{padding-right: 20px;}

.bold{font-weight: bold;}
.photo100{width: 100%;}
