/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.ff-poppins{
	font-family: 'Poppins', sans-serif;
	font-size:60px;
	font-weight: bold;
}

.landing-page {
	display: flex !important;
	flex-direction: column;
	text-align: center;
	min-height: 100vh;
	justify-content: center;
	align-items: center;
}

.logo {
	align-self: start;
    padding: 15px 0px 0px 15px;
    width: 290px;
}

.logo img {
	width: 100%;
	height: auto;
}

#header hr {
	background-color: #3ab44a;
}

#header .thick {
	background-color: #3ab44a;
	opacity: 1;
	height: 2px;
}

.main-heading {
	margin-top: 20vh;
	flex-grow: 1;
}

.bottom-menu {
	align-self: flex-end;
	margin: 0px 10px 5px 0px;
}

/* .button-change */
.button-change {
	--height: 2.375rem;
    height: var(--height);
    line-height: calc(var(--height) - 2px) !important;
    border-bottom: 1px solid #3ab44a !important;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    display: inline-flex;
	flex-direction: column-reverse;
}

.button-change.btn-sm { --height: 2rem; }
.button-change.btn-lg { --height: 3rem; }

.button-change span {
    position: relative;
	display: block;
    transition: transform .35s ease;
    transform: translate3d(0px, 0%, 0px);
	transform-style: preserve-3d;
}

.button-change:hover span {
    transform: translate3d(0px, 100%, 0px);

}

.btn-outline-dark {
    color: #212529;
    border-color: #3ab44a;
}

.btn-outline-dark:hover {
    background-color: #3ab44a;
    border-color: #3ab44a;
}

.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem #3ab44a61;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem #3ab44a61;
}

.header-text {
	color: #3ab44a;
	font-size: 30px;
}

@media (min-width: 992px){
	.menu-container > .menu-item:not(.mega-menu) .sub-menu-container:not([class*='col']) {
	    width: 222px;
	}
}

.content-manage {
	justify-content: space-between;
}
@media (max-width: 992px) {
	.content-manage {
		justify-content: flex-end;
	}
}

.landing .btn-outline-dark {
    color: #fff;
}

.landing .text-shadow-color {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3ab44a;
}

.min-h-87 {
	min-height: 87.2vh;
}

.min-h-79 {
	min-height: 79.2vh;
}

.min-h-76 {
	min-height: 76.2vh;
}

.min-h-74 {
	min-height: 74.5vh;
}

.min-h-72 {
	min-height: 72.8vh;
}

.min-h-72-2 {
	min-height: 72vh;
}

.min-h-70 {
	min-height: 70.6vh;
}

.min-h-68 {
	min-height: 68.6vh;
}

.text-right {
	text-align: right;
}

.logo-outer {
	background-color: #000000ab;
}

/*Modal1*/
.my-modal .modal-content{
	overflow:hidden;
}

.my-modal .modal-body {
	min-height: 200px;
}

/*.my-modal .modal-lg .top-strip {*/
/*    height: 155px;*/
/*    background: #007b5e;*/
/*    transform: rotate(141deg);*/
/*    margin-top: -106px;*/
/*    margin-right: 457px;*/
/*    margin-left: -130px;*/
    /*border-bottom: 65px solid #4CAF50;*/
    /*border-top: 10px solid #4caf50;*/
/*}*/

/*.my-modal .modal-lg .bottom-strip {*/
/*    height: 155px;*/
/*    background: #007b5e;*/
/*    transform: rotate(135deg);*/
/*    margin-top: -115px;*/
/*    margin-right: -339px;*/
/*    margin-left: 421px;*/
/*    border-bottom: 65px solid #4CAF50;*/
/*    border-top: 10px solid #4caf50;*/
/*}*/

.my-modal .modal-xl .top-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -106px;
    margin-right: 400px;
    margin-left: -200px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

