.orgcharttile {

    color: #ffffff;
    float: left;
    margin: 10px 1%;
    max-width: 410px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 20px;
}


.orgcharttile * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.orgcharttile img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.orgcharttile .span {
    height: 80px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 20px;
    position: absolute;
    bottom: 0px;
    /*left: 5px;*/
    z-index: 1;
    z-index: 1;
    margin: auto;
    background-color: rgba(0,71,124,0.75);
    text-align: center;
    text-shadow: 2px 2px 4px #424141;
    font-size: 18px;
    font-weight: bolder;
    width: 100%;
}
 

.orgcharttile h3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}

.orgcharttile p {
  font-size: 0.8em;
  line-height: 1.6em;
  margin-bottom: 0px;
}

.orgcharttile a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

a.orgcharttile:hover {
    color: #fff !important;
}

.orgcharttile:hover img, .orgcharttile.hover img {
 /* -webkit-transform: scale(1.1);
  transform: scale(1.1);*/
  opacity: .7;
}


.orgchartnav {
    font-family: Maitree;
    float: center;
    display: inline-block;
    color: #343535;
    text-align: center;
/*	padding: 10px 12px;
    text-decoration: none;
    font-size: 1.1rem;*/
    border-bottom: 4px solid transparent !important;
}

.orgchartnav a {
  font-family: Maitree;
  float: center;
  display: inline-block;
  color: #343535;
  text-align: center;
  text-decoration: none!important;

/*  font-size: 24px;*/


}

.orgchartnav a.active {
   /* font-size:24px;*/
    color: white;
    text-decoration: bolder;
    
}
    
    
.orgchartnav a:hover {
      font-family: Maitree;
      float: center;
      display: inline-block;
/*	  font-size: 24px;*/
      border-bottom: 4px solid #00477C;
}
        
.orgchartnav2 {
    font-family: Maitree;
    float: center;
    display: inline-block;
    color: #00477C;
    text-align: center;
	padding: 10px 12px;
    text-decoration: none!important;
    font-size: 1.3rem;
    border-bottom: 4px solid transparent;
}

.orgchartnav2 a {
  font-family: Maitree;
  float: center;
  display: inline-block;
  color: #6A6B6C;
  text-align: center;
  text-decoration: none!important;
  border-bottom: 4px solid transparent;
/*  font-size: 24px;*/


}

.orgchartnav2 a.active {
 /*   font-size:24px;*/
    color: white;
    text-decoration: bolder;
    border-bottom: 4px solid transparent
}
    
    
.orgchartnav2 a:hover {
      font-family: Maitree;
      color: #EAB353 !important;
      float: center;
      display: inline-block;
/*	  font-size: 24px;*/
      border-bottom: 4px solid #EAB353;
}

. a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 4rem;
  color: #666767;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #A4A5A5;
}

.orgaccordion a:hover,
.orgaccordion a:hover::after {
  cursor: pointer;
  color: #00477C;
}

.orgaccordion a:hover::after {
  border: 1px solid #00477C;
}

.orgaccordion a.active {
    color: #144EE3;
    border-bottom: 1px solid #A4A5A5;
}

.orgaccordion a::after {
    font-family: 'Ionicons';
    content: '\f218';
    position: absolute;
    float: left;
    left: 1rem;
    font-size: 1rem;
    color: #7288a2;
    padding: 5px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #C3C3C3;
    text-align: center;
}

.orgaccordion a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.orgaccordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.orgaccordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.orgaccordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

.orgaccordion-li {
    background: #E7EBF2;
    margin: 2px;
    padding: 2px;
    list-style-type: circle;
	border-bottom: 1px solid #e5e5e5;
	font-size: .9rem !important;
}

.orgaccordion-header{
    background: #E7EBF2;
    max-width:410px;
    width:100% !important;
    margin:0 1% !important;
    font-size: 1.2rem !important;
}

