/* Home */
.homeIntro{
	background-image: url(../images/intro_bg.jpg);
	background-size: cover;
	background-position: center center;
	padding: 20px;
}
.homeIntro > div{
	background-color: rgba(34, 73, 110, 0.7);
	padding: 10px;
	color: #ffffff;
}
.container{
	background-color: #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.topNavigation{
	background-color: #ff9900;
	padding: 10px;
	text-align: right;
	color: #FFFFFF;
}
.container.innercontent{
	min-height: calc(100vh - 200px);
}
.topMenu{
	padding: 10px;
}
.topMenu .logo{
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
  	background-size: contain;
  	min-height: 80px;
}
.topMenu .iconList{
	margin-top: 10px;
}
.topMenu .mainIcon{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	color: #017f01;
	font-size: 12px;
	text-align: center;
}
.topMenu .mainIcon a{
	color: #017f01;
}
.topMenu .mainIcon i{
	font-size: 30px;
}
.grid-block .inBlock{
	margin: 5px;
	padding: 10px;
	background-color: #ccc;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	text-shadow: -1px 0 #5F5F5F, 0 1px #5F5F5F, 1px 0 #5F5F5F, 0 -1px #5F5F5F;
	color: #ffffff;
	background-size: cover;
	background-position: center center;
}
.articleList .articleListHeader{
	background-color:#ff9900;
	color: #ffffff;
	font-size: 20px;
	padding: 10px;
	text-align: center;
}
.articleList .articleListImg{
	background-color:#ccc;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 150px;
}
.articleList .articleListDesc{
	padding: 10px;
}
.articleList .articleListDesc a{
	color: black;
}
.articleList .articleListMore{
	color: red;
	text-align: right;
	padding: 10px;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.footerNavigation{
	padding: 10px;
	background-color:#ff9900;
	padding: 10px;
	color: #ffffff;
}
@media (max-width: 991px){
	.topMenu .iconList{
		text-align: center;
	}
	.topMenu .mainIcon{
		width: 60px;
		font-size: 12px;
	}
	.topMenu .mainIcon i{
		font-size: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.topMenu .iconList{
		text-align: right;
	}
}
@media (min-width: 1200px) {
	.topMenu .iconList{
		text-align: right;
	}
}