
  
/*

#4e61b0 Blue



https://picsum.photos/300/200.jpg?blur=10
https://picsum.photos/WIDTH/HEIGHT?blur=10&random=1
 
*/



:root {
	
	/* Color styles */ 

/*

Blue used in mockup #152852
Gold used in mockup #fdb600

Duotone Font Icons:
Become Part of Our Team:
https://fontawesome.com/icons/users?f=duotone&s=solid&pc=%23162d5c&sc=%23fdbe14&so=1
Express Your Thoughts
https://fontawesome.com/icons/thought-bubble?f=duotone&s=solid&pc=%23172d5c&sc=%23fdbe14&so=1
Stay Updated
https://fontawesome.com/icons/envelope?f=duotone&s=solid&pc=%23fdbe14&sc=%23162d5c&so=1

*/

  

	
	
	
  --black: #000000;
  --red: #dc2235;
  --green: #0D733E; /*anniversary color*/
  --blue: #152752/*#4e61b0*/;
  --link: #3B4A87; 
  --breadcrumbs: #3B4A87;
  --yellow: #fdb600;
  --brand-color: #fdb600;
   /* Mikie Win uncomment this and comment out previous "brand-color"
  --brand-color: #fdb600;
  */
  /* Jack Win uncomment this and comment out previous "brand-color"
  --brand-color: #dc2235;
  */
  --hp-lt-blue-stroke: #d9f2fb;
  --hp-lt-2-blue: #f8fafa;
  --lt-blue: #00A8E1;
  --light--blue: #00A8E1;
  --lt-blue-a: #009DD1; 
  --light--blue--a-a: #009DD1;
  --lt-blue-all-a: #007399; 
  --light--blue--all--a-a: #007399; 
  --pail-blue: #ccf5f5; 
  --dark-blue: #051D49;
  --dk-blue: #152752; 
  --dark--blue: #152752; 
  --green: #0f8544;
  --lt-green: #8cc542;
  --gray: #4d4d4d;
  --purple: #800080;
  --black: #000000;
  --white: #ffffff;
  --lt-gray: #e3e4e6;
  --facebook-blue: #395896;
  --twitter-blue:  #41a9e8;
  --linkedin-blue: #0966c2;
  /*usage example
  background-color: var(--blue);
  */
  
/* Text-size styles */ 
--website--header: 40px; 
--page--title: 32px; 
--quote--text: 28px; 
--section--heading: 28px; 
--subsection--heading: 22px; 
--big--copy: 22px; 
--body--copy: 18px; 
--small--body--copy: 14px; 
--default--button: 18px; 
--big--button: 22px; 
--breadcrumbs: 16px; 
--primary--navigation--item: 15px; 
--footer--title: 20px; 
--footer--primary--navigation--link: 16px; 
--footer--secondary--navigation--link: 14px; 
--extra--large--heading: 60px; 
--large--heading: 48px; 
--intro--copy: 32px; 
	
  
}


a, a-link, .a-link, .btn-link {
  color: var(--link);
  font-weight: 500;
}

/*Homepage Slick Dots at top*/
.slick-dots-top .slick-dots {
  top: -30px;
  bottom: unset;
}

.slick-dots-top .slick-dotted.slick-slider {
  margin-top: 30px;
}


.slick-prev::before, .slick-next::before {
  font-size: 25px!important;
}
.slick-prev, .slick-next {
  width: 25px!important;
  height: 25px!important;
}

#localitySearchModal #result {
  border: 1px dotted #ccc;
  padding: 3px;
  max-height: 50vh;
  overflow:auto;
}
#localitySearchModal #result ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#localitySearchModal #result ul li {
  padding: 5px 0;
}
#localitySearchModal #result ul li:hover {
  background: #eee;
}



section section{
	margin-left: 1rem;
}

main p > a {
  text-decoration: underline;
}

main p > a:hover {
  text-decoration-style: dashed;
}

/*we may want to find a different element to use or wrap area in */
.siteTheme- main,
.siteTheme-none main{

  background-image: unset;
  background-repeat: no-repeat;
  background-position-x: right;

}
.siteTheme-.with-honeycomb main,
.siteTheme-none.with-honeycomb main{

  background-image: url("/govelect/assets/images/honeycomb.png");
  background-repeat: no-repeat;
  background-position-x: right;

}