.my-modal .modal-xl .bottom-strip {
    height: 160px;
    background: #007b5e;
    transform: rotate(138deg);
    margin-top: -65px;
    margin-right: -500px;
    margin-left: 500px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

.modal-inner {
	margin: 90px 0 115px 0px;
}

.modal-heading{
    text-decoration:none;
    font-size: 28px;
}

.modal-text {
	font-size: 26px;
}

/* Tree view CSS starts */
ol {
  list-style: none;
}

/*body {
  margin: 50px 0 100px;
  text-align: center;
  font-family: "Inter", sans-serif;
}*/

:root {
  --level-1: #0d47a1;
  --level-2: #1565c0;
  --level-3: #7b9fe0;
  --level-4: #1565c0;
  /*--level-4: #f27c8d;*/
  --black: black;
}

.tree-view {
	margin: 50px 0 100px;
	text-align: center;
}

.tree-view h1, .tree-view h2 {
	font-size: 16px;
	font-weight: normal;
}

.tree-container {
  /*max-width: 1000px;*/
  padding: 0 10px;
  margin: 0 auto;
}

.rectangle {
  position: relative;
  padding: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}


/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
  width: 40%;
  margin: 0 auto 40px;
  background: var(--level-1);
  color: #fff;
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}


/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
}

.seven-grid {
  grid-template-columns: repeat(7, 1fr);
}

.ten-grid {
	grid-template-columns: repeat(10, 1fr);
}

.three-grid {
	grid-template-columns: repeat(3, 1fr);
}

.four-grid {
	grid-template-columns: repeat(4, 1fr);
}

.five-grid {
	grid-template-columns: repeat(5, 1fr);
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 4%;
  width: 96%;
  height: 2px;
  background: var(--black);
}

.side-border::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -11px;
    width: 2px;
    height: 175px;
    background: var(--black);
}

/*.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: var(--black);
}*/

.level-2-wrapper li {
  position: relative;
}

.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-2 {
  width: 95%;
  margin: 0 -1px 40px;
  background: var(--level-2);
  color: #fff;
}

/*.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}*/

.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}


/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 90%;
  margin: 0 auto;
}

.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 2px;
  background: var(--black);
}

.level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-3 {
  margin-bottom: 20px;
  background: var(--level-3);
}


/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  position: relative;
  width: 48.2%;
  margin-right: auto;
}

.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -21px;
  width: 2px;
  height: calc(100% + 32px);
  background: var(--black);
}

/*.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -21px;
  width: 2px;
  height: calc(100% + 32px);
  background: var(--black);
}*/

.level-4-wrapper li + li {
  margin-top: 20px;
}

.level-4 {
	font-weight: normal;
	background: var(--level-4);
	width: 25%;
    margin-left: auto;
    color: #fff;
}

/*.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}*/

.level-4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(100%, 50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}


/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1200px) {
  .rectangle {
    padding: 20px 10px;
  }

  .level-1,
  .level-2 {
    width: 100%;
  }

  .level-1 {
    margin-bottom: 20px;
  }

  .level-1::before,
  .level-2-wrapper > li::before {
    display: none;
  }

  .level-2-wrapper,
  .level-2-wrapper::after,
  .level-2::after {
    display: block;
  }

  .level-2-wrapper {
    width: 90%;
    margin-left: 10%;
  }

  .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% + 40px);
  }

  .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }

  .side-border::after {
  	display: none;
  }
}

#offices {
	min-height: 100vh;
    background-color: #6190e8;
    background-image: linear-gradient(to right, #5784d7 0%, #a7bfe8 100%);
}

.heading-large {
	border-bottom: 2px solid #222;
	color: #222;
	float: left;
	width: 100%;
	padding:0 0 6px;
	margin:0 0 18px;
	text-align: left;
}

.heading-large::before, .heading-large::after{
	background: transparent;
}

.back-icon {
    position: fixed;
    top: 5%;
    left: 5%;
    width: 50px;
    height: auto;
    z-index: 100;
}

.countries-box {
	margin: 50px 0 100px;
}

.countries-list {
	margin: 0px 20px 0px 20px;
}

.countries-heading {
	color: #f00;
}

.starting-word {
	font-weight: bold;
	color: green;
}

.is-expanded {
    margin: 0px 0 270px 0px;
}

/*Tree view*/

