.department #sidebar .tabH4_Main {
	font-size: 2.6rem !important;
}

.online{
	text-transform: initial;
}

/*Fast Track styles*/

.img_pos img{
	border: 0;
}

.fasttrack ol li{
	margin-bottom: 1.5rem;
}


.feature-box{
	padding: 0;
	background-color: #F3F3F4;
	margin-top: 0;
}

.feature-box-2{
	border: 1px solid #eaeaea;
    padding: 15px;
    /*margin-top: 30px;*/
    margin-bottom: 30px;
    min-width: 189px;
    max-width: 100%;
	box-shadow: 5px 8px #E1E1E8;
}

.feature-box-2-height{
	min-height: 35rem;
}

.yellow_heading .block h3{
	background-color: #ffbe00;	
}

.department #contentcontainer .yellow_heading h3{
	color: #002e66;
}

/*.img_pos{
	position: relative;		
}
*/
.img_pos .well{
	/*margin: 0;
	position: absolute;
	bottom: 0;
	width: 100%;*/
	border-radius: initial;
	border: 0;
}

.intro_txt .lead{
	line-height: 1.8;
}


.department #contentcontainer h3.h3title{
	text-transform: initial;
}

.fasttrack{
	margin: 0 1.2rem;	
}

.block h3{
	margin-top: 0;
}

.fasttrack .lead{
	font-size: 21px;
}

.well .lead{
	margin-bottom: 0;
}

.department #contentcontainer th{
	font-size: 16px;
}

.department #contentcontainer table p{
	font-size: 16px;
}

.why-fast-track{
	margin-bottom: 17px;
}


/* End Fast Track styles */

/* RSI Styles */
/* Tabs color information */

.tab-content{
	padding: 1.4rem;
	border-left: solid .1rem #ddd;
	border-right: solid .1rem #ddd;
	border-bottom: solid .1rem #ddd;
	background-color: #F3F3F4;
}

.department #contentcontainer .leveraging-canvas ul li{
	margin-bottom: 4.4rem;
}

.nav-tabs>li{
background-color: #002e66;
margin-right: .2em;
}



.nav-tabs>li>a{
color: #ffffff;
border-radius: 0;
	font-weight:bolder;
	margin-right: -0.1em;
}


.nav-tabs>li.active>a{
background-color: #ffbe00 !important;
margin-right: -0.1em;
font-weight: 900;
color: #393839;
}

.nav>li>a:hover{
	background-color: #444444;
}


/* End tabs color */
/* End RSI Styles*/

.accordion-text{
	display: flex;
}

.btn-link[data-toggle].collapsed:after, .btn-link[data-toggle]:not(.collapsed):after{
	display: none;
}

.accordion-text::before {
  content: '\f078'; /* Unicode character for right arrow (>) */
  font-family: 'Font Awesome 6 Free';
  display: inline-block;
  margin-right: 10px; /* Adjust spacing */
  vertical-align: middle; /* Vertically align with the text */
}

.accordion-trigger.collapsed .accordion-text::before {
  content: '\f054'; 
  font-family: 'Font Awesome 6 Free';
  display: inline-block;
  margin-right: 17px; /* Adjust spacing */
  vertical-align: middle; /* Vertically align with the text */
}

/* #AbcDiv {
	border-top: .1em solid #E1E1E8;
	border-bottom: .1em solid #E1E1E8;
	margin-bottom: 1rem;
}

#AbcDiv .IndexHeading {
	text-align: center;
	
}

#AbcDiv .IndexHeading li a:link, #AbcDiv .IndexHeading li a:visited {
    padding: 0 .4em !important;
}

#AbcDiv .ItemIndexHeading{
	margin-bottom: 1rem;
} */

.bullet_list_arrow_yellow li{
	margin-bottom: 1rem;
/* 	padding-left: 1rem; */
/* 	font-size: 1.1rem; */
}

#deptinfo p{
	padding-bottom: 1rem;
}

.feature-box {
	text-align: left;
}




/* DE page styles */

.intro{
	font-size: 1.2em;
}
.well.blue{
	box-shadow: 3px 5px #cecece;
}

.photo{
	border-top: .3em #ffbe00 solid;
	margin: 0 auto!important;
	text-align: center;
}

.photo-right{
	float: right;
	margin: 0 1em;
}

#contentcontainer .block-square-1 p{
	display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
	justify-content: center!important;
	min-height: 70px;/*295px;*/
	margin-bottom: 0px;
}

.bullet-list-home{
	background-color: #ffffff;
	padding: .75em 0;
	border-bottom: .3em #ffbe00 solid;
	min-height: 325px;
}

.block-square{
	border-top: .3em #ffbe00 solid;
	border-left: .1em #cecece solid;
	border-right: .1em #cecece solid;
	border-bottom: .1em #cecece solid;
	min-height: 480px;
	margin-bottom: 1.75em;
	box-shadow: 3px 5px #cecece;
}

.footer{
	/*min-height: 90px;
	margin-bottom: 0px;	
	border-left: .1em #cecece solid;
	border-right: .1em #cecece solid;
	border-bottom: .1em #cecece solid;*/
	padding: 0 1.5em;
	font-size: .75em;
	
	
}

.js_cal{
	list-style-type: none;
	padding:0;
}

.date h4 span{
	border-bottom: .2em #ffbe00 solid;
	background-color: #002e66; /*#ffbe00;*/
	padding: .2em;
	color: #ffffff;
}

#deptinfo p {
	padding-bottom: 1rem;
}


/* Landscape tablets and medium desktops */

@media (max-width: 1199px){
	.department #sidebar .tabH4_Main {
		font-size: 2.1rem !important;
	}	
}

@media (min-width: 1024px) and (max-width: 1180px){
	.feature-box-2-height{
		min-height: 51rem;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {
        .bullet-list-home{
	min-height: 425px;
}
ul.bullet_list_arrow_yellow {
    padding-left: 30px;
}
.block-square{
	min-height: 425px;	
}
}

@media (max-width: 992px){
	.feature-box-2-height{
		min-height: initial;
	}
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .bullet-list-home{
	min-height:unset;
}
#contentcontainer .block-square-1 p {
    min-height: 40px;
}
	.department #contentcontainer img.photo-right{
	float: right;
		margin: 0 1em;
}
	

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
  .bullet-list-home{
	  min-height:unset;
  }
	
  .department #contentcontainer img.photo-right{
	margin: 0 auto;
  }

#contentcontainer .block-square-1 p {
    min-height: 40px;
  }
	
	
	
}

/* End DE page styles*/