.siteTheme-lt-blue.with-honeycomb main{
  background-image: url("/govelect/assets/images/honeycomb-blue.png");
  background-repeat: no-repeat;
  background-position-x: right;

}

*:focus {
    outline-offset: 4px;

}

.btn:focus{
	outline: 2px solid rgb(0, 47, 151);
}

.black-bg *:focus{
	outline: 2px solid rgb(255, 255, 255);
}

.absolute-center{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.absolute-vertical-center{
	position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%,-50%);
}

.absolute-horizontal-center{
	position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%,0%);
}

.breadcrumb-item a {
  color: var(--breadcrumbs);
}
.breadcrumb-item.active{
  color: #494D50;
}


.bottom-overlay{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.yellow-carrot::after{
  content: " >";
  color: var(--yellow) !important;
/*
  font-size: 1.5rem;
  position: relative;
  top: .125rem;
  */
}
.brand-color-carrot::after{
  content: " >";
  color: var(--brand-color) !important;
/*
  font-size: 1.5rem;
  position: relative;
  top: .125rem;
  */
}



.dark-gradient-bg{
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
}

.modal-video{
   xheight: 30px; 
}

.modal-video.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.modal-video.bottom{
  bottom: 0px;
}

.mr-6rem-custom {
  margin-right: 6rem !important;
}

.opacity-75 {
  opacity: .75 !important;
}


@media  screen and (max-width: 575px) {
.dome-overlay{
	background: unset
	background-size: contain;
}
}


@media  screen and (min-width: 576px) and (max-width: 991px) {
.dome-overlay{
	background: url("/govelect/assets/images/dome_transparent_25percent.png") no-repeat right center;
	background-size: contain;
}
}


@media screen and (min-width: 992px) {
.dome-overlay{
	background: url("/govelect/assets/images/dome_transparent.png") no-repeat right center;
	background-size: contain;
}
}



#Hero-Banner {
 /* background-image: ;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  */
}
#Hero-Banner .hero-text{
	font-size: 1rem;
	font-weight: bold;
	padding-right: 0px/*200px*/;
}
#Hero-Banner img.logo{
	max-height: 50px;
	padding-right: 1rem;
}
/*
@media  screen and (min-width: 576px) and (max-width: 767px) {
*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	#Hero-Banner .hero-text{
		font-size: 1.5rem;
	}
	#Hero-Banner img.logo{
		max-height: 60px;
	}
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#Hero-Banner .hero-text{
		font-size: 2rem;
	}
	#Hero-Banner img.logo{
		max-height: 70px;
	}
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	#Hero-Banner .hero-text{
		font-size: 3rem;
	}
	#Hero-Banner img.logo{
		max-height: 80px;
	}
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }

.sr-only{
/*Set color and background to avoid WAVE errors for SR Only elements*/
  background-color: white!important;
  color: black!important;
}

.min-100{
	min-height:100px;
}

.opacity-50{
	opacity: 0.5;
}

.not-allowed{
	cursor: not-allowed!important;
}


 .a-link{
	/*color: #033fae;*/
  color: #0056b3;
}
 .a-link:hover,
 .a-link:focus{
  color: #0743b1;
}
.a-link:active{
  color: #043079;
}

.text-white a {color:var(--white);}

.capped{
	border-top-width: 9px!important; 
}



.calendar-HC-bg{
	background-color: var(--blue)!important;
}

.calendar-HDC-bg{
	background-color: var(--green)!important;
}

.calendar-PCM-bg{
	background-color: var(--orange)!important;
}

.calendar-PH-bg{
	background-color: var(--purple)!important;
}



.black{
	color:var(--black)!important;
}
.border-black{
	border-color:var(--black)!important;
}
.black-bg{
	background-color: var(--black)!important;
}

.green{
	color:var(--green)!important;
}
.border-green{
	border-color:var(--green)!important;
}
.green-bg{
	background-color: var(--green)!important;
}

