h1, h2, h3, h4, h5, h6 {
	color:#555;
}

#main-container a>i.fa {
color: #424242;
}

.showmobile { 
	display:none; 
	color: #aa0000 !important;
}

@media screen and (max-device-width: 1024px) {
	.showmobile {display: block;}
}

#site-heading strong {
	color:#aa0000;
}

#site-heading .headermsg {
	font-size:80%;
}

.block {
	margin:15px 0;
}
.block a {
	font-size:36px;
	color:#555;
	text-decoration:none;
}

.block a span {
	color:#a00;
}
.block a:before {
  display: inline-block;
  width:30px;
	text-align:center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	padding-right:10px;
}
.block a:after {
	display:block;
	margin-left:30px;
	font-size:17px;
	font-style:italic;
	content: attr(data-after);
}
.block.myconnect a:before {
	content: "\f1e6";
}
.block.parentconnect a:before {
	content: "\f054";
}
.block.connecthelp a:before {
	content: "\f129";
}

.block a + a {
	font-size:17px;
}
.block.myconnect a + a:before {
	content:'';
}

#status h4 {
    padding: 5px 0 5px 15px;
   
    background-color: #aaa;
}
#status h4 a {
	color:#fff;
	text-decoration:none;
}

#status .fa-exclamation-triangle {
  color:#BE0F34;
}
#status .fa-question,
#status .fa-question-circle {
  color: #2ad;
}
#status .fa-check {
  color: #390;
}

#status .low {
  color: #390;
}
#status .medium {
  color: #c90;
}

#status .head,
#status .subhead {
  margin-left:0;
  padding-left:0;
}
#status .notice {
  margin-bottom: -20px;
  color: #fff;
  text-align: center;
}

#status h4 a {
  color:#fff;
}
#status a {
  color:#666;
}
#status .progress {
  margin-bottom:10px;
}


.social-media-prefooter [class^=icon-] {
	color: #555;
}

#section-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
    background-color: #f2f2f4;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 15px;
    margin-bottom: 0;
}
 
#section-footer a, #section-footer h4, #section-footer li, #section-footer p {
    color: #424242;
}
#section-footer a.btn {
    color: #fff;
}


@media screen and (max-width:767px) {

	#site-heading {
	top: 0px;
	left: 232px;
	}

	#site-heading .headermsg {
	padding-top: 5px;
	font-weight: 300;
	font-size: 45%;
	font-style: italic;
	}

	#site-heading, #site-heading-parent {
    	font-size: 45px;
	}

	#site-heading .headermsg {
 	   font-size: 33%;
	}

	#sidebar button.btn.btn-default {
    	display: none;
	}

	nav.navbar.navbar-default {
		display: none;
	}

	#header-bg {
		height: 360px;
	}

	#search-stack {
	    top: 10px;
	}

	#site-heading .headermsg {
	    font-size: 44%;
	    max-width: 100%;
   	}
}


@media screen and (min-width: 768px) {
	#site-heading {
	    top: 0px;
	    font-size: 38px;
	}

	#site-heading .headermsg {
	    font-size: 44%;
	    max-width: 210px;
   	}

   	#sidebar button.btn.btn-default {
    	display: none;
	}
}


@media screen and (min-width: 992px) {

	#site-heading {
		font-size: 38px;
		font-weight: 400;
	}

	#site-heading .headermsg {
	    font-size: 44%;
	    max-width: 210px;
   	}

   	nav.navbar.navbar-default {
		display: block;
	}

	#site-heading span {
		font-weight: 700;
	}

	#site-heading, #site-heading-parent {
    	top: 0px;
    }

}

