

/* #################  */
/* themeHeader */
/* #################  */
#themeHeader{
	background-color: var(--themeBackground);
	padding-top: 15px;
	padding-bottom: 15px;
    border-bottom: 3px solid #DC3545;
} 


#themeHeader .siteLogo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#themeHeader .siteLogo img{
	max-width: 256px;
}

#themeHeader .siteName{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

#themeHeader .siteName .name{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
	letter-spacing: 0.7px;
}

#themeHeader .govLogo{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 767px){

	#themeHeader .siteLogo img{
		margin-bottom: 15px;
	}

	#themeHeader .govLogo{
		display: none;
	}

  #themeHeader .siteName .name{
    font-size: 14px;
  }


}


/* #################  */
/* themeNavbar */
/* #################  */
#themeNavbar{
  font-size: 15px;
  background-color: var(--themeBlue);
  /*border-top: 4px solid var(--themeGrayDark);*/
  border-bottom: 4px solid var(--themeGrayDark);
}

#themeNavbar .navbar{
  padding: 0;

} 


#themeNavbar .nav-link{
  border-left: 1px solid var(--themeGrayDark);
  border-right: 1px solid var(--themeGrayDark);
  min-width: 90px;
  letter-spacing: 0.9px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0px;
  color: var(--themeWhite)
}

#themeNavbar .nav-link.first{
  border-right: none;
}

#themeNavbar .nav-link.last{
  border-left: none;
}

#themeNavbar .nav-link:focus{
  box-shadow: none;
  outline: none;
}

#themeNavbar .nav-link:hover{
  background-color: var(--themeBlueHover);
}


#themeNavbar .account_nav .nav-link i{
  margin-left: 3px;
  margin-right: 3px;
}


@media (max-width: 767px){

  .sm_hide{
    display: none;
  }


}



/* #################  */
/* themeFooter */
/* #################  */
#themeFooter{
    padding-top: 16px;
    padding-bottom: 13px;
    color: #FFF;
    background-color: var(--themeBlue);
    border-top: 4px solid var(--themeGrayDark);
    border-bottom: 4px solid var(--themeGrayDark);
 }

 #themeFooter h2{
    margin-bottom: 4px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    
}

#themeFooter p{
    font-size: 14px;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

#themeFooter p a{
    color: var(--themeWhite);
}

#themeFooter p a:hover{
    color: var(--themeGrayDark);
    text-decoration: none;
}


@media (max-width: 767px){

   #themeFooter h2{
      font-size: 12px; 
  }

  #themeFooter p{
    font-size: 12px;
  }


}



/* #################### */
/* breadcrumbs */
/* #################### */
#site_breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
}

#site_breadcrumbs ul {
    list-style: none;
    margin: 0px;
    padding: 0px
} 

#site_breadcrumbs ul li {
    display: inline-flex;
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 0.3px;
}

#site_breadcrumbs ul li a {
    text-decoration: none;

}

#site_breadcrumbs ul li a:hover {
    color: #023f7c
}

#site_breadcrumbs ul li.breadcrumbs_triangle {
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 8px solid #8d8d8d;
}




/* #################### */
/* Sidebar */
/* #################### */

#sidebar{
    width: 150px;
}

#sidebar .sidebar_item .card{
    background: var(--themeBlue);
    color: var(--themeWhite);
    padding-left: 10px;
    padding-right: 10px;
}

#sidebar .sidebar_item .card p{
    font-size: 14px;
    text-align: center;
}

#sidebar .sidebar_item:hover{
    text-decoration: none;
}

#sidebar .sidebar_item .card:hover{
    background: var(--themeBlueHover);
}


@media (max-width: 575px){

  /*  #sidebar{
        width: 100px;
    }

    #sidebar .sidebar_item .card p{
        font-size: 12px;
    }

    #sidebar .sidebar_item{
      display: inline;
    }*/

    #sidebar{
      display: none;
    }

}


/* #################### */
/* News Bar */
/* #################### */
