<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
}

.container {
	margin-top: 55px;
}

.navbar-default {
	background-color: #ffffff;
	border-bottom-color: #000000;
}

article {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}

p {
	font-size: 15px;
}

.headline_box {
	text-align: center;
}

.headline_box_over { /* for over the image */
	z-index: 100;
	margin: 60px 0 0 0;
}

.byline {
	color: #999;
	margin-bottom: 25px;
	font-size: 100%;
	line-height: 125%;
	font-weight: 700;
}

.byline a {
	color: #999;
	font-size: 100%;
}

.tag {
	color: #999;
	margin-bottom: 25px;
	font-size: 80%;
	line-height: 125%;
	font-style: italic;
}

.tag a {
	color: #005db2;
	font-size: 100%;
	text-decoration: underline;
}

h1 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 50px;
	letter-spacing: -2px;
	color: #005db2;
	margin-bottom: 20px;
}

h2 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #999;
	margin-top: 0px;
	margin-bottom: 20px;
}

figure {
	float: left; 
	padding: 50px 50px 50px 0px; 
	max-width: 650px;
}

figure-small {
	float: left; 
	padding: 10px 25px 25px 0; 
	max-width: 400px;
}

figcaption {
	font-weight: 400;
	font-style: italic;
	font-size-adjust: -40%;
}

.dropcap{
    float: left;
    font-size: 600%;
    padding-top: 25px;
    padding-right: 5px;
    padding-left: -3px;
	padding-bottom: 20px;
	color: #005db2;
}

.carousel-indicators {
  bottom: 100px;
}

.carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 20px;
	margin:0 auto;
	/*margin-top: 200px;*/
	text-align:center;
	color: #000;
}

.grey
{
	color: #999; /*#777777; /* 50% Grey */
}

.nav-space {
	/*margin: 50px 0 0 0;	*/
	margin: 0;	
	width: 100%;
}

.footer {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 40px; 
}

.banner-ad {
	width: 100%; 
	text-align: center; 
	padding: 50px 0; 
	font-size: 12px;
}

.btn-em-color {
  background: #999;
  color: white;
  width: 90%;
  margin-bottom: 10px;
}

@media(max-width:768px){
	/*h1 {
		font-size: 40px;
		text-shadow: 2px 2px #666;
	}
	h2 {
		font-size: 18px;
		text-shadow: 2px 2px #666;
	}*/

	/*.banner-ad {
		display: none;
	}*/
}

/*@media(min-width:768px){
	.headline_box_over {  for over the image 
		margin: 300px 0 0 0;
	}
	h1 {
		font-size: 40px;
		text-shadow: 2px 2px #666;
	}
	h2 {
		font-size: 18px;
		text-shadow: 2px 2px #666;
	}


}*/

@media(min-width:979px){
	.headline_box_over { /* for over the image */
		margin: 90% 0 0 0;
	}
}

@media(min-width:1200px){
	.headline_box_over { /* for over the image */
		margin: 99% 0 0 0;
	}
}
</pre></body></html>