.lt-blue-all-a{
	color:var(--lt-blue-all-a)!important;
}
.border-lt-blue-all-a{
	border-color:var(--lt-blue-all-a)!important;
}
.lt-blue-all-a-bg{
	background-color: var(--lt-blue-all-a)!important;
}



.border-hp-lt-blue-stroke{
	border-color:var(--hp-lt-blue-stroke)!important;
}

.hp-lt-2-blue-bg{
	background-color: var(--hp-lt-2-blue);
}

.border-5{
	border-width: 5px!important;
}

.blue{
	color:var(--blue)!important;
}
.border-blue{
	border-color:var(--blue)!important;
}
.blue-bg{
	background-color: var(--blue)!important;
}

.dk-blue{
	color:var(--dk-blue)!important;
}
.border-dk-blue{
	border-color:var(--dk-blue)!important;
}
.dk-blue-bg{
	background-color: var(--dk-blue)!important;
}

.pail-blue{
	color:var(--pail-blue)!important;
}
.border-pail-blue{
	border-color:var(--pail-blue)!important;
}
.pail-blue-bg{
	background-color: var(--pail-blue)!important;
}

.lt-gray{
	color:var(--lt-gray)!important;
}
.border-lt-gray{
	border-color:var(--lt-gray)!important;
}
.lt-gray-bg{
	background-color: var(--lt-gray)!important;
}

.yellow{
	color:var(--yellow)!important;
}
.border-yellow{
	border-color:var(--yellow)!important;
}
.yellow-bg{
	background-color: var(--yellow)!important;
}

.brand-color{
	color:var(--brand-color)!important;
}
.border-brand-color{
	border-color:var(--brand-color)!important;
}
.brand-color-bg{
	background-color: var(--brand-color)!important;
}



.gray{
	color:var(--gray)!important;
}
.border-gray{
	border-color:var(--gray)!important;
}
.gray-bg{
	background-color: var(--gray)!important;
}

.black{
	color:var(--black)!important;
}
.border-black{
	border-color:var(--black)!important;
}
.black-bg{
	background-color: var(--black)!important;
}

.white{
	color:var(--white)!important;
}
.border-white{
	border-color:var(--white)!important;
}
.white-bg{
	background-color: var(--white)!important;
}


.hero-image .hero-caption{
	color: white;
}

.hero-image .hero-caption .orange{
	color: #faa349;
}

@media screen and (min-width: 992px) {
	.hero-image .position-lg-absolute{
		position:absolute!important;
		top: 50%;
		transform: translateY(-50%);
	}
}

                              
                              
                              
                              
/* Social Boxes */
#dept-dcf  .social-wrapper{
	/*text-align: center;*/
}
#dept-dcf  .social-box{
	margin: 0em 0em 2em 0em;
	/*max-width: 530px; Facebook widget will only dislpay at max 500px width so to avoid deadspace we stop these from exceeding 500px*/
	/*float: none;
	display: inline-block;
	*/
}
/* #dept-dcf  .social-box > h4{
	color:white;
	margin: 0 ;
	padding: .25em 1em;
	font-weight: bold;
	text-align:left;
}
#dept-dcf  .news-box > h4{
	background-color:#253341;
} */
#dept-dcf  .facebook-box .card-header{
	background-color:var(--facebook-blue);
	color: white!important;
}
#dept-dcf  .facebook-box .wrapper{
	text-align:center;
	overflow: hidden;
}

/* #dept-dcf .related-facebook-header .hide-overflow,
#dept-dcf .related-facebook .hide-overflow{
	text-align:center;
	overflow: hidden;
}
 */
#dept-dcf  .twitter-box .card-header{
	background-color:var(--twitter-blue);
	color: white!important;
}
#dept-dcf  .twitter-box .wrapper{
	text-align:center;
	overflow: hidden;
}
#dept-dcf  .linkedin-box .card-header{
	background-color:var(--linkedin-blue);
	color: white!important;
}
#dept-dcf  .linkedin-box .wrapper{
text-align: center;
overflow: hidden !important;
margin-bottom: -9px !important;
display: block;
}
/* #dept-dcf  .social-box  > .wrapper{
	border: 1px solid #9c9c9c;
	max-height: 500px;
	height: 500px;
	overflow: hidden;
}
#dept-dcf  .social-box.news-box  > .wrapper{
	overflow-y:scroll;
}
   */                            
                              
