body {
	background:#E0E0E0;
	font-family:Lato, Arial, Helvetica, sans-serif;
	color:#212121;
}
ul {
	font-size:20px;
}
li {
	
}
img {
	border:none;
}
div {
	
}
h1 {
	text-align:center;
	margin:10px 0;
	font-size: 32px;
}
p {
	font-size:16px;
	margin:16px auto 0;
	line-height:150%;
	text-align:center;
	max-width:800px;
}
p a {
	text-decoration:underline;
	color:#212121;	
}
.button {
	display:block;
	margin:20px auto 30px;
	text-align:center;
	box-shadow: 0px 15px 10px -5px rgba(0, 0, 0, 0.25) ;
	padding:10px;
	font-size:20px;
	font-weight:bold;
	width:250px;
}
#navigation {
	position:inherit;
	top:0;
	left:0;
	background:#424242;
	width:100%;
	text-align:center;
	font-size:20px;
	box-shadow: 0px 15px 10px -5px rgba(0, 0, 0, 0.25);
}
#navigation ul {
	list-style-type:none;
	margin:10px 20px;
	padding:0;
	text-align:center;
}
#navigation ul li{
	display:inline-block;
	margin:0 20px;
	width:150px;
}
a {
	color:#ffffff;
	text-decoration:none;
}
#content {
	margin:60px auto 0;
	padding:20px;
	max-width:1200px;
}
#choices {
	display:flex;
	justify-content:center;
	margin:auto;
	flex-wrap:wrap;
	max-width:1150px;
}
#choices div {
	margin:20px;
	width:320px;
	box-shadow: 0px 15px 10px -5px rgba(0, 0, 0, 0.25) ;
	padding:20px;
}
#footer p{
	text-align:center;
}
.blue {
	background:#1976D2;
}
.red {
	background:#D32F2F;
}
.purple {
	background:#512DA8;
}
.green {
	background:#388E3C;
}
.blue:hover {
	background:#03A9F4;
}
.red:hover {
	background:#F44336;
}
.purple:hover {
	background:#673AB7;
}
.green:hover {
	background:#4CAF50;
}
#title {
	width:auto !important;
}
table {
	margin:auto;
	border-spacing:0px;
	width:600px;
	border:5px solid #BDBDBD;
	box-shadow: 0px 15px 10px -5px rgba(0, 0, 0, 0.25) ;
}
td {
	padding:5px;
	line-height:125%;
	font-size:20px;
}
.price {
	color:#388E3C;
	font-weight:bold;
	padding-left:30px;
	padding-right:10px;
}
.alternate {
	background:#BDBDBD;
}
#current a{
	font-weight:bold;
	font-size: 24px;
	background:#616161;
	padding:5px;
}
#title {
	font-weight:bold;
	font-size: 24px;
}
li a {
	padding:5px 10px;
	display:block;
	width:130px;
}
#title a {
	width:400px !important;
}
li a:hover {
	background:#616161;
}
h2 {
	text-align:center;
	font-size:48px;
	margin:30px auto;
}
h8 {
	font-size:36px;
	text-align:left;
	margin:16px auto 0;
	max-width: 800px;
	display:block;
	font-weight:bold;
}
h7 {
	font-size:24px;
	text-align:left;
	max-width: 800px;
	margin:16px auto 0;
	display:block;
	font-weight:bold;
}
.left {
	text-align:left;
}
.responses {
	width:450px !important;
	min-height:200px;
	box-shadow: 0px 15px 10px -5px rgba(0, 0, 0, 0.25);
	display:table;
	margin:20px;
}
.responses div {
	font-size:32px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	box-shadow: none !important;
	display:table-cell;
	width:320px;
}
.underline {
	text-decoration:underline;
	cursor:pointer;
}
.tips:hover div {
	display:inline-block;
	visibility:visible;
}
.tips div {
	display:none;
	visibility:hidden;
	position:absolute;
	width:30%;
	left:35%;
	text-align:left;
	background:#424242;
	color:#ffffff;
	padding:10px;
	box-shadow: 0px 15px 10px -5px rgba(0, 0, 0, 0.25) ;
	z-index:50;
	line-height:150%;
}
.tips div a {
	text-decoration:underline;
	margin:0;
	padding:0;
}
.tips {
	max-width:800px;
	margin:auto;
}
h6 {
	font-size:60px;
	color:#388E3C;
	text-align:center;
	margin:0 auto 10px;
}
h4 {
	font-size:24px;
	text-align:center;
	margin:0 auto;
}
h5 {
	font-size:12px;
	text-align:center;
	margin:10px auto 0;
	font-weight:normal;
}
#estimate  {
	border:0;
	box-shadow:none;
	width:auto;
	margin-bottom:10px;
}
.amount {
	text-align:right;
	padding-right:10px;
}
#estimate .price {
	padding-left:10px;
}
#estimate td {
	font-size:24px;
}
.question{
	font-weight:bold;
}
blockquote {
	margin:0 40px;
}
.answer {
	display:none;
	margin:10px 40px;
}
ol {
	max-width:800px;
	margin: 20px auto;
	line-height:150%;
}
ol li {
	cursor:pointer;
}
ol li:hover {
	background:#BDBDBD;
}
textarea {
	display:block;
	width:100%;
	margin:5px 0;
}
blockquote a {
	text-decoration:underline;
	color:#212121;	
}
.qa {
	display:inline-block;
	margin:20px auto 30px;
	text-align:center;
	box-shadow: 0px 15px 10px -5px rgba(0, 0, 0, 0.25) ;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	width:150px;
	margin:10px;
	cursor:pointer;
}
#showhide {
	display:block;
	text-align:center;
	margin:10px auto;
}
.templates div img {
	width:100%;
}
.templates div {
	padding:0 !important;
	text-align:center;
}
.templates {
	max-width:1200px !important;
}
.cherry {
	background:#C62828;
}
.orange {
	background:#EF6C00;
}
.banana {
	background:#F9A825;
}
.lime {
	background:#2E7D32;
}
.blueberry {
	background:#1565C0;
}
.grape {
	background:#4527A0;
}
.newsletter {
	background:#616161;
}
.copy {
	display: none;
	visibility: none;
}
.copier {
	display: block;
	margin:5px 0 0 auto;
	text-align:center;
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.25) ;
	padding: 5px 10px;
	font-size:12px;
	color:#ffffff;
	border: 0;
	cursor: pointer;
	width: 250px;
}
	.examples1 {
	text-align:center;
	text-transform:uppercase;
	color:#3b3b3b;
	font-size:55px;
	}

	#examples_navigation {
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
#dropdown p {
	display:inline;
	position:absolute;
	color:#ffffff;
	font-size:28px;
	right:50px;
	top:30px;
}