.tree ul {
	padding-top: 20px; position: relative;

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.tree li a{
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}

/*Navigation for africa*/
.navigation>li>a:hover, .navigation>li>a:focus, .navigation .open>a, .navigation .open>a:hover, .navigation .open>a:focus {
    background:#fff;
}
.inner-dropdown {
    background:#fff;
    border:1px solid #ccc;
    border-radius:4px;
    width:300px;
}
.inner-dropdown .dropdown-menu>li>a {
    color:#428bca;
}
.inner-dropdown .dropdown-menu {
    border-radius:4px;
    box-shadow:none;
    margin-top:20px;
    width:300px;
}
.inner-dropdown .dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}
.inner-dropdown .dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}

/*Organization chart*/

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    zoom: 1;
}

/* Generic styling */

/*body{
	background: #F5EEC9;
}*/
* {
    position: relative;
}

.content{
    width: 100%;
    max-width: 1142px;
    background-color:#f2f2f2;
    margin: 0 auto;
    padding: 0 20px;
    height: 48rem;
    border-bottom: 2px solid #3ab44a;
    margin-top: 14vh;
    padding-top: 10vh;
}

.m-butic-executive .content {
	height: 58rem;
}

a:focus{
	outline: 2px dashed #f7f7f7;
}

@media screen and (max-width: 767px){
	.content{
		padding: 0 20px;
	}
}

.content ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.content ul a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 4px solid #1da43e;
	text-align: center;
	overflow: hidden;
	font-size: .8em;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #5a5a5a;
	height: 70px;
	margin-bottom: -26px;
	box-shadow: 4px 4px 9px -4px rgba(0,0,0,0.4);
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	transition: all linear .1s;
}

@media print {
    .content ul a{
        border: 4px solid #000;
    }
}

@media screen and (max-width: 767px){
	.content ul a{
		font-size: 1em;
	}
}


.content ul a span{
	/*top: 50%;
	margin-top: -1em;
*/	display: block;
}

/*

 */

.administration > li > a{
	margin-bottom: 25px;
}

.director > li > a{
	width: 50%;
	margin: 0 auto 0px auto;
}

.subdirector:after{
	content: "";
	display: block;
	width: 0;
	height: 130px;
	background: red;
	border-left: 4px solid #1da43e;
	left: 50.3%;
	position: relative;
}

.advisory-main .director:after{
    content: "";
    display: block;
    height: 241px;
    border-left: 4px solid #1da43e;
    left: 50.3%;
    position: relative;
}

@media print {
    .subdirector:after{
        border-left: 4px solid #1da43e;
    }
}

.subdirector,
.departments{
	position: absolute;
	width: 100%;
}

.subdirector > li:first-child,
.departments > li:first-child{
	width: 18.59894921190893%;
	height: 64px;
	margin: 0 auto 92px auto;
	padding-top: 25px;
	border-bottom:4px solid #1da43e;
	z-index: 1;
}

@media print {
    .subdirector > li:first-child,
    .departments > li:first-child{
        border-bottom: 4px solid #1da43e;
    }
}

.subdirector > li:first-child{
	float: right;
	right: 31%;
	border-left: 4px solid #1da43e;
}

@media print {
    .subdirector > li:first-child{
	    border-left: 4px solid #1da43e;
    }
}

.departments > li:first-child{
	float: left;
	left: 32%;
	border-right: 4px solid #1da43e;
}

@media print {
    .departments > li:first-child{
        border-right: 4px solid #1da43e;
    }
}

.subdirector > li:first-child a,
.departments > li:first-child a{
	width: 100%;
}

.subdirector > li:first-child a{
	left: 25px;
}

@media screen and (max-width: 767px){
	.subdirector > li:first-child,
	.departments > li:first-child{
		width: 40%;
	}

	.subdirector > li:first-child{
		right: 10%;
		margin-right: 2px;
	}

	.subdirector:after{
		left: 49.8%;
	}

	.departments > li:first-child{
		left: 10%;
		margin-left: 2px;
	}
}


.departments > li:first-child a{
	right: 25px;
}

.department:first-child,
.departments li:nth-child(2),.advisory-main .departments li:nth-child(8){
	margin-left: 0;
	clear: left;
}

