
body {
  color: #666666;
  font-family: 'Lato','Arial', sans-serif;
  font-size: 14px;
}


blockquote p {
  font-family: 'Abel', sans-serif;
  margin-bottom: 0;
  font-size: 17px;
  font-style: italic;
  font-weight: none;
  line-height: 25px;
}

h1 { font-size: 2em; color: #00294c; line-height: 30px;}
h2 { font-size: 1.5em; color: #1a5082; line-height: 25px;}
h3 { font-size: 1.17em; color: #333333; line-height: 20px;}
h4 { font-size: 1.12em; color: #333333; line-height: 15px;}
h5 { font-size: .83em; color: #333333; }
h6 { font-size: .75em; color: #333333; }

a {color: #00294c; font-weight: bold;}
a:hover {color: #1a5082; text-decoration: none;}

.logo a {
	/* customize_logo-color */ color: #1B984A; /* customize_logo-color */
}

.logo a:hover {
	/* customize_logo-hover-color */ color: #15763A; /* customize_logo-hover-color */
}

.centered {
  text-align: center;
}

.price {
	/* customize_price-color */ color: #1189D9; /* customize_price-color */
}

.pricing-table h3 {
  margin-bottom: 18px;
}

.dollar {
  font-size: 32px;
  margin-right: 3px;
}

.qty {
  font-size: 47px;
  margin-right: 3px;
}

.month {
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
}

article h3 {
  margin-top: 0;
}
article h3 a {
  /* customize_article-h3-color */ color: #2d3032;  /* customize_article-h3-color */
}
article h3 a:hover {
   /* customize_article-h3-hover-color */ color: #1a5082; /* customize_article-h3-hover-color */ 
}

footer a {
  color: #FFF;
}
footer a:hover {
  color: #E1E1E1;
}

/*.sidebar ul li a {
  color: #222;
  padding: 5px 8px 5px 10px;
}*/

.nav-selected a {
  /* customize_sidebar-active-text-color */ color: #FFF /* customize_sidebar-active-text-color */ !important;
  font-weight: bold;
  /* customize_sidebar-active-background-color */ background-color: #00529b; /* customize_sidebar-active-background-color */
}

.nav-selected a:hover {
  /* customize_sidebar-active-hover-background-color */ background-color: #1a5082 !important; /* customize_sidebar-active-hover-background-color */
}


