@import "https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@0,400;0,500;0,700;1,400;1,500&family=Roboto:ital,wght@0,300;0,400;0,900;1,300;1,400&display=swap";
body {
	padding-top: 20px;
	padding-bottom: 20px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header, .marketing, .footer {
	padding-right: 15px;
	padding-left: 15px;
}
.jumbotron p{
	font-size:14px;
}
.centerIt {
text-align:center;
margin:auto;	
}
h2.highlightRed{
color:#ff3300;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
line-height:normal;
margin-bottom:40px;
}
h2.highlightBlue{
background:#217bad;
color:#fff;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:26px;
padding:10px;
}
h4.highlightBlue2, h4.highlightBlue2 a{
color:#217bad;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
margin-bottom:30px;
}

/* Custom page header */
.header {
	border-bottom: 1px solid #e5e5e5;
}
.picBorder{
border:3px solid #217bad;	
}
/* Make the masthead heading the same height as the navigation */
.centerIt{
margin:auto;
text-align:center;	
	
}
img, iframe, object, embed {
	max-width: 100%;
}
.header h3 {
	padding-bottom: 19px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
}
/* Custom page footer */
.footer {
	padding-top: 19px;
	color: #777;
	border-top: 1px solid #e5e5e5;
}
.jumbotron h1 {
	font-size: 50px;
	line-height: 50px;
	color: #217bad;
	font-family: Overlock, Verdana, Geneva, sans-serif
}
.jumbotron h3 {
	font-size: 14px;
	line-height: 14px;
	color: #222;
	font-family: Overlock, Verdana, Geneva, sans-serif
}
.jumbotron h3 {
	color: #0e2046;
}
.topPhone {
	color: #666;
	font-family: Overlock, Verdana, Geneva, sans-serif;
	font-size: 36px;
}
/* Customize container */
iframe, object, embed {
	max-width: 100%;
}
#tinyMaps ul {
	margin: auto;
	padding: 0px;
	text-align: center;
}
#tinyMaps ul li {
	display: inline-table;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}
.alignLeft{
	text-align:left;
}
@media (min-width: 768px) {
.container {
	max-width: 730px;
}
iframe, object, embed{max-width: 100%;}
}
.container-narrow > hr {
	margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}
.jumbotron .btn {
	padding: 14px 24px;
	font-size: 21px;
	background: #17af3e;
	background: #17af3e; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #17af3e 0%, #0f6f27 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #17af3e), color-stop(100%, #0f6f27)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #17af3e 0%, #0f6f27 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #17af3e 0%, #0f6f27 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #17af3e 0%, #0f6f27 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #17af3e 0%, #0f6f27 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17af3e', endColorstr='#0f6f27', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: 1px 1px 1px 1px #C7C7C7;
	box-shadow: 1px 1px 1px 1px #C7C7C7;
}
.jumbotron .btn:hover {
	padding: 14px 24px;
	font-size: 21px;
	background: #6be71e;
	border: #6be71e 1px solid;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Supporting marketing content */
.marketing {
	margin: 40px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,  .marketing,  .footer {
	padding-right: 0;
	padding-left: 0;
}
/* Space out the masthead */
.header {
	margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
	border-bottom: 0;
}
}
