/*Custom Bg*/

/* Green - #6b921d
   Blue - #0069b4 */
body.image-background {
    background: #ebebeb /*url(../images/bg.jpg) center top no-repeat*/;
}
/* Custom Top 3px Border Color */
#header-wrapper-full,
.sidebar-top-header,
ul.tabber {
  border-bottom: 3px solid #0069b4;
}

header {
	background:#fff;
}
/* Link */
a, a:hover, a:active,
span.cont-byline a,
ul.social li a:hover i,
span.list-byline a {
    color: #0069b4;
}

/*Logo*/
#logo-wrapper {
	height: 54px;
    width:305px;
}

/*Menu*/
#nav-wrapper ul > > li a:hover,
#nav-wrapper ul > li.active a {
	background:#515151;
}
#subnav-wrapper {border-top:#0069b4 solid 0px;}

/*Content*/
#main-article .main-figure {
	border-bottom:6px solid #0069b4;
}
/*Stickers*/
.sticker a,
.stick a {
	background:#0069b4;
}

/* Pagination */
.pagination-page:hover {
	background: #0069b4;
    color: #fff;
}

/* Side Bar,Tabber */
h3.sidebar-hline, 
h3.sidebar-hline a,
ul.tabber li.active {
	background: #0069b4;
}

blockquote,
.content-block {
	border-left: 4px solid #0069b4;
}
/*Contact Form*/
.headline-wrap {
	border-top: 3px solid #0069b4;
}
.headline-wrap h2 {
    background: #0069b4;
}


@media screen and (max-width: 1002px) and (min-width: 768px) {
	#nav-wrapper-full { border-bottom: 0px solid #0069b4;	}
	.mq {border-top: 5px solid #0069b4;}
}

@media screen and (max-width: 767px) and (min-width: 600px) {
	#nav-wrapper-full { border-bottom: 0px solid #0069b4;}
	.mq {border-top: 5px solid #0069b4;}
}

@media screen and (max-width: 599px) and (min-width: 480px) {
	#nav-wrapper-full { border-bottom: 0px solid #0069b4;}
	.mq {border-top: 5px solid #0069b4;}
}

@media screen and (max-width: 479px) {
	#nav-wrapper-full { border-bottom: 0px solid #0069b4;}
	.mq {border-top: 5px solid #0069b4;}
}



.fa-facebook-square {
	color:#3a579b !important;
}
.fa-twitter-square {
	color:#2aaae0 !important;
}
.fa-google-plus-square {
	color:#c23a2c !important;
}
.fa-rss-square {
	color:#f58635 !important;
}