/*------------------------------------------------------------------
[Master Stylesheet]
Project:	ICTI
Version:	1.1
Author:	imithemes 
-------------------------------------------------------------------*/

@font-face {
  font-family: 'Museo Sans';
  src: url('/app_themes/icti/fonts/Museo-Sans-700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('/app_themes/icti/fonts/Museo-Sans-300.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

body{
	font-family:'Museo Sans';
color: #333;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight:400;
	font-family: 'Museo Sans', sans-serif;
	margin-bottom: 20px;
}

h4 {color: #333;}

.icon {
	height: 150px !important;
	margin-top: 30px;
}

a.button {
    display: inline-block;
    color: #ffffff !important;
    padding: 6px 15px;
    border-radius: 5px;
    background-color: rgb(247, 147, 30, 0.9);
    border: rgb(247, 147, 30, 0.9);
    text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
	-webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  -o-transform: scale(0.94);
  transform: scale(0.94);
}
.button:hover {
	background-color: rgb(247, 147, 30);
    border: rgb(247, 147, 30);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (min-width:768px){
.page-margins {
    padding: 20px 50px 70px;
}
}

/*interior header */
.interior-headers{height:328px;}
.page-banner.parallax {height: 328px; margin-top: -28px}

@media (max-width:767px) {
	.page-banner.parallax {background-position: center;}
}
.grid {
	display: grid;
    grid-gap: 3rem;
}
.grid .countries {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 1rem;
    margin: 0;
    list-style-type: none;
}

@media (max-width:767px)
{
.AnalysisData table,
.AnalysisData thead,
.AnalysisData tfoot,
.AnalysisData tbody,
.AnalysisData tr,
.AnalysisData td
{
	/*display:block;*/
}
.AnalysisData thead tr
{
	position:absolute;
	top:-9999px;
	left:-9999px;
}
	
.AnalysisData td
{
	padding-left:15px;
	white-space:normal;
	text-align:left;
}

.AnalysisData td:before
{
	position:absolute;
	top:6px;
	left:6px;
	width:45%;
	padding-right:1px;
	white-space:no-wrap;
	text-align:left;

}
.AnalysisData td:before
{
	content: attr(data-title);
}

td.TARowName {
    font-weight: 700;
	text-align: left;
}
	span.break {
    display: table;
}
}
td.TADataHead {
    font-weight: 700;
	text-align: left;
	/*border: 1px solid #8b8a8d;*/
}

td.TADataHeadCat {
    font-weight: 700;
	/*border: 1px solid #8b8a8d;*/;
}

td.TADataRow {
    text-align: left;
	padding: 0px 15px 5px;
	vertical-align: top;
	/*border: 1px solid #8b8a8d;*/
}

td.TARowName {
	font-weight: 700;
	vertical-align: top;
	/*border: 1px solid #8b8a8d;*/
}

@media (max-width:767px)
{
.GlobalData table,
.GlobalData thead,
.GlobalData tfoot,
.GlobalData tbody,
.GlobalData tr,
.GlobalData td
{
	display:block;
}
.GlobalData thead tr
{
	position:absolute;
	top:-9999px;
	left:-9999px;
}
	
.GlobalData td
{
	position:relative;
	padding-left:30%;
	white-space:normal;
	text-align:left;
}

.GlobalData td:before
{
	position:absolute;
	top:6px;
	left:6px;
	width:45%;
	padding-right:1px;
	white-space:no-wrap;
	text-align:left;

}
.GlobalData td:before
{
	content: attr(data-title);
}
}
td.GlobalDataHead {
    font-weight: 700;
	text-align: left;
	padding: 0 10px;
	border: 1px solid #000000;
}

td.GlobalDataHeadCat {
    font-weight: 700;
	padding: 0 10px;
	border: 1px solid #000000;
}

td.GlobalDataRow {
    text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

td.GlobalRowName {
	font-weight: 700;
	vertical-align: top;
	padding: 0 10px;
	border: 1px solid #000000;
}

.bio-container {
  height: 0px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.bio-container.open {
  height: 500px;
}
@media (max-width: 479px) {
  .bio-container.open {
	height: auto;
  }
}
.bio-container-inner {
  position: relative;
}
.bio-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.bio-link {
  transition: opacity 0.2s ease;
}
.bio-link:hover p {
  color: #f7931e;
}
.bio-link.active {
  opacity: 1;
}
.bio-link.inactive {
  opacity: 0.5;
}
.bio-link.inactive:hover {
  opacity: 1;
}
.accordion-link.active {
  background-color: ##f2f2f2;
}
.bioGroup { 
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-bottom: 25px;
	padding-left: 15px;
}
.bio {
	display: inline-block; vertical-align: top; width: 33.33%; margin-right: 25px; 
}
.bio2col {
	display: inline-block; vertical-align: top; width: 50%; margin-right: 25px; 
}
.bio:hover {
	color: #333;
}
.bio2col:hover {
	color: #333;
}
.bioMug {
	display: inline-block; width: 35%; vertical-align: top; margin-right: 15px;
}
.bioMug img {
	width: 100%; height: auto;
}
.bioMug:hover {
	opacity: 1.0 !important;
}
.bioInfo {
	display: inline-block; width: 55%; vertical-align: top;
}
.bioInfo b {
	font-size: 18px;
}
.fullbio {
	display: block; width: 98%; padding: 20px; padding-right: 20px; margin-top: -20px; background-color:#f2f2f2; margin-bottom: 20px; position: relative;
}
.fullbio .bioInfo b {
	font-size: 24px;
}
.fullbio p {
	max-width: none;
}
.fullbio img {
	float: left; width: 25%; margin-right: 20px;
}
.fullbio .bioInfo {
	width: 70%;
	display: inline-block;
	float: left;
}
.fullbio span {
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}
.fullbio .xclose {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 16px !important;
	height: auto !important;
}
.biocol .bioMug {
	display: block; width: 100%; margin-bottom: 15px;
}
.biocol .bioInfo {
	display: block; width: 100%;
}

@media (max-width: 1004px) {
	.bioGroup { 
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0px;
	}
	.bio, .bio2col {
		width: 98%;
		margin-bottom: 25px;
	}
	.bioInfo {
		width: 45%;
	}
	.fullbio {
		margin-top: -25px; padding-right: 40px;
	}
	.biocol .bioMug {
		width: 100%;
	}
	.biocol .bioInfo {
		width: 100%; padding-left: 20px;
	}
}

@media (max-width: 550px) {
	.bioMug {
		width: 45%;
	}
	.bioInfo {
		width: 45%;
		font-size: 13.5px;
		line-height: 1.5em;
	}
}