/*table.dataTable */
table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td,
table.dataTable>tbody>tr>td,
table.dataTable>tr>td {
    padding-top: 1rem;
    padding-left: 1rem;
}

table.dataTable.blue-theme>thead>tr>th,
table.dataTable.blue-theme>thead>tr>td{
	color: var(--white);
	background-color: var(--dk-blue);
	font-weight: bold;
}

table.dataTable.yellow-theme>thead>tr>th,
table.dataTable.yellow-theme>thead>tr>td{
	color: var(--dk-blue);
	font-weight: bold;
	border-bottom: 2px solid var(--yellow);
}


.image-banner{
	/*padding-top: 180px;*/
  	padding-top: 11.25%;
	padding-bottom: 0px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	font-size: 4rem;
}
.transparent-gray{
	background-color: rgba(0,0,0,.75);
}


.opioid-button{
	background-color: var(--blue);
	border-color: var(--blue);
}
.text-call-out{
	font-size:1.5rem;
}

.font-20px{
	font-size: 20px; 
}

.tab-content a, section a {
    text-decoration: underline;
}


ul.striped-list > li.stripe {
    background-color: #f6f6f6;
}


ul.list-group.list-group-striped li:nth-of-type(2n+1) {
    background-color:#f6f6f6;
}

#dept-dcf .modal-header.blue {
    background-color: var(--blue);
	color:#ffffff;
}

#dept-dcf .modal-header.green {
    background-color: var(--green);
	color:#ffffff;
}


.carousel.sonj .carousel-caption.left.left-edge {
  width: unset /*25%*/;
  top: unset!important;
  transform: translateY(-0%);
  right: auto;
  left: 0%;
  bottom: 1rem!important;
  padding-top: 0.5rem!important;
  padding-bottom: 0.5rem!important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}



.normalizeCarousel .carousel-item > img {
/*   position: relative;
  top: 50%;
  transform: translateY(-50%); */
} 

.carousel-control-next,
.carousel-control-prev {
 
	opacity:1!important;
	z-index: 1000;
	width: 5%;
}

.carousel-control-next:hover,
.carousel-control-next:focus,
.carousel-control-prev:hover,
.carousel-control-prev:focus  {
	transform: scale(150%);
}

.carousel.sonj .carousel-control-next-icon, .carousel.sonj .carousel-control-prev-icon {
    background-color: rgb(0, 0, 0)!important;
	border: 2px solid white;

} 

.carousel-indicators li {
	opacity: 1!important;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
}

.carousel.sonj .carousel-indicators li.active {

    margin-top: 3px;
    margin-bottom: 3px;

}

.carousel-indicators li.togglePauseCarousel{
border-radius: 5px !important;
height: 20px !important;
width: 20px !important;
border-top: 0px !important;
border-bottom: 0px !important;
text-indent: 3px!important;
}
.carousel-indicators li.togglePauseCarousel svg{
padding: 0 0 1px 0;
}

.carousel.sonj .carousel-caption, .carousel.sonj .carousel-caption.default {
    background: rgba(0, 0, 0, 0.75);
}

.carousel.sonj .carousel-caption.light {
    background: rgba(255, 255, 255, 0.85);
	color: #000000;
}

.carousel.sonj .carousel-caption.caption-blue {
    background: rgba(5, 29, 73, 0.85);
	color: #ffffff;
}

.carousel.sonj .carousel-caption.right {
	/*height: 50%;*/
	max-height: 50%;
	overflow-y: auto;
}

.carousel.sonj .carousel-caption.right {
    width: 25%;
    top: auto;
    transform: translateY(0%);
    right: 15%;
    left: auto;
    bottom: 25%;
    padding-bottom: 20px;
    padding-left: .5em;
    padding-right: .5em;
}

#dept-dcf .custom-controls{
	/*background-color: #333;*/
}
#dept-dcf .custom-controls.right{
	position: absolute;
	right: 15%;
	top: 75%;
	width: 25%;
	padding-top: 5px;
}

