<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;
/*    font-size: 13px;
    color: #888888; 
    background-color: #800000;*/
/*    width: 230px;*/
    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:hover,a:focus {
  text-decoration: none;
  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: #9c88b9;*/
   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: #fafafa;*/
  	background: linear-gradient(20deg,blue,rgba(0,94,208,0.5));
/*  color: #959595;*/
    color: white;
  
}

#accordion .panel-title a.collapsed:hover {
/*  color: #9c88b9;*/
    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: #3DC9B3;   -- DON'T CHANGE THIS */
	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 #3DC9B3; -- DON'T CHANGE THIS */
  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;  
 }

</style>
 <!-- NOTE: DO NOT CHANGE ABOVE ACCORDION CODE -->
<!-- 12/13/2019  END MANUAL CHANGES for Expanding Accordions --> 

 }	

<!-- ------------------------------------------------------------------------------------------------ -->
