<style type="text/css">
/* Begin Additions by Gautam for DOT SITE */

.dropdown-submenu{
    position: relative;
}

.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}

.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}
@media (max-width: 992px) {
    .dropdown-menu{
        width: 50%;
    }

.dropdown-menu .dropdown-submenu{
        width: auto;
    }
}

.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	padding-top: 0%;
	padding-bottom: 0%;
	width: auto;
	height: auto;
	background: white;
	overflow: hidden;
	border-radius: 25px;
	border: 3px solid #edede6;
	font-size: 5vh;
	font-family: Helvetica;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

@media (min-width: 576px) 
	{.dropdown-menu li:hover .sub-menu {visibility: visible;}}

/* added by Gautam for Image / Captions / Text code adjustment on 09/04/2019 */

.size {
  height: 230px;
  width: 230px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border:5px solid #800000;
}

.caption {
  font-size: 90%;
  color: #6c757d;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Added by Gautam on 10/15/2019 to fix menu hovers at home page  	 */
.dropdown:hover>.dropdown-menu {  
  display: block; 
}
	
/* End Additions by Gautam */

/* Added by Rashmila for hover over text (like tooltip) for subject matter experts page under capital on 12/9/2019  */

div.appear {
    width: 750px; 
    border: #000 1px solid;
    background:#F8F8F8;
    position: relative;
    top: 5px;
    left:15px;
    display:none;
    padding: 5px;
    z-index: 1000000;
	font-size: 12px;
	line-height: 1rem;	
	word-break: normal;
	word-wrap:break-word;
	text-align:justify;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}

div.hover  {
    cursor:pointer;
/*    width: 500px;*/
}

div.hover:hover div.appear {
    display:block;

}

/* End of hover over text addition (like tooltip) for subject matter experts page under capital  */

<!-- ------------------------------------------------------------------------------------------------ -->
<!-- 12/13/2019  BEGIN MANUAL CHANGES for Expanding Accordions --> 
<!-- NOTE: DO NOT CHANGE BELOW ACCORDION CODE -->

a {
  color: rgba(13, 3, 155, 1);
  text-decoration: bold;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover,a:focus {
  text-decoration: underline;
  outline: none;
}

#accordion .panel {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

#accordion .panel-heading {
  padding: 0;
  font-variant: small-caps;
  font-weight: bold;
}

#accordion .panel-title a {
  display: block;
  font-size: 15px;
  font-weight:700;
  color: blue;
  padding: 17px 40px 17px 65px;
  background: #fff; 
  border: 1px solid #f3f3f3;
  border-bottom: none;
  position: relative;
  transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed {
  	background: linear-gradient(20deg,blue,rgba(0,94,208,0.5));
    color: white;  
}

#accordion .panel-title a.collapsed:hover {
    color: white ;
  	font-size:15px;
  	font-weight:bold;
	background: linear-gradient(20deg,blue,rgba(0,94,208,0.5));
	font-variant: small-caps;
}


#accordion .panel-title a::after,
#accordion .panel-title a.collapsed::after {
  content: "\f055";
/*  content: class="fas fa-angle-double-down";*/
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #fff;
  width: 35px;
  height: 100%;
  line-height: 54px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: -1px;
/*background: #3DC9B3; -- DON'T CHANGE THIS */
  background: linear-gradient(20deg,blue,rgba(0,94,208,0.5));
  transition: all .2s;
  font-weight:600;
}

#accordion .panel-title a.collapsed::after {
  content: "\f056";
  font-family: "Font Awesome 5 Free";
  color: #959595;
/*  background: #f4f4f4;*/
  background: linear-gradient(20deg,blue,rgba(0,94,208,0.5));
  transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed:hover::after {
	background: linear-gradient(20deg,blue,rgba(0,94,208,0.5));
	color: #fff;
}

#accordion .panel-title a::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: -1px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid red;
}

#accordion .panel-title a.collapsed::before {
  display: none;
}

#accordion .panel-body {
  font-size: 14px;
  color: #b7b7b7;
  padding: 0 65px 15px;
  line-height: 20px;
  margin-left: 12px;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-top: none;
}

#accordion .panel-body  a:hover,a:focus a.collapsed::after {
 	text-decoration: underline;
	font-weight:bold;  
 }

<!-- 12/13/2019  END MANUAL CHANGES for Expanding Accordions --> 
<!-- ------------------------------------------------------------------------------------------------ -->
<!-- 09/24/2020 - Gautam Chitkara --BEGIN  Add code for Internet Site Home Page Mouse Hover BOLD and Carousel moving slides -->
 
.dropdown:hover>.dropdown-menu {  
	display: block; 
	transition-duration: 800ms;
	transition-delay: -1s;
 }

   
.uni {
	transition-duration: 3s;
	transition-property: background-color;
 }

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .9s;
	transition-property: opacity;
 }

.carousel-inner > .item > img{
	margin:auto;
 }

.carousel-indicators li {
    width: 25%;
    height: 2px !important;
    border-radius: 0px !important;
	background-color:rgb(0,51,153);
	padding:5px;
	padding-right:100px;
	border:1px solid #282828;
	transition: all 0.25s ease;
	text-indent: 0.5;
 }
		
/* DO NOT CHANGE : Below code for bold text with Mouse HOVER  */


a:hover,.active{
 	font-weight: bold !important;
	text-decoration:none; 
	COLOR: rgba(13, 3, 155, 1); 
	background: none !important;
	}


.btn-primary {
    background: #0099cc !important;
    color: #ffffff;
	border:none;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc !important;
}
 
 
.btn .btn-primary:active, .btn-primary.active{
/*   background: rgba(0,51,153,1) !important;
*/ 	background: #007bff !important;
    box-shadow: none;
	border:none;
}

.btn-secondary {
    background: #BABABA !important;
    color: #ffffff;
	border:none;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
    background: #909090 !important;
}

.btn-secondary:active, .btn-secondary.active {
    background: #797979 !important;
    box-shadow: none;
	border:none;
}

 /*.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: current!important;
}


.btn-primary {
    color: #212529;
    background-color: #7cc;
    border-color: #5bc2c2
}

.btn-primary:hover {
    color: #212529;
    background-color: #52bebe;
    border-color: #8ad3d3
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #212529;
    background-color: #7cc;
    border-color: #5bc2c2
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #9cdada;
    border-color: #2e7c7c
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)
}

.btn-outline-primary {
    color: #7cc;
    background-color: transparent;
    background-image: none;
    border-color: #7cc
}

.btn-outline-primary:hover {
    color: #222;
    background-color: #8ad3d3;
    border-color: #7cc
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #7cc;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #8ad3d3;
    border-color: #7cc
}

*/
  
<!-- 09/24/2020 - Gautam Chitkara -- END Add code for Internet Site Home Page Mouse Hover BOLD and Carousel moving slides -->
<!-- ------------------------------------------------------------------------------------------------ -->

</style>