.third-level a, .fourth-level a{
	color: #0035a7;
}
.third-level a:active, .fourth-level a:active{
	color: #011ffd !important;
}
.third-level a:hover, .fourth-level a:hover{
	color: #011ffd !important;
}
.org-tree .node {
	margin:auto;
	background-color: #efefef !important;
	border-right: none!important;
	border-left: none!important;
	border-bottom: none!important;
}
.org-tree .parent {
	margin-bottom: 50px !important;
}
.org-tree .parent:not(.collapsed):after {
	background-color: #cca323 !important;
	height: 25px !important;
}
.org-tree .parent:not(.collapsed):after {
	background-color: #cca323 !important;
}
.org-tree .item > .child:after {
	background-color: #cca323 !important;
	
}
.org-tree .item > .child:not(.root):before {
   background-color: #cca323 !important;	
   height: 25px !important;
}
.border-purple{
	border-top: 10px solid #6818cc !important;
}
.border-yellow{
	border-top: 10px solid #cca323 !important;
}
.org-tree .node {
    
}

.mb-5, .my-5 {
    margin-bottom: 0em!important;
}
#org_table{
	margin-left: 5%;
	overflow: hidden;
	overflow-x: auto;
	display: block;
	width:1000px
}

.small_padding{
	padding :2px !important;
	
}

.top-level{
	background-color: #e7e7e7;
    line-height: 60px;
    min-height: 60px;
    text-align: center;
    border: 1px solid #FFF;
    display: block;
	color: #3d3b39 !important;
}
.level-type{
	background-color: #fff;
    line-height: 60px;
    min-height: 60px;
    text-align: center;
    border: 1px solid #b5b5b5;
    display: block;
	color: #3d3b39 !important;
}
.level-type-end{
	background-color: #fff;
    line-height: 60px;
    text-align: center;
    border: 1px solid #b5b5b5;
    display: block;
	color: #3d3b39 !important;
	/*min-height: 200px;*/
	min-height: 100%;
	line-height: 200px;
}
.second-level{
	background-color: #d4d4d4;
    line-height: 60px;
    min-height: 60px;
    text-align: center;
    border: 1px solid #fff;
    display: block;
	color: #3d3b39 !important;
}
.third-level{
	background-color: #b7b7b7;
    line-height: 60px;
    min-height: 60px;
    text-align: center;
    border: 1px solid #fff;
    display: block;
	color: #3d3b39 !important;
}
.fourth-level{
	/*background-color: #8d8d8e;*/
	background-color: #9c9c9c;
	line-height: 2em;
    text-align: center;
    border: 1px solid #fff;
    display: block;
	color: #fff !important;
	/*min-height: 200px;*/
	min-height: 100%;
	padding-top: 10px;
}
.counterBg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+26,daefed+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 26%, rgba(218,239,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 26%,rgba(218,239,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 26%,rgba(218,239,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#daefed',GradientType=0 ); /* IE6-9 */

}

.social-icons .fa-facebook-f, .social-icons .fa-linkedin-in{
	color: #1d418e;
}

@media screen and (max-width: 768px) {
		#org_table{
			margin-left:0%
		}
		.level-type-end{
			 min-height: 60px;
			 line-height: 60px;
		}
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right:0;
  z-index:9999;
  max-width: 40px;
  
  
  
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
}

.icon-bar a:hover {
  /*background-color: #000;
  opacity: 0.7;*/
  filter: brightness(0.85);
}

.facebook {
  background: #3B5998;
  color: white;
}
.linkedin {
  background: #0a63bc;
  color: white;
}

.quiz {
  background: #153371;
  color: white;
}
.mail {
  background: #949597;
  color: white;
}
.message {
  background: #96b93c;
  color: white;
}
.mfp-close, .mfp-close-btn-in .mfp-close {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #fbfbfb;
}
.box-content{
	min-height: 365px;
}
.card-background-image-hover{
	min-height: 400px;
}
#chatBoard{
	z-index: 1042;
  min-width: 330px;
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
    opacity: .5!important;
    z-index: 1041!important;
}
.thumb-info.thumb-info-bottom-info .thumb-info-title {
	padding: 10px;
}
.owl-stage-outer{
	width: 95%;
    margin: auto;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 60px 10px 60px 120px!important;
}
.font-shadow{
	text-shadow: rgb(0 0 0) 0.1em 0.1em 0.3em;
}
.text-color-gray{
	text-shadow: gray 0em 0em 0em!important;
}
@media (max-width: 768px) and (min-width: 552px){
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 567px){
	
	.icon-bar a {
		font-size: 14px;
		padding: 11px;
	}
	.tabs.tabs-bottom {
		padding: 0 30px 0 0;
	}
}
@media (max-width: 420px){
	.text-5{
		font-size: 1.2em !important;
	}
}

#select-area{
	width: 100%;
    margin: 0 auto;
    background-color: #f0f0f0;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 15px;
    margin-bottom: 10px;
    font-size: 15px;
}
#quarterly_year{
	font-size: 1.125em;
}

.mfp-iframe-holder .mfp-content {
  min-height: 600px;
}