#examples_navigation > a, #dropdown > a {
	display:block;
	color:#ffffff;
	width:310px;
	margin:20px;
	padding:20px 25px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	font-size:28px;
	line-height:31px;
}
.examples {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	width:100%;
	max-width:1200px;
	margin:auto;
}
.examples img {
	margin:20px;
	max-width:320px;
	height:auto;
	width:100%;
}
#dropdown {
	position:relative;	
}
#dropdown ul {
	position:absolute;
	list-style-type:none;
	margin:-20px 0 0 20px;
	padding:0;
	display:none;
}
#dropdown li a {
	background:#e5e5e5;
	display:block;	
	width:320px;
	padding:10px 20px;
	color:#404040;
	text-decoration:none;
	font-size:21px;
	text-transform:uppercase;
}
#dropdown li a:hover {
	background:#1f2b92;
	color:#ffffff;;
}
.examples2 {
	margin:0;
	font-weight:400;
	font-size:37px;	
	line-height:36px;
	text-align:left !important;
}
.ul_guidelines {
	font-size:16px;
	line-height:150%;
	max-width:800px;
	margin:19px auto 0;
}
.ul_guidelines li {
	margin-left:20px;
}
.disclaimer {
	font-size:12px;
}
.disclaimer span {
	white-space:nowrap;
}
.litmus {
	display:block;
	color:#ffffff;
	width:150px;
	margin:20px 0;
	padding:5px;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	line-height:auto;
	font-weight:700;
}
@media screen and (max-width: 768px) {
	table {
		width:100%;
	}
	#navigation ul li a{
		font-size:16px;
		width:90px;
		margin:0;
	}
	#navigation ul li {
		width:auto;
		margin:0;
	}	
	#current a{
		width:150px !important;
		font-size:16px !important;
	}
	ol{
		margin-left:-30px !important;	
	}
	blockquote {
		margin:10px 10px 10px 0 !important;
	} 
	#content {
		margin-top:45px !important;
	}
	#title a {
		width:auto !important;
	}
	.responses {
		width:auto !important;
	}
	h2 {
		font-size:36px;
	}
	.tips div {
		width:80% !important;
		left: auto !important;
		margin:auto;
	}
	#choices div {
		width:auto;
		max-width:320px;
	}
	.responses div {
		width:320px !important;
	}
	.examples1 {
		font-size:32px;
	}
}
@media screen and (max-width: 425px) {
	#navigation ul li a{
		font-size:14px;
		width:75px;
		margin:0;
	}
	#navigation ul li {
		width:auto;
		margin:0;
	}	
	#current a{
		width:100px !important;
		font-size:16px !important;
	}

	.examples img {
		width:calc(100% - 40px);
	}
	#navigation ul {
		max-width:280px;
		margin:10px auto;
	}
}
@media screen and (max-width: 425px) {
	#content {
		margin-top:25px !important;
	}
}