#dept-dcf .custom-controls .togglePauseCarousel{
	position: relative;
	top: 1px;
}
#dept-dcf .custom-controls .carousel-control-next,
#dept-dcf .custom-controls .carousel-control-prev{
	position: relative;
	width: unset;
}
#dept-dcf .custom-controls ol.carousel-indicators{
	position: relative;
}
#dept-dcf ol.carousel-indicators{
	margin-bottom: 4rem;
	/*Moved up to support overlay of features*/
}

#dept-dcf #features-wrapper{
	position: relative;
	top: -3rem;
}




/*IE11 Image Bug Fix*/
#dept-dcf img.img-fluid{
	flex-shrink: 0;
}

#dept-dcf .sonj-nav {
  background-color: transparent;
border-bottom: 1px solid var(--blue);
  padding-bottom: 1px;
}

#dept-dcf .navbar-brand {
	/*Not needed without navigation
	max-width: 75%;
	*/
	margin-right: 0px;
	white-space: normal;
	color: var(--blue);
	padding-right: 64px;
}
#dept-dcf .navbar-brand>.site-name-subtext,
#dept-dcf .navbar-brand .sub-title{
	font-size:1rem;
	display:block;
	clear:left;
	font-weight:normal;
	color: var(--blue);
}


/*Site Name*/
#dept-dcf #site-name h2{
	margin: 0px 0px 10px 0px;
    overflow:auto;
}

#dept-dcf #site-name h2 img.dept-logo {
    max-width: 56%;
	max-height: 100px;
    margin: 5px 0px;
    /*padding: 10px 0px!important;*/
}
@media  screen and (max-width: 600px) {
  body #dept-dcf #site-name h2 img.dept-logo {
  }
}


#dept-dcf #site-name h2>.department{
	padding-right: 15px;
	position: absolute;
	top: 50%;
	left: inherit;
	transform: translateY(-50%);
	/*color: #000000;*/
    font-size: 2.5rem;
	/* padding-right: 380px; */
	
}

#dept-dcf #site-name h2>.department > .sub-title{
	display: block;
	font-weight: normal;
	font-size: 1.5rem;
}
@media  screen and (max-width: 900px) {
  body#dept-dcf #site-name h2>.department{
	font-size: 1.5rem;
  }
}                          
#dept-dcf #site-name h2>.department>.site-name-subtext{
	font-size:1rem;
	display:block;
	clear:left;
	font-weight:normal;
}

 /*Navigation*/

 
#dept-dcf .dept-agriculture.department-level{
	/*
	border-top: 2px solid var(--blue);
	border-bottom: 2px solid var(--blue);
	*/
	background-color: var(--blue);
	color: #ffffff;
}



#dept-dcf .department-level.branch-navigation.branch-agriculture_animalemergency{
	background-color: #ffffff;
	color: #000000;
	border-bottom: 1px solid var(--gray);
}

#dept-dcf button.navbar-toggler{
	background-color: var(--white);
	color: var(--black)!important;
	border-color: var(--black) !important;
	position: absolute;
	top: .5rem;
	right: 0px;
}

#dept-dcf button.navbar-toggler:focus,
#dept-dcf button.navbar-toggler:hover{
	border: 1px solid var(--lt-blue-all-a)!important;
	background-color: var(--brand-color)!important;
	color:var(--white)!important;
	
}

#dept-dcf button.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

#dept-dcf button.navbar-toggler:focus .navbar-toggler-icon,
#dept-dcf button.navbar-toggler:hover .navbar-toggler-icon{
	/*rgb(11 82 125);*/
	/*rgb(0 0 0);*/
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}

#dept-dcf .department-level ul.navbar-nav>li.nav-item>a.nav-link{
	color: var(--blue)!important;
	font-weight: bold;
	border-bottom: 5px solid transparent;
	border-radius: 0!important;
	height:100%;
	padding-top: 1rem;
	padding-bottom: .75rem;
}

