@charset "UTF-8";
/* CSS Document */
.container-fluid.company {
  display: table;
  height:100%;
  width: 100%;
}

.company_wrap {
  display: table-row;
}
.company_wrap .left_menu {
  vertical-align: top;
  display: table-cell;
  width: 20%;
  font-size: 18px;
  background-color:#fff;/* #ccd2de;*/
  position: relative;
  top: -1px;
  border-right:1px solid #ccd2de;
}

.company_wrap .left_menu li {
  list-style: none;
  border-bottom: 1px solid #aab6c3;
  position: relative;
}
.company_wrap .left_menu li:first-child {
  border-top: 1px solid #aab6c3;
}
.company_wrap .left_menu li a {
  color: #213c68;
  padding: 10px;
  display: block;
	font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 30px;

	font-family: Source Sans Pro,sans-serif;
}
.company_wrap  .left_menu li a.hit,.company_wrap .left_menu .current_page_item a {
  background: #213c68;
  text-decoration: none;
  color: #fff;
  font-weight: bold;	
}
.company_wrap .left_menu li a:hover{
	background: #1bb5f5;
	text-decoration: none;
	color: #fff;		
}
.company_wrap .left_menu .current_page_item a:AFTER {
	content: '';
	position: absolute;
	top: 25%;
	right: -1px;
	margin-right: 0px;
	/*border-style: solid;
	border-color: #213c68 transparent transparent;
	border-width: 0 0 10px 8px;*/
	border: 10px solid transparent;
    border-right: 10px solid #f7f8fb;
}
.company_wrap .right_contents {
  display: table-cell;
  width: 80%;
  padding: 30px;
}
.company_wrap .right_contents h2 {
  margin: 0px;
  width: 100%;
  line-height: 150%;
  padding: 50px 0px 20px;
}
.company_wrap .right_contents ul {
  padding-top: 30px;
}
.company_wrap .right_contents li {
  margin-left: 30px;
  padding-bottom: 15px;
  font-size: 18px;
}
.company_wrap  .right_contents.terms p.sub_title {
  font-size: 26px;
  padding-top: 2px;
}
.company_wrap .right_contents.terms.first p {
  float: left;
  padding-bottom: 30px;
}
.company_wrap .right_contents.terms.first p.num {
  width: 50px;
  padding-right: 15px;
  text-align: right;
  font-weight: bold;

}
.company_wrap .right_contents.terms.first p.tt {
  width: 90%;
}
.company_wrap .right_contents.terms p.num_title {
  font-weight: bold;
  padding-bottom: 0px;
}
.company_wrap .right_contents.terms div {
  clear: both;
  margin-left: 20px;
  margin-bottom: 30px;
}
.company_wrap .right_contents .page-cont {
	margin: 0px;
	padding: 0px;
}
.company_wrap .right_contents .page-cont li {
	margin: 0px;
	padding: 0px;
}

.api-resources > .desc {
	font-weight: 400;
}

.api-resources > .sub-desc {
	padding-left: 30px;
  font-weight: 400;
}

.api-resources > h3 {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 30px;
	margin: 0;
}

.api-resources > table {
  margin-left: 30px;
  width: 80%;
  background-color: #fff;
  border: none;
}

.api-resources > table > tbody > tr > td {
	padding: 5px;
}

.api-resources .text-wrap {
	white-space: normal; 
  overflow-wrap: break-word; 
  word-break: break-all; 
  word-break: break-word;
}