.advisory-main .departments li:nth-child(8):after {
    content: "";
    display: block;
    position: absolute;
    border-top: 4px solid #1da43e;
    top: -23px;
    width: 590%;
    left: 47%;
}

.departments:after{
	content: "";
	display: block;
	position: absolute;
	width: 85.5%;
	height: 22px;
	border-top: 4px solid #1da43e;
	border-right: 4px solid #1da43e;
	border-left: 4px solid #1da43e;
	margin: 0 auto;
	top: 130px;
	left: 6%;
}

/*Styles By Boards*/
.m-butic-executive .departments:after {
	left: 14%;
    width: 71.5%;
}

.m-butic-executive .department {
    left: 88px;
}

.advisory-main .department {
    left: 94px;
}

.advisory-main .departments:after {
    left: 14.6%;
    width: 71.6%;
}

@media print {
    .departments:after{
        border-top: 4px solid #000;
        border-right: 4px solid #000;
        border-left: 4px solid #000;
    }
}

@media screen and (max-width: 767px){
	.departments:after{
		border-right: none;
		left: 0;
		width: 49.8%;
	}
}

@media screen and (min-width: 768px){
	.department:first-child:before,
   .department:last-child:before{
    border:none;
  }
  .advisory-main .department:first-child:before,
   .advisory-main .department:last-child:before{
    border: 2px solid #1da43e;
  }
}

.department:before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 22px;
	border-left: 4px solid #1da43e;
	z-index: 1;
	top: -22px;
	left: 50%;
	margin-left: -4px;
}

@media print {
    .department:before{
        border-left: 4px solid #1da43e;
    }
}

.department{
	border-left: 4px solid #1da43e;
	width: 12.5%;
	float: left;
	margin-left: 1.751313485113835%;
	margin-bottom: 60px;
}

@media print {
    .department{
	    border-left: 4px solid #1da43e;
    }
}

.lt-ie8 .department{
	width: 18.25%;
}

@media screen and (max-width: 767px){
	.department{
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.department:before{
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 60px;
		border-left: 4px solid #1da43e;
		z-index: 1;
		top: -60px;
		left: 0%;
		margin-left: -4px;
	}

	.department:nth-child(2):before{
		display: none;
	}
}

.department > a{
	margin: 0 0 -26px -4px;
	z-index: 1;
}

.department > a:hover{
	height: 65px;
}

.department > ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

.department li{
	padding-left: 25px;
	border-bottom: 4px solid #1da43e;
	height: 80px;
}

@media print {
    .department li{
        border-bottom: 4px solid #1da43e;
    }
}

.department li a{
	background: #fff;
	top: 48px;
	position: absolute;
	z-index: 1;
	width: 90%;
	height: 60px;
	vertical-align: middle;
	right: -1px;
	/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
	/*background-image: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%) !important;*/
	/*background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0)))!important;*/
	/*background-image: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;*/
	/*background-image: -o-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;*/
	/*background-image: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;*/
	/*background-image: linear-gradient(135deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 );
}

.department li a:hover{
	box-shadow: 8px 8px 9px -4px rgba(0,0,0,0.1);
	height: 80px;
	width: 95%;
	top: 39px;
	background-image: none!important;
}

/* Department/ section colors */
.department.dep-a a{ background: #fff; }
.department.dep-b a{ background: #fff; }
.department.dep-c a{ background: #fff; }
.department.dep-d a{ background: #fff; }
.department.dep-e a{ background: #fff; }

.text-yellow {
	color: #5b78ac;
	line-height: 2.5;
}

/* Bottom Arrow Devider */
.divider_wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
}
.divider_wrapper span {
	display: block;
}
.arrow-divider {
    position: relative;
    margin-top: 0px;
    height: 1px;
}
.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right,#00000038,#3333333d,#00000038);
}

.hover-div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right,#00000038,#333,#00000038);
}
.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 18px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: white;
    border-bottom: 1px solid #3333333d;
    border-right: 1px solid #3333333d;
}

.hover-div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 18px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: white;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}