#dept-dcf .sonj-nav .nav-link.active, 
#dept-dcf .sonj-nav .show > .nav-link {
	background: var(--white);
	color: var(--dk-blue)!important;
	border-bottom: 5px solid var(--brand-color)!important;
}


#dept-dcf .sonj-nav .nav-link:focus, 
#dept-dcf .sonj-nav .nav-link:hover {
  color: var(--dk-blue)!important;
  text-decoration: none;
  border-bottom: 5px solid var(--brand-color)!important;
}


/*Should this be DEFAULT */
/*Blue THEME*/
#dept-dcf svg.blue,
#dept-dcf a>svg.blue{color:var(--blue);}
#dept-dcf .capped.capped-blue{
	border-top: 9px solid var(--blue) !important;
}





/*Full Width Image*/
#dept-dcf img.full-width{
	width: 100%;
	height: auto;
}

/*Page Title*/
#dept-dcf .pageTitle{
	color: var( --black );
	font-weight: bold;
}
/*
#dept-dcf.siteTheme-NAME .pageTitle{
	color:var(--blue);
	border-bottom: 4px solid #c79130 !important;
}
*/

#dept-dcf .row-title{
	color: #132553;
}


#dept-dcf .sectionTitle{
	color: var(--lt-blue);
	/*font-weight:bold;*/
}
/* #dept-dcf.siteTheme-NAME .sectionTitle{ 
	color: var(--blue); 
} */


#dept-dcf section p img.float-right{
	padding-left: 1rem;
	padding-bottom: 1rem;
}
#dept-dcf section p img.float-left{
	padding-right: 1rem;
	padding-bottom: 1rem;
}

/*Implementation Tracker*/
#dept-dcf table .table-opioid-blue td,
#dept-dcf table .table-opioid-blue th{
	background-color: var(--blue);
	color: white;
}

/*Carousel Custom Button Color*/

.btn-custom-blue,
.btn-blue  {
	background-color: var(--blue);
	border-color: var(--blue);
	color: #FFFFFF;	
}

.btn-opioid-orange{
	background-color: #faa349;
	border-color: #faa349;
	color: var(--blue);
}
.btn-opioid-orange:hover {
  color: #faa349;
  background-color: var(--blue);
  border-color: var(--blue);
}
.btn-opioid-yellow{
	background-color: #fdb810;
	border-color: #fdb810;
	color: #184d99;
}
.btn-hnj-blue{
	background-color: var(--blue);
	border-color: var(--blue);
}

.btn-white{
    background: var(--white);
	color: var(--dk-blue);
	font-weight: bold;
}

.btn-lt-blue-all-a{
    background: var(--lt-blue-all-a);
	color: var(--white);
}

/*XS*/
@media  screen and (max-width: 575px) {
	#dept-dcf  .carousel.sonj .carousel-caption,
	#dept-dcf .carousel.sonj .carousel-caption.default,
	#dept-dcf  .carousel.sonj .carousel-caption.left,
	#dept-dcf  .carousel.sonj .carousel-caption.right {
		background: rgba(0, 0, 0, 0.4);
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		align-items: center;
		padding-bottom: 2rem;
		top:unset;
		transform: unset;
		box-sizing: content-box;
	}
	
	#dept-dcf ol.carousel-indicators {
	  margin-bottom: .25rem;
	}

	#dept-dcf #features-wrapper{
		position: relative;
		top: 0rem;
	}
	
}



/*Card Defaults*/
#dept-dcf  .card.text-card{
	width: 100%;
}
#dept-dcf  .card.image-card{
		width: 100%;
}
#dept-dcf  .card.icon-card{
	color: #FFFFFF;
	width: 100%;
}
#dept-dcf  .card.icon-card a{
	color: #FFFFFF
}
#dept-dcf  .card.list{
	width: 100%;
}

#dept-dcf  .card.booted{
	border-bottom-width: 15px!important;
}

#dept-dcf  .card.booted.booted-lt-blue{
	border-bottom-color: var(--lt-blue)!important;
}

/*Top Icon Card*/

#dept-dcf .pt-40px{
	padding-top: 40px;
}
#dept-dcf .top-icon-card .top-half-centered{
	top: 0;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
}
}



/*Slick customizations */

