/* Structure */




.structure-minister {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
	background: white;
	border-top: 4px solid #2D9AD8;
	padding: 10px 8px 12px 8px;
	text-align: center;
	min-height: 110px;
	transition: 200ms;
	-webkit-transition: 200ms;
  }
  .structure-minister:hover {
	color: #235788;
	border-color: #235788;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  }
  .structure-position {
	display: block;
	text-align: center;
	color: #8A8D95;
	font-size: 12px;
	font-size: 0.9em;
	line-height: 15px;
	line-height: 1.2em;;
	padding: 0;
	margin: 0 0 5px 0;
  }
  .structure-name {
	display: block;
	text-align: center;
	color: #235788;
	font-size: 15px;
	font-size: 1em;
	line-height: 20px;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
	font-family: "firago-semibold";
  }
  .structure-minister .structure-position {
	font-size: 16px;
	font-size: 1em;
	line-height: 20px;
	line-height: 1.2em;
	margin-bottom: 5px;
  }
  .structure-minister .structure-name {
	font-size: 20px;
	font-size: 1.25em;
	line-height: 30px;
	line-height: 1.5em;;
  }
  .structure-minister-container {
	position: relative;
	padding: 0 0 30px 0;
	width: 24%;
	margin: 0 auto;
  }
  .structure-minister-container::before {
	content: "";
	width: 2px;
	height: 100%;
	background: #DBE2E8;
	position: absolute;
	z-index: -1;
	left: calc(50% - 1px);
	bottom: 0;
  }
  .structure-border {
	font-size: 0;
	height: 2px;
	background: #DBE2E8;
	margin: 0 auto;
  }
  .structure-border.size-7 {
	width: calc(100% / 7 * 6 + 16px);
  }
  .structure-box-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, calc(100% / 7 - 14px));
	justify-content: space-between;
	flex-wrap: wrap;
  }
  .structure-box {
	min-height: 120px;
	display: block;
	position: relative;
	padding: 30px 0 0 0;
	width: 100%;
	margin: 0 auto;
  }
  .structure-box::before {
	content: "";
	width: 2px;
	height: 100%;
	background: #DBE2E8;
	position: absolute;
	z-index: -1;
	left: calc(50% - 1px);
	bottom: 0;
  }
  .structure-link {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	border-radius: 6px;
	-webkit-border-radius: 8px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
	background: white;
	border-top: 3px solid #2D9AD8;
	padding: 10px 8px 12px 8px;
	text-align: center;
	height: 100%;
	color: #111111;
	font-size: 13px;
	font-size: 0.85em;;
	line-height: 18px;
	line-height: 1.3em;
	transition: 200ms;
	-webkit-transition: 200ms;
	word-break: break-word;
  }
  .structure-link:hover {
	color: #235788;
	border-color: #235788;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  }
  .structure-box.no-border::before {
	display: none;
  }




  /* Tabs-style*/
.tabs {
	width: 100%;
  
  }
  
  
  .grid-6 .structure-box-container
  {
	 grid-template-columns: repeat(auto-fill, calc(100% / 6 - 14px));
  }
  
  .grid-6 .structure-border.size-7 {
	  width: calc(100% / 7 * 6 - 13px);
  }
  
  
  .grid-5 .structure-box-container
  {
	 grid-template-columns: repeat(auto-fill, calc(100% / 5 - 14px));
  }
  
  .grid-5 .structure-border.size-7 {
	  width: calc(100% / 7 * 6 - 57px);
  }
  
  
  .grid-4 .structure-box-container
  {
	 grid-template-columns: repeat(auto-fill, calc(100% / 4 - 14px));
  }
  
  .grid-4 .structure-border.size-7 {
	  width:calc(100% / 8 * 6 + 16px)
  }
  
  .grid-3 .structure-box-container
  {
	 grid-template-columns: repeat(auto-fill, calc(100% / 3 - 14px));
  }
  
  .grid-3 .structure-border.size-7 {
	  width:calc(100% / 9 * 6 + 16px)
  }
  .grid-2 .structure-box-container
  {
	 grid-template-columns: repeat(auto-fill, calc(100% / 2 - 14px));
  }
  
  .grid-2 .structure-border.size-7 {
    width: calc(100% / 10 * 6 + -54px);
}

  .structure-container.grid-2
  {
width: 700px;
margin: 0 auto;
  }
  

  .structure-container.grid-2 .structure-minister-container {

    width: 42%;
  }

  
  ul.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0px;
	
	border-bottom: 2px solid #cdd5db;;
  }
  ul.tabs-nav li {
	display: inline-block;
	vertical-align: bottom;
  margin: 0  2px -2px 0;
  
	cursor: pointer;
  }
  ul.tabs-nav li:hover a
  {
	 color:#235788;
  }
  
  .tabs-nav li a {
	text-decoration: none;
	color: #8a8d95;
	padding: 10px 21px;
	display: table;
	width: 100%;
	max-width:16em;
	box-sizing: border-box;
	text-align: center; 
	font-family: "firago-semibold";
	line-height: 24px;
	height: 73px;
  
  }
  
  ul.tabs-nav li.active a {
	background-color: #ffffff;
	border-bottom: 3px solid #d5b556;
	color: #235788;
	box-shadow: 0 3px 10px rgb(0 0 0 / 6%);
   
  }
  .tabs-nav-overfl
  {
	 display: block;
	 overflow: hidden;
	 max-height: 48px;
  }
  
  .tabs-nav-text
  {
	 display: table-cell;
	 vertical-align: middle;
  }
  
  .structure-img{
	 display: block;
	 margin-bottom: 20px;
	 ;
  }
  .structure-img img
	 {
		max-width: 100%;
		max-height: 50px;
	 }
  .tab-content {
  
	padding-top: 40px;
  }
  
  @media (max-width: 1199px) {
	.structure-overflow
	{
		overflow-y: scroll;
	}
	.structure-container {
	  display: block;
	  min-width: 1400px;
	  max-width: 1400px;
	  width: 1400px;
	  overflow: auto;
	}

	.tabs-nav
	{
		min-width: 1400px;
		max-width: 1400px;
		width: 1400px;
	}
	.structure-img
	{
		margin-bottom: 8px;
	}
	.structure-img img
	{
	
	   max-height: 30px;
	}
  }