@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

/* Hides sign-in button in main nav */
ul.nav li a[href*="LogOn"] {
	display: none;
}

html.boxed-layout #layout-footer {
	background-color:#f8f8f8; 
	width:100%; 
}


html.boxed-layout #layout-footer footer {
	margin-right: auto;
	margin-left: auto;
	
}

@media (min-width: 768px) {
  html.boxed-layout #layout-footer footer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  html.boxed-layout #layout-footer footer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  html.boxed-layout # {
  
    }
}

.widget-featured img {
    width:  100%;
}

h1{
	font-size: 35px;
	color: #DB0003;
}

h4{
	font-size: 25px;
	
}

@media(max-width:480px){
	h1{
	font-size: 30px;
	color: #DB0003;
}
}


.navbar-nav>li>a:focus{
	color: #333;
	background-color: #D30003
}
.navbar-default .navbar-nav > li > a {font-size:18px; font-weight:bold; color:#000000;}

#aside-first {
  background-color:#DB0003;
  color:#ffffff;
  margin-top:10px;
  min-height:1px;
  padding-left:15px;
  padding-right:15px;
  padding-top:15px;
  position:relative; 
  }
  
  
#aside-second{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	margin-top: 10px;
	background-color: #ECECEC;
}
  
  
  
#aside-first p {font-size:16px; line-height:normal; margin-bottom:20px;}

#aside-first h1 {font-size:45px; margin-top:5px}

#aside-first h4 {
	color: #DFF300; margin-bottom:0;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}