h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Merriweather', "Helvetica", Arial, sans-serif; }

p,li a { font-family: 'Lato', "Helvetica", Arial, sans-serif;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 400;
  margin: 30px 0 15px; }

h1, .h1 {
  font-size: 3.5em; }

h2, .h2 {
  font-size: 2.75em; }

h3, .h3 {
  font-size: 1.65em;
  margin: 20px 0 10px; }

h4, .h4 {
  font-size: 1.5em;
  line-height: 1.2em; }

h5, .h5 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 15px; }

h6, .h6 {
  font-size: 0.9em;}

p {
  font-size: 16px;
  line-height: 1.4em; }

ul { 
	list-style: none; }

.font-one { font-family: 'Merriweather', "Helvetica", Arial, sans-serif; }
.font-two { font-family: 'Lato', "Helvetica", Arial, sans-serif; }


a {
	text-decoration: none;
	color: inherit;
  -webkit-transition-duration: 0.3s; /* Safari */
      transition-duration: 0.3s; }

a:hover {
	text-decoration: none;
  color: #DC143C; }



/**std orange #fe5409;

/***** COLORS ******/
.orange { color: #FF9934;}
.bg-orange { background-color: #FF9934;}
.dark-orange { color: #ff540c;}
.bg-dark-orange { background-color: #ff540c;}
.light-red { color: #fb6567;}
.bg-light-red { background-color: #fb6567;}
.pale-red { color: #f8d4c6;}
.bg-pale-red { background-color: #f8d4c6;}
.light-blue { color: #8daef9; }
.blue { color: blue; }
.green { color: #2ecc71;}
.white { color: #FFF; }
.bg-white { background-color: white;}
.black { color: #000; }
.light-gray { color: #e1e1e1; }
.bg-light-gray { background-color: #e1e1e1; }
.medium-gray { color: #999; }
.dark-gray { color: #555; }
.blue-gray { color: #748494; }


/****
footer upper bg 02538b
footer lower bg 04376c
footer lower color falcon-blue */

/***** MARGINS & PADDINGS ******/
.margin-top-80 { margin-top: 80px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-0 { margin-top: 0; }
.margin-bottom-80 { margin-bottom: 80px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-0 { margin-bottom: 0; }

.padding-top-40 { padding-top: 40px; }
.padding-top-20 { padding-top: 20px; }
.padding-top-0 { padding-top: 0; }
.padding-bottom-40 { padding-bottom: 40px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-bottom-0 { padding-bottom: 0; }

.bold { font-weight: 700;}
.not-bold { font-weight: 400;}
.italics { font-style: italic;}
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.transparent { color: transparent;}

/**** NAVBAR ****/

.navbar-default {
  border-bottom: 0;
}

.navbar {
/*  background-color: wh;*/
  border-radius: 0;
  border-width: 0;
  margin-left: 0;
}

nav  li a {
  color: orange !important;
}

.navbar-brand {
  color: orange !important;
  font-size: 1.8em;
  text-transform: uppercase;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}



/**** NEWS CONTENT ****/
.date { color: gray;}



/***** SIDEBAR *****/
.sidebar-subtext {
  font-size: 0.9em;
}

#main-bar p {
  line-height: 1.5em;
}

#footer-links a {
  margin-right:60px;
  color: #EB9532;
}


/***** IMG *****/
.img-main img {
    max-width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
}

img {
    vertical-align: middle;
}
img {
    border: 0;
}


.news-item-box {
  
}