#dept-dcf  .slick-prev::before,
#dept-dcf  .slick-next::before {
	color: #000;
	text-shadow: 0px 0px 4px #fff;
	background-color: #fff;
	border-radius: 1em;
	padding: 2px 1px 0px 1px;
	opacity: 1;
}
#dept-dcf  .slick-prev {
    left: 5px;
    z-index: 200;
}
#dept-dcf  .slick-next {
    right: 5px;
    z-index: 200;
}




/*column solution for footer*/
.columned-parent{
  position: unset;
}
.columned {
  /*width: 90vw;*/
}

.columned .dropdown-item{
  white-space:normal;
}
@media  screen and (max-width: 575px) {
	.columned {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-perspective:1;
        break-inside: avoid;
	}
}


@media  screen and (min-width: 576px) and (max-width: 767px) {
	.columned {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-perspective:1;
        break-inside: avoid;
	}
}


@media screen and (min-width: 768px) {
	.columned {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-perspective:1;
        break-inside: avoid;
	}
	#dept-dcf  .columned.columns-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-perspective:1;
        break-inside: avoid;
	}
}



.columned ul,
.columned li{
	display: inline-block;
	width: 100%;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	-webkit-perspective:1;
    break-inside: avoid;    
}

.columned ul{
	margin-bottom: .75rem;
}

.columned ul,
.columned li{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
}




/*Row Header header-blue */
#dept-dcf  .header-blue {
	color: var(--blue);
}

/*Row Header header-gray */
#dept-dcf  .header-gray {
	color: var(--gray);
}

/*Row Header header-green */
#dept-dcf  .header-green {
	color: var(--green);
}

/*List Icons*/
#dept-dcf  .icon{
	color: var(--blue);
}
/*
#dept-dcf  .icon.THEME{
	color: #008546;
}
*/


#dept-dcf   .list-group-item.with-icon{
	position: relative;
	padding-left: 3.25em;
}

#dept-dcf   .list-group-item.with-icon .icon{
	position: absolute;
	left: 1em;
	top: initial; 
}

#dept-dcf   .list-group-item > *:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*Related Column*/
#dept-dcf   .related-info .related-title{
	color: #ffffff;
	background-color: var(--dk-blue);
}

#dept-dcf .related-info .list-group-item > a{
	text-decoration: underline;
}
#dept-dcf .related-info .list-group-item > a:hover {
  text-decoration:none
}



/*Footer*/
#dept-dcf  footer .site-footer{
	background-color: var(--dk-blue);
}
#dept-dcf  footer .site-footer .site-name-subtext{
	font-size:1rem;
	display:block;
	clear:left;
	font-weight:normal;
}


#dept-dcf  footer .sonj-footer{
	/*background-color: ;*/
}

#dept-dcf  footer a.social:focus{
	outline: 1px dashed white;
}

#dept-dcf footer a.snav {
    font-size: 0.875rem;
}



/*Custom Accordion*/
#dept-dcf .accordion-header{
	border-radius: 4px;
	padding-right: .25em;
}

#dept-dcf .accordion-header .btn{
	font-weight: 500;
}




