@media only screen and (min-width: 1201px) and (max-width: 1920px) {
	#content-desktop {
		display: inline;
	}
	#top_bar {
		width: 60%;
	}
	/* #content-mobile {
display: none;
} */
}

@media only screen and (max-width:1200px) {
	/********* Content Areas *********/
	#content-desktop {
		display: none;
	}
	#top_bar {
		width: 100%;
	}
	/* #content-mobile {
display: inline;
} */
}

.blink {
	animation: blink 1s steps(1, end) infinite;
}

@
keyframes blink { 0% {
	opacity: 1;
}

50






%
{
opacity






:






0




;
}
100






%
{
opacity






:






1




;
}
}
.tophead_left {
	/* width: 80%; */
	float: left;
	margin: 0px;
	padding: 0px;
}

.tophead_right {
	/*  width: auto;*/
	float: right;
	margin: 0px;
	padding: 0px;
}

.topPan {
	background-color: black;
	/* padding: 2px 0 */
}

#masthead, blockquote {
	position: relative
}

.emblem {
	border: transparent;
	margin-top: 3%;
	margin-bottom: 3%;
	font-size: 11px;
}

.header-name {
	border: transparent;
	margin-top: 4%;
	font-size: 24px;
	font-family: Times New Roman;
}

blockquote, em {
	font-style: italic
}

h1.logo {
	margin-top: 25px;
}

h2.visionHead {
	text-align: center;
	border-bottom: 1px solid #e2e1e1;
	padding-bottom: 10px;
	font: bold 17px/19px Verdana !important;
	line-height: 25px !important;
}

.dropdown {
	float: left;
}

.dropdown .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #800000;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: #ffff00;
	padding: 4px 6px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #c0c0c0;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.color-me {
	color: yellow !important;
}

.img-fluid {
	width: 100%;
	height: auto;
}

.newsfeed {
	background: #000000;
	padding: 1%;
	border-color: #FFFF00;
	/* color: #FFFF00; */
}

.imgLinks {
	background: #000000;
}

.footerCont {
	background: black;
	padding: 15px 10px;
	color: #fff;
	font-size: 1.083em;
}

.footerLinks {
	margin: 0 -10px 10px;
	list-style: none;
	font-size: 14px;
}

.footerLinks li {
	position: relative;
	color: #fff;
	float: left;
	margin: 0 10px;
}

.footerLinks li:after {
	/* height: 13px;
	width: 1px;
	background: #fff;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -6px;
	content: "";
	box-sizing: border-box; */
	position: absolute;
	bottom: 0;
	right: -10px;
	/* left: 55px; */
	content: "|";
	font-size: 15px;
	color: white;
}

.footerLinks li:last-child:after {
	/*height: 13px;
	width: 1px;
	background: #fff;
	 position: absolute; 
	right: -10px;
	top: 50%;
	margin-top: -6px;*/
	content: "";
	/* box-sizing: border-box; */
}

.lineage {
	justify-content: center;
	display: flex;
	font-size: 14px;
}

.sitemap {
	float: left;
	clear: both;
}

.sitemapLinks {
	font-size: 19px;
	/* min-height: 1.667em; */
	height: auto !important;
	/* height: 1.667em; */
	color: #25578c !important;
}

.text_btn {
	background-color: transparent;
	color: yellow !important;
	border: transparent;
	font-size: 16px;
}

.colour_btn1 {
	background-color: black;
	color: white !important;
	width: 100%;
	border-color: white !important;
	font-size: 16px;
}

.colour_btn2 {
	background-color: white;
	color: black !important;
	width: 100%;
	border-color: #c0c0c0 !important;
	font-size: 16px;
}

.navigation {
	background: black;
}

.breadcrumb {
	background-color: black;
	color: #FFFF00 !important;
}

.breadcrumb-item.active {
	background-color: black;
	color: #FFFF00 !important;
}

.main-content {
	font-size: 15px;
	border-color: #FFFF00;
	color: #FFFF00;
	background-color: black;
}

.main-content-header {
	background-color: black;
	color: #FFFF00;
	border-color: #FFFF00;
}

.main-content-body {
	background-color: black;
	color: #FFFF00;
}

.linkxyz {
	color: #ff9933;
}