@charset "UTF-8";
/*body{	
	background-color: #4AB6AA; 
}*/
.bg_index{
    background-image: url(../images/desktop/Home-page_bg01.jpg); 
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center -100px;
}
.bg_inner{
    width: 100%;
    margin-top: 130px;
    display: inline-block   
}
.index-top-center{	
	margin-top:147px;
	width: 32.3%;	
	margin-bottom:102px;
}
.pc_hide{
	display:none;
}
.left-top{
	position:absolute;
	width: 31.11%;
	top: 230px;
}
.right-top{
	position:absolute;
	top: 192px;
	right: 0px;
	width: 30.7%;
}
.right-bottom{
	position:absolute;
	bottom: -34px;
	right: 50px;
}
.reportlist{
	width: 70%;
z-index: 1;
position: relative;
margin: 15px auto;
padding: 30px;
}
.morelist{
	width: 66%;
z-index: 1;
position: relative;
margin-top: 30px;
margin-left: 30%;
padding: 30px;
float: left;	
}
.morelistinner{
	width: 50%;
	float:left;
}
.morelistline{
padding: 6px 0px;
}
.docicon{
	padding:10px;
}
.copyright{
	background-color: #4AB6AA; 
	color: white;	
}
/*
.bg_yellow{	
    background-image: url(../images/desktop/a03.png); 
    background-repeat: no-repeat;    
    height: 264px;
    max-height: 264px;
    background-size: auto;
    background-position: -100px center;
}*/
.topmenu {	
	width:auto;
	height:auto;	
	font-size: 21px;
	float:right;	
	margin: 37px auto 10px;
	//float:left;	
	//position:relative;
	//margin-left:229px;
	//top: 37px;
}
.topmenu span {
	padding-right: 28px;
}
.topmenu a, a:visited {
	color: #4C4948;
}
.topmenu a:hover {
	color: #4AB6AA;
	text-decoration: none;
}
.downarrow{
	background-image:url(/assets/common/fontawesome/svgs/solid/angle-down.svg);
  width: 25px;
  height: 15px;
  display: inline-block;
  background-position:bottom;
  background-repeat:no-repeat;
}
.container {
  width: 90%;
}
.navbar-header{		
	margin-top: 30px;
}
.navbar-brand{	
	margin-left:76px;
}
#interviewDocs{
	top: 86px;
	left: 40%;	
}
.headerDivider { 
    border-left:1px solid #9FA0A0; 
}
.share_link{
	float:right;
	position: relative;
}

.awardblock{
	float:left;
}
.awardlista{
	width: 43%;	
	margin-right: 20px;
}
.awardlist{
	width: 30%;
}

.wrap img {
    width: auto;
}
h2{
	font-size: 18px;	
}
@media (max-width: 1780px) {
	.topmenu { 
		font-size: 18px;}		
	.container {
		width: 100%;
	}
	.right-top{
		top: 230px;
	}
}
@media (max-width: 1640px) {
	.topmenu { 
		font-size: 18px;}		
}
@media (max-width: 1523px) {
	.topmenu { 
		font-size: 15px;
	}
	.container {
		width: 100%;
	}
	.bg_yellow{	
    background-position: center;
	}
	.awardlista {
    width: calc(98% - 391px);
  }  
	.awardlist {
    width: 50%;
  }
  #clearaward {clear:both;}
}
@media (max-width: 1356px) {
	.topmenu { 
		margin-top:0px;
	}
	.bg_inner {
  margin-top: 151px;}
  #interviewDocs {
    top: 130px;
    left: 30%;
}
}