/*
fa-chevron-circle-down
fa-chevron-circle-up
*/
#dept-dcf .accordion-header .btn.collapsed .fa-minus-circle,
#dept-dcf .accordion-header .btn.collapsed .fa-chevron-circle-up,
#dept-dcf .accordion-header .btn.collapsed .fa-circle-minus,
#dept-dcf .accordion-header .btn.collapsed .fa-circle-chevron-up{
	display: none;
}
#dept-dcf .accordion-header .btn.collapsed .fa-plus-circle ,
#dept-dcf .accordion-header .btn.collapsed .fa-chevron-circle-down,
#dept-dcf .accordion-header .btn.collapsed .fa-circle-plus ,
#dept-dcf .accordion-header .btn.collapsed .fa-circle-chevron-down {
	display: inline-block;
}
#dept-dcf .accordion-header .btn .fa-minus-circle,
#dept-dcf .accordion-header .btn .fa-chevron-circle-up,
#dept-dcf .accordion-header .btn .fa-circle-minus,
#dept-dcf .accordion-header .btn .fa-circle-chevron-up{
	display: inline-block;
}
#dept-dcf .accordion-header .btn .fa-plus-circle ,
#dept-dcf .accordion-header .btn .fa-chevron-circle-down,
#dept-dcf .accordion-header .btn .fa-circle-plus ,
#dept-dcf .accordion-header .btn .fa-circle-chevron-down {
	display: none;
}
#dept-dcf .accordion-header .btn .fa-plus-circle,
#dept-dcf .accordion-header .btn .fa-minus-circle,
#dept-dcf .accordion-header .btn .fa-chevron-circle-down,
#dept-dcf .accordion-header .btn .fa-chevron-circle-up,
#dept-dcf .accordion-header .btn .fa-circle-plus,
#dept-dcf .accordion-header .btn .fa-circle-minus,
#dept-dcf .accordion-header .btn .fa-circle-chevron-down,
#dept-dcf .accordion-header .btn .fa-circle-chevron-up{
	position:absolute;
	right: 0px;
	top: 50%;
    transform: translateY(-50%);
	color: var(--dk-blue);
}
/*Second level var(--lt-blue) */
#dept-dcf .accordion-header.secondLevel .btn .fa-plus-circle,
#dept-dcf .accordion-header.secondLevel .btn .fa-minus-circle,
#dept-dcf .accordion-header.secondLevel .btn .fa-chevron-circle-down,
#dept-dcf .accordion-header.secondLevel .btn .fa-chevron-circle-up,
#dept-dcf .accordion-header.secondLevel .btn .fa-circle-plus,
#dept-dcf .accordion-header.secondLevel .btn .fa-circle-minus,
#dept-dcf .accordion-header.secondLevel .btn .fa-circle-chevron-down,
#dept-dcf .accordion-header.secondLevel .btn .fa-circle-chevron-up{
	color: var(--lt-blue);
}


/*White Backgrounf and Side border stroke theme*/
#dept-dcf .accordion-header.header-border-left{
	background-color:white;
	border: 1px solid #e9ecef;
	border-left: 10px solid var(--dk-blue);
}
/*Second level var(--lt-blue) */
#dept-dcf .accordion-header.header-border-left.secondLevel{
	border-left: 10px solid var(--lt-blue);
}
#dept-dcf .accordion-header.header-border-left .btn{
	color: black;
}


#dept-dcf .accordion-header .btn{
	width: 100%;
	position:relative;
}



	
	
	
#dept-dcf   .list-group-item.with-icon,
#dept-dcf   *.with-icon{
	position: relative;
	padding-left: 2.5em;
}

#dept-dcf   .list-group-item.with-icon .icon,
#dept-dcf  *.with-icon .icon{
	position: absolute;
	left: 1.25rem;
	top: initial;
	transform: translatex(-50%);
}


#dept-dcf .border-thick{
	border-width: 3px!important;
}

#dept-dcf .border-left-thick{
	border-left: 10px solid var(--blue);
}

#dept-dcf .large-icon-box{
	width: 5rem;
	height: 5rem;
}


#dept-dcf   *.with-large-icon{
	position: relative;
	padding-left: 2.5em;
}


#dept-dcf  *.with-large-icon .icon{
	position: absolute;
	left: 1.25rem;
	top: initial;
	transform: translatex(-50%);
}

#dept-dcf .byline{
	clear:left;
}




#dept-dcf .columned  > p,
#dept-dcf .columned   .nobreak{
	
	display: inline-block;
	width: 100%;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	-webkit-perspective:1;
    break-inside: avoid;    
}
#dept-dcf ul.columned>li,
#dept-dcf ol.columned>li{
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	-webkit-perspective:1;
    break-inside: avoid;    
}


#dept-dcf .columned  > p,
#dept-dcf .columned   .nobreak{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
}






/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 3200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  background-color: black;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.timeline .left {
  left: 0;
}

/* Place the container to the right */
.timeline .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent black;
}

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent black transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: -12px;
}

/* The actual content */
.timeline .content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  border: 1px solid black;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .timeline .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .timeline .right {
    left: 0%;
  }
}

