@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');
  
body {
	font-family: 'Libre Baskerville', serif;
    font-size: 16px;
	margin: 0;
	padding: 0;
	background: #FFF;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Libre Baskerville', serif;
    font-variant-ligatures: no-common-ligatures;

}

h1 {
    color: #152249;
    font-size: 2.3em;
    font-weight: 900;
}

h2, .h2 {
    font-size: 1.8em;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

h3, .h3 {
    color: #000;
    font-size: 1.3em;
    font-weight: 900;
    padding-bottom: 0;
    padding-top: 10px;
    margin-bottom: 0.5rem;
}

h4, .h4 {
    color: #000;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}



.tagline{
	position: relative;
	margin-top: -40px;
}

.page-header .header-content {
    max-width: 95%;
}


@media (max-width: 991px){
	.page-header .header-content {
		max-width: 1140px;
	}
}

@media (min-width: 960px){
	.page-header .header-content {
		padding: 0 15px !important;
	}
	
	#global-navigation .region__inner {
    margin: 0 auto;
    max-width: 1140px;
    padding: 14px 25px;
}
	
}

#block-digitalgovsearch #global-search label.overlabel {
display: inline;
margin: 0;
color: #6F7479;
font-size: 13px;
font-weight: 300;
margin-right: 0;
position: absolute;
right: 110px;
top: 23px;
z-index: 0;
}

.homepage .main-content #section-1 {
padding-top: 2rem;
padding-bottom: 4rem;
margin-top: 100px;
}


.homepage .main-content .block-region-hero .slides  img {
    position: relative;
    left: -70%;
    max-width: none;
    top: 0;
    width: 200%;
    margin-top: -100px;
}

em[class*="fa"] {
    border-radius: 3px;
    color: white;
    display: inline-block;
    height: 28px;
    margin-left: 0;
    padding: 6px 5px 5px;
    width: 28px;
	font-size: 1.3em;
}

em[class*="fa"] span {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.menu-name-menu-utility-menu .option-link {
    text-decoration: underline;
    text-transform: inherit;
}

.svg-icon.svg-icon-sm {
    font-size: 100%;
}

#mobile-menu-toggle:hover, #mobile-menu-toggle:focus {
    outline: none;
}

#mobile-menu-toggle {
    bottom: .5rem;
    cursor: pointer;
    padding: .5rem;
    position: absolute;
    right: 1rem;
    background: transparent;
    border: none;
    color: #101f36;
}

#buttonbox {
	width: 100%;
	height: 100%;
	position: relative;
}

#buttonbox em[class*="fa"] {
    background-color: transparent !important;
    border-radius: 3px;
    color: white;
    display: inline-block;
    height: auto;
    margin-left: 0;
    padding: 6px 5px 5px;
    width:auto;
	font-size: 1.2em;
}
.main-content .block-region-hero .slides  .slide-content-box {
    max-width: 100% !important;
    width: 100% !important;
}

#buttonbox  a[class*="btn"]{
display: block;
}

.btn{
font-family: Roboto,sans-serif;
    border: none;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: ease .4s;
    min-width: 100%;
    white-space: normal;
}
.bg-trans-blk {
    background-color: rgba(0,0,0,.6);
	max-width: 700px;
	border-radius: 20px;
}
a.btn-primary {
    background-color: #152249;
    color: #fff;
  }

a.btn-white {
    background-color: #fff;
    color: #000;
 }
 
 a.btn-gray {
    background-color: #fff;
    border: solid 2px #666;
    color: #666;
    letter-spacing: 3px;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: ease .4s;
    min-width: 100%;
    white-space: normal;
}

.bg-black{
	background-color: #000 !important;
}

.black {
    color: #000 !important;
}

a.btn-darkred {
    background-color: #A80532;
    color: #fff;
  }

a.btn-darkgreen {
    background-color: #005941;
    color: #fff;
  }
	
a.btn-info {
    background-color: #457e94;
    color: #fff;
  }
  
 a.btn-orange, a.btn-orange em {
    background-color: #AF9064;
    color: #152249 !important;
 }
 
	
a[class*="btn"]:hover, a[class*="btn"]:hover em {
    background-color: #AF9064;
	color: #FFF !important;
	}

a[class*="btn-orange"]:hover, a[class*="btn-orange"]:hover em {
    background-color: #152249;
	color: #FFF !important;
	}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

h3.newsSummary {
    font-size: 1.5rem;
}

#sectionNews {
    padding: 50px 0 50px;
}

#sectionNews h3 {
    color: #000;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px 0;
}

#sectionNews .newsBody {
    font-size: 1.1rem;
}

#sectionNews  .text-muted {
    color: #6c757d!important;
	font-size: 0.9rem
}

#sectionNews .btn {
    min-width: auto;
}



@media (min-width: 991px){
	.newsSummary{
		padding-right: 55px;
	}
}

footer em[class*="fa"] {
   /* background-color: #fec55a; */
   background-color: transparent !important;
    border-radius: 3px;
    color: white;
    display: inline-block;
	height: 48px;
    margin-left: 0;
    padding: 6px 5px 5px;
    width: 48px;
    font-size: 2.2em;
	color:  #FFF;
	vertical-align: middle;

}

#block-globalfooterstayconnectedfooter a span{
font-size: 1.3em;
}

footer em[class*="fa"]:hover {
    background-color: #007bff;
	color: #FFF;
}

.homepage .main-content .block-region-hero .flexslider {
    overflow: visible;
	margin-top: 100px;
}

@media (min-width: 768px){
.hp-hero.view.view-homepage-hero.view-id-homepage_hero.view-display-id-block_1.js-view-dom-id-homepage-hero-1 {
    max-height: 600px;
    overflow: hidden;
}

.homepage .main-content .block-region-hero .flexslider {
    overflow: hidden;
	margin-top:0px;
}


}

.flex-active-slide{
float: none !important;
}

.homepage .main-content .block-region-hero .slides #slide-1 .slide-content-box, .homepage .main-content .block-region-hero .slides #slide-2 .slide-content-box, .homepage .main-content .block-region-hero .slides #slide-3 .slide-content-box, .homepage .main-content .block-region-hero .slides #slide-4 .slide-content-box, .homepage .main-content .block-region-hero .slides #slide-5 .slide-content-box {
    position: absolute;
    top: 100px;
    left: 0;
}

.slide-content-box {
    position: absolute;
    top: 0;
    width: 100%;
}

.flexslider {
    margin: 0;
    border: 0;
}

.page-footer nav .h2 {
    color: white;
    font-size: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
	font-weight: bold;
}

footer p, .text-white{
	color: #FFF !important;
}
.page-footer .page-footer-cols {
    max-width: 100%;
    padding: 0;
}

.page-footer nav {
    width: 100%;
    float: none;
}

#divisions em[class*="fa"] {
    background-color: transparent;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    margin-left: 0;
    padding: 6px 5px 5px;
    width: auto;
    font-size: 3.8em;
}

#divisions  .h5 {
    font-size: 0.95rem;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#divisions hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0 );
}

div.testimonial-bordered {
    border: #eaeaea 2px solid;
    padding: 0;
    margin: 30px 0;
}

#divisions .division .division-content  {
    padding: 0  15px 30px; 
}

#divisions .division hr {
    margin: 0px 0 20px;
    color: rgba(21, 34, 73, 0.3);
    border: solid rgba(21, 34, 73, 0.3);
    border-width: 1px 0 0;
}

#divisions .division {
    border: rgba(21, 34, 73, 0.3) 1px solid;
    box-shadow: 0 4px 8px 0 rgb(21 34 73 / 20%), 0 6px 20px 0 rgb(21 34 73 / 19%);
}

.division-image {
    box-shadow: 0 4px 8px 0 rgb(21 34 73 / 20%), 0 6px 20px 0 rgb(21 34 73 / 19%);
}


#divisions a:hover {
    text-decoration: none !important;
}

#divisions a:hover em {
    color: #152249 !important;
}



.slide-content-box {
    position: relative;
}
@media (min-width: 768px){
.slide-content-box {
    position: absolute;
    top: 0;
    width: 100%;
}

}

@media (max-width: 1199px){

	.flexslider .slides img {
		height: 240px;
		max-width: none;
		width: 1280px !important;
	}
}

@media (max-width: 991px){

.flexslider .slides img {
    height: 240px;
    max-width: none;
    width: 1280px !important;
}

	.call-to-action {
    width: 100%;
    margin: 5px;
}
	.call-to-action .btn {
		min-height: auto;
	}

}

@media (max-width: 410px){

	.flexslider .slides img {
		height: 260px;
		max-width: none;
		width: 1387px !important;
	}
}

@media (max-width: 768px){

	.call-to-action {
		width: 100%;
		margin: auto;
	}
	.call-to-action .btn {
		min-height: 10px;
	}

}



@media (min-width: 768px){
	.bg-trans-blk {
		 max-width: 425px;

	}
}

.blue{
	    color: #152249 !important;
}

#divisions .btn{
	min-width: 100px;
	margin: auto;
}

#divisions .btn:hover{
	background: #000 !important;
	color: #FFF !important;
}


@media (min-width: 768px){
	div.testimonial-bordered {
		min-height: 520px;
	}
	
		#divisions .division-body {
		min-height: 145px;
	}
}



#popularTabs  .nav-tabs .nav-link {
    font-weight: 700;
}

#popularTabs .popular-list-item a {
    text-decoration: underline;
	line-height: 1.1;
}

#divisions .division:hover {
    text-decoration: none !important;
    background-color: #fec55a;

}

@media (max-width: 1199px){
	#divisions  .h5 {
		min-height: 40px;
	}
}

@media (max-width: 991px){
	#divisions  .h5 {
		min-height: 20px;
	}
}



#popularTabs .nav-tabs .nav-item.show .nav-link, #popularTabs  .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #152249;
    border-color: #152249 #152249 #fff;
}

#popularTabs li[class*="nav-item"]{
	margin-bottom: 0px;
}
 
#popularTabs  .nav-tabs {
    border-bottom: 1px solid #ccc;
}

#popularTabs  .tab-content {
    border-color: #ccc !important;
	margin: 0px 0px 10px 0px;
}

#popularTabs  ul[class*="nav-tabs"] {
	margin: 0;

}

.popular .popular-items-list .popular-list-item:nth-of-type(1) {
	border-top: 0;
}

.popular .popular-items-list .popular-list-item:nth-child(odd) {
	border-left: 0;
}

#popularTabs .popular-list-item {
    border-color: #ccc;
}


#popularTabs  .nav-tabs .nav-link {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

@media (max-width: 768px){
	#popularTabs  .nav-tabs .nav-link {
		border-bottom: 1px solid #ccc;
	}
	
	#popularTabs  .nav-tabs .days365 {
		border-bottom: 0;
	}
}

#popularTabs .tab-content>.active {
    padding: 0;
}

.popular .popular-items-list {
margin-top: 1em;
}
.popular .popular-items-list {
    list-style-type: none;
    margin-left: -5px;
}

.popular .popular-items-list {
    margin: 0;
	padding: 0;
}

.popular .popular-items-list .popular-list-item {
    float: none;
    width: 100%;
    background-color: #faf9f9 !important;
    padding:  0.8em 0.8em 0.8em 1.5em ;
    margin: 0;
	border-top: 1px solid;
	display: flex;
    align-items: center;
}



@media (min-width: 768px){
	.popular .popular-items-list .popular-list-item {
		float: left;
		width: 49.9%;
		min-height: 75px;
		border-left: solid 1px;
	}
	
	.popular .popular-items-list .popular-list-item:nth-of-type(2) {
		border-top: 0;
	}
}

		 #popularTabs .pop{
				border-color: #ccc !important;
				padding: 10px;
				background: #faf9f9;
				-webkit-flex: 1;  /* Safari */
				-ms-flex: 1;  /* IE 10 */
				flex: 1;  /* Standard syntax */
				display: flex;
				align-items: center;
				border-bottom: 1px solid;
		}
		
		#popularTabs .pop:nth-of-type(1) {
			border-top: 0;
		}

#popularTabs .pop:nth-child(odd) {
	border-left: 0;
}

#popularTabs .pop {
    border-color: #ccc !important;
}



@media (min-width: 768px){
	#popularTabs .pop {
		border-left: solid 1px;
	}
	
	#popularTabs .pop:nth-of-type(2) {
		border-top: 0;
	}
	
	#popularTabs .poplist:nth-of-type(4) .pop {
			border-bottom: 0;
		}
		
}

#popularTabs li[class*="nav-item"] {
    width: 50%;
}

@media (min-width: 768px){
	#popularTabs li[class*="nav-item"] {
    width: auto;
		}
		
			#popularTabs .poplist:nth-of-type(4) .pop:last-child {
			border-bottom: 0;
		}
	}



#popularTabs .pop:hover {
   /*  background-color: #fec55a; */
}

#popularTabs .popular-list-item a:hover {
    text-decoration: underline;
    color: #000;
}

.page-footer {

    background-color: #005941;
}

#global-navigation {
    background-color: #152249;
}

.page-footer div[id*='stayconnectedfooter'] {
    background-color: #152249;
}

.menu-name-menu-utility-menu .option-link .fas, .menu-name-menu-utility-menu .option-link .fa {
   background-color: transparent;
   background: transparent;
   color: #AF9064;
   font-size: 1em;
}

@media (min-width: 960px){
	#global-navigation ul.menu li.is-expanded .menu {
		border-top: solid 16px #152249;
		position: absolute;
		min-width: 270px;
		top: 35px;
		box-shadow: 0px 3px 7px -1px #152249;
	}
}

@media (max-width: 768px){

	#hero{
		overflow: hidden;
	}
	

	.slide-content-box {
		position: absolute;
	}
}

#slide1 {
    overflow: hidden;
    min-height: 220px;
    background: #000;
}
.slide-content-box {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 640px){
	#global-header {
		background-position: inherit;
	}
}

#global-header {
    background: url("/ResourcePackages/Bootstrap5/assets/images/OFR-banner-notext_130.png");
    background-repeat: no-repeat;
    background-position: 23% 15%;
}



#global-header #ofr-branding {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
     clear: none;
    display: block;
    height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
}

@media (min-width: 958px){
	#global-header #ofr-branding {
		width: 57.62712%;
	}
}

#global-header #ofr-branding .banner-seal, #global-header #ofr-branding .top-header {
    border: none;
    position: absolute;
}

#global-header #ofr-branding .banner-seal, #global-header #ofr-branding .top-header {
	border: none;
	position: absolute;
}
#global-header #ofr-branding .banner-seal {
	width: auto;
	float: left;
	margin-right: 1.69492%;
	top: 18px;
}

@media (min-width: 960px){
	#global-header #ofr-branding .banner-seal {
	width: 118px;
	border-right: 1px solid #999;
	}
}

@media only screen and (min-device-width:768px) {
	#global-header #ofr-branding .banner-seal {
		top: 18px;
	}
}
@media (min-width:300px) and (max-width:767px) and (orientation:landscape) {
	#global-header #ofr-branding .banner-seal {
		top: 10px;
		width: 95px;
	}
}
@media (min-width:300px) and (max-width:767px) and (orientation:portrait) {
	#global-header #ofr-branding .banner-seal {
		top: 10px;
		width: 70px;
	}
}
@media (max-width:300px) {
	#global-header #ofr-branding .banner-seal {
		width: 32.20339%;
		float: left;
		margin-right: 1.69492%;
		top: 10px;
		width: 70px;
		
	}
}
#global-header #ofr-branding .banner-seal a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 95px;
}
@media only screen and (min-device-width:768px) {
	#global-header #ofr-branding .banner-seal a {
		width: 95px;
	}
}
@media (min-width:300px) and (max-width:767px) and (orientation:landscape) {
	#global-header #ofr-branding .banner-seal a {
		width: 95px;
	}
}
@media (min-width:300px) and (max-width:767px) and (orientation:portrait) {
	#global-header #ofr-branding .banner-seal a {
		width: 70px;
	}
}
#global-header #ofr-branding .banner-seal a img {
	border: none;
	height: 95px;
	margin: 0px;
}
@media only screen and (min-device-width:768px) {
	#global-header #ofr-branding .banner-seal a img {
		height: 100%;
		width: 100%;
	}
}
@media (min-width:300px) and (max-width:767px) {
	#global-header #ofr-branding .banner-seal a img {
		height: 100%;
		width: 100%;
	}
}
@media (max-width:300px) {
	#global-header #ofr-branding .banner-seal a img {
		height: 100%;
		width: 100%;
	}
}

#global-header #ofr-branding .top-header {
	margin-right: 1.69492%;
	display: inline-block;
	font-family: 'Libre Baskerville', serif;
	font-variant-ligatures: no-common-ligatures;
	left: 100px;
	text-align: left;
	top: 10px;
}

@media (min-width: 641px){
	#global-header #ofr-branding .top-header {
		left: 118px;
		top: 25px;
	}
}



#global-header #ofr-branding .top-header a {
    color: #152249;
    display: block;
    font-family: 'Libre Baskerville', serif;
    font-variant-ligatures: no-common-ligatures;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: 12px 12px 12px 23px;
    text-decoration: none;
    text-transform: uppercase;
}

#global-header #ofr-branding .top-header span {
    font-size: 1rem !important;
    font-weight: 400 !important;
}

@media  (min-device-width: 768px){
	#global-header #ofr-branding .top-header a {
		font-size: 1.3rem;
	}
}

#mobile-menu-toggle {
    bottom: .5rem;
    cursor: pointer;
	padding: .5rem; 
    position: absolute;
    right: 1rem;
    background: transparent;
    border: none;
    color: #152249;
	top: 0;
	z-index: 100;
}



#mobile-menu-toggle em[class*="fa"] {
    background-color: #152249;
    border-radius: 3px;
    color: white;
    display: inline-block;
    height: 38px;
    margin-left: 0;
    padding: 6px 5px 5px;
    width: 38px;
    font-size: 1.6em;
}

@media  (max-device-width: 480px){
	#mobile-menu-toggle  {
		 right: 0;
	}
	
	#global-header #ofr-branding .top-header{
		left: 85px;
	}
	
	#global-header #ofr-branding .top-header a{
		font-size: 0.9rem;
	}
	
	#global-header #ofr-branding .top-header span {
		font-size: 0.8rem !important;
	}
}

@media  (max-device-width: 402px){
	#global-header #ofr-branding .top-header{
			left: 50px;
			top: 2px;
			width: 200px;
			margin: auto;
			text-align: center;
			display: flex;
			justify-content: center;
		}
		
		#global-header #ofr-branding .top-header a{
			font-size: 1.1rem;
		}
}

#block-digitalgovsearch {
    clear: none;
    margin: 0;
    padding: 0;
    width: 32%;
    position: absolute;
    right: 20px;
}

#mobile-search .search-box-container {
    height: 35px;
}

#mobile-search .search-box-container #mobile-search-box {
    height: 35px;
}

#mobile-search .search-box-container .overlabel {
    padding: 5px 10px;
    height: 25px;
}

#mobile-search .search-box-container .fa {
    top: 5px;
}

#global-navigation ul {
    text-align: left;
}

.mw-425 {
	max-width: 425px;
}

#global-navigation li.menu__item .sub-menu-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10%;
    min-width: 50px;
    max-height: 50px;
    border-left: 0;
    background-color: #152249;
    border-bottom: solid 1px #6F7479;
}


@media (max-width: 959px){
	#global-navigation li.menu__item .sub-menu-button a.sub-menu-link:before {
		content: "\25BC";
		display: table-cell;
		color: #FFF;
		font-size: 0.7rem;
		font-family: "FontAwesome";
		text-align: right;
		vertical-align: middle;
		padding-right: 20px;

	}
	
	#global-navigation li.is-active .sub-menu-button a.sub-menu-link:before {
    content: '\25B2';
}
}

#global-navigation li.menu__item .sub-menu-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    min-width: 50px;
    max-height: 50px;
    border-left: 0;
    background-color: transparent;
    border-bottom: solid 1px #6F7479;
    text-align: left;
}


section {
    padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 576px){
	section {
		padding-left: 0px;
		padding-right: 0px;
	}
}

section[class="hero"] {
		padding-left: 0px;
		padding-right: 0px;
}

.webbanner-shadow {
	box-shadow: 0 0 30px rgb(0 37 105 / 30%);
	background: #EEE;
	padding: 30px;
}

#hero {
    background: #000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#hero h1 {
    text-shadow: 8px 2px 2px #000, 2px 2px 10px #000, 2px 2px 2px #000, 2px 2px 10px #000 !important;
    -webkit-font-smoothing: antialiased !important;
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 400px){
	#hero h1 {
		font-size: 2.2rem;
		line-height: 1.3;
	}

}

@media (min-width: 576px){
	#hero h1 {
		font-size: 2.4rem;
		line-height: 1.3;
	}

}

@media (min-width: 1199px){
	#hero h1 {
		font-size: 2.8rem;
		line-height: 1.3;
	}

}


#global-navigation ul.menu li.is-expanded .menu {
    background-color: #152249;
}

#global-navigation ul.menu li.is-expanded .menu .menu__item a {
    background-color: #152249;
}

@media (min-width: 960px){
	#global-navigation .block--menu-block ul li a:hover {
		background-color: transparent;
		color: #AF9064;
	}
}

#global-navigation ul.menu li.is-expanded .menu .menu__item a:hover, #global-navigation ul.menu li.is-expanded .menu .menu__item a:focus {
    background-color: #AF9064;
    color: #101f36;
    text-decoration: none;
}



#global-navigation ul li a:not(.sub-menu-link):hover {
    background-color: transparent;
		color: #AF9064;
}



#global-navigation ul.menu li.is-expanded .menu {
    top: 0px;
}

@media (min-width: 960px) {
    #global-navigation ul.menu li.is-expanded .menu {
        top: 20px;
    }
}

section#popularTabs {

   /* background: #f9f9f9; */
		background: #fff;
}

#sectionNews hr {
    color: #152249;
    border: 1px solid #152249;
}


/* Enforcement Actions */
.dib-post {
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
	margin-top: 5px;
	padding-top: 20px;
}

.dib-post:nth-of-type(1){
	border-top: 0;
	padding-top: 5px;
}

.separator {
	border-top: 2px solid #152249;
	padding-top: 30px;
	margin-top: 20px;
}

@media (min-width: 991px){
	.separator {
		border-top: 0;
		padding-top: 0;
		margin-top: 0;
	}
}

.dib-post-title a {
    text-decoration: underline;
}
/* Enforcement Actions */

#block-digitalgovsearch #global-search span.button-label {
    display: block;
    height: 26px;
    width: 26px;
    position: absolute;
    right: 6px;
    z-index: 1;
}

#mobile-search .search-box-container .fa {
    top: 10px;
    right: 8px;
}


@media (max-width: 991px){
            .header-content {
                        border-bottom: 1px solid rgba(21,34,73, 0.2);
            }
}

/* Making the header sticky at the top on mobile */
@media (max-width: 959px){
	.header-content {
				position: inherit;
				z-index: 90000;
				width: 100%;
				background: #FFF;
	}

	#home {
				margin-top: 97px;
	}

	.homepage #global-navigation {
	position: fixed;
	height: 410px;
	overflow-y: scroll;
	overflow-x: hidden;
	 margin-top: 120px;
	}

}

@media (max-width: 699px){
	.homepage #global-navigation {
		 margin-top: 95px;
	}
}
/* Making the header sticky at the top on mobile */


/* 
Dark Blue: #152249  / RGB(21,34,73)
Dark Green: #005941  / RGB(0,89,65)
Dark Red: #A80532  / RGB(168,5,90)
Dark Beige: #AF9064  / RGB(175,144,100)
*/

/* Back to top button styling */
#myBtn {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #152249;
    color: #FFF;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #FFF;
    border-radius: 4px;
}

#myBtn em[class*="fa"] {
    background-color: #152249;
}

@media  (min-width: 768px){
#myBtn {
    bottom: 20px;
    right: 20px;
	}
}

@media (max-width: 576px){
	.text-sm-center{
		text-align: center !important;
	}
}
/* Back to top button styling */

footer address em[class*="fa"] {
    height: 30px;
    margin-left: 0;
    padding: 6px 5px 5px;
    width: 30px;
    font-size: 1.2em;
}

#block-digitalgovsearch #global-search #global-search-box {
    height: 30px;
}


#block-digitalgovsearch #global-search span.button-label {
    top: 23px;
}

.hero-bg{
width: 100%;
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    z-index: 1;
}

#buttonbox h1{
position: relative;
z-index: 100;
padding: 15px;
text-shadow: 1px 1px 1px #000, 1px 1px 5px #000, 1px 1px 2px #000, 1px 1px 5px #000 !important;
    -webkit-font-smoothing: antialiased !important;
}
.mw-1200{
	max-width: 1200px;
}

main#MainContent h1 {
    margin-top: 1rem;
    line-height: 1;
}

.topcard{
    height: 100%;
    width: 100%;
    display: block;
}
.topcard-image  {
	position: relative;
    overflow: hidden;
}
.topcard-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topcard .topcard-content {
    z-index: 1;
    bottom: 0;
    left: 0;
    margin: 0.25rem 0;
    transition: bottom 0.5s ease;
	min-height: 50px;
	width: 100%;
}

@media (min-width: 992px){
	.topcard .topcard-content {
		bottom: 20px;
	}
}
a.topcard .topcard-content {
    z-index: 2;
	
}

.topcard-bg {
    width: 100%;
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    z-index: 1;
}

.topcard .topcard-content p {
    color: #FFF;
    position: relative;
    z-index: 100;
	padding: 20px;
	text-shadow: 1px 1px 1px #000, 1px 1px 5px #000, 1px 1px 1px #000, 1px 1px 5px #000 !important;
    -webkit-font-smoothing: antialiased !important;
}

.topcard .topcard-content p:hover{
text-decoration: underline;
}

.bg-black{
	background: #000;
}

/*
.firstcard{
	padding-left: 0px !important;
}
.lastcard{
	padding-right: 0px !important;
}
*/
.firstcard .topcard-content {
	width: 98%;
}
.lastcard .topcard-content {
	width: 98.5%;
}
#popularTabs h2, #popularTabs a{
font-family: 'Baskervville', serif;
}

#popularTabs h2{
font-size: 1.8rem;
}

#popularTabs a{
	font-size: 1.1rem;
	color: #152249;
}

#popularTabs a:hover{
	color: #000;
}

@media (max-width: 360px){
			#popularTabs .nav-tabs .nav-link span {
				display: none;
			}
}
#sectionNews {
	display: none;
}

/********** Enforcement Actions *************/

.divTable{
	display: block;
	width: 100%;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.divTableRow {
	display: flex;
}

.divTableBody {
    display: block;
}

.divTableColumn {
    width: 33.33333%;
	border-bottom: 1px solid #DDD;
}

.divTableColumn100 {
    display: block;
    width: 100%;
	background-color: #FFF;
    color: #000;
    font-weight: normal;
    height: auto;
    padding: 10px;
    vertical-align: middle;
	line-height: 1.3;
}

.divTableColumn100 a {
	text-decoration: underline;
}
.divTableHead {
border-bottom: 1px solid #DDD;
    display: block;
    width: 100%;
	background-color: #EDEDED;
    color: #000;
    font-weight: bold;
    height: 35px;
    padding: 10px;
    vertical-align: middle;
	
}

.divTableCell {
    display: block;
    width: 100%;
    color: #000;
    font-weight: bold;
    height: 50px;
    padding: 10px;
    vertical-align: middle;
}

@media (min-width: 338px){
	.divTableCell {
		height: auto;
	}
}

.bdr{
	border-right: 1px solid #DDD;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
:root {
    --radius: 2px;
    --baseFg: #000;
    --baseBg: white;
    --accentFg: #006fc2;
    --accentBg: #152249;
    --bs-primary: #152249;
    --bs-primary-rgb: 21,34, 73;
}

.btn-primary {
    color: #fff;
    background-color: #152249;
    border-color: #152249;
}

#help-find .btn {
    min-width: 100px;
	 max-width: 250px;
    margin-top: 5px;
}

select[id="cats"], select[id="catsoptions"] {
  font-weight: 400;
  -webkit-appearance: none;
  appearance: none;
  color: var(--baseFg);
  border: 1px solid var(--accentBg);
  line-height: 1;
  outline: 0;
  padding: 0 1em !important;
  border-radius: var(--radius);
  background-color: var(--baseBg);
  background-image: linear-gradient(var(--baseFg), var(--baseFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(var(--accentBg) 42%, #FFF 42%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 0px 100%, 40px 32px, 32px 32px, 40px 100%;
  background-position: right 20px center, right bottom, right bottom, right bottom;   
  color: #000;
    height: 35px !important;
	font-size: 1.1em;
}

select[id="catsoptions"]:hover {
  background-image: linear-gradient(var(--accentFg), var(--accentFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(var(--accentFg) 42%, #FFF 42%);
}

select[id="catsoptions"]:active {
  background-image: linear-gradient(var(--accentFg), var(--accentFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(var(--accentFg) 42%, var(--accentBg) 42%);
  color: var(--accentBg);
  border-color: var(--accentFg);
  background-color: var(--accentFg);
}

.breadcrumb {
    border: 1px solid rgba(var(--dfs-gray-rgb),.2);
    background-color: var(--dfs-light-gray);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb-item.active {
    color: #616A70;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}

.breadcrumb {
    text-transform: inherit;
    margin-top: 10px;
}

ol[class="breadcrumb"] {
    margin: 10px 0px 10px 0px;
}

#stay-connected-footer svg {
    color: #FFF;
    height: 1.5em;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 5px;
}

svg.white {
    margin-bottom: 5px;
}

svg.gold {
    color: darkgoldenrod;
    margin: 5px 5px 10px;
}

.page-header {
    float: none;
}

#global-navigation .navigation-wrapper {
    display: block;
}

#global-navigation li[class*="nav-item"] {
    border-bottom: 0;
    padding: 0 !important;
}

#global-navigation ul[class*="dropdown-menu"] li:last-of-type {
    border-bottom: 0;
}


.nav-pills .nav-link {
    border-radius: 0;
}

@media (min-width: 960px) {
    #site-menu {
        display: flex;
    }

    #global-navigation .navigation-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #block-flofrgov-main-menu {
        padding: 5px 25px !important;
    }

    #global-navigation li[class*="nav-item"] {
        border: 0;
        padding: 3px 11px !important;
    }

    #global-navigation div[class*="menu"] div:not(:last-of-type) .nav-pills .nav-link {
        border-right: solid 1px #AF9064 !important;
    }
}


#global-navigation ul[class*="dropdown-menu"] {
    background-color: #152249;
    padding: 20px;
    width: 250px;
    position: relative;
    z-index: 1000;
    min-width: 10rem;
    padding: 0;
    margin: 0.8rem 0 0;
    font-size: 1rem;
    color: #FFF;
    text-align: left;
    list-style: none;
    background-color: #152249;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    left: -10px;
    top: 0;
}

@media (min-width: 960px) {
    #global-navigation ul[class*="dropdown-menu"] {
        position: absolute;
        top: 100%;
    }
}

#global-navigation ul[class*="dropdown-menu"] li {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    width: 100%;
    padding: 0 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #152249;
}

    #global-navigation ul[class*="dropdown-menu"] li a[class*="dropdown-item"] {
        display: block;
        padding: 15px 25px;
        text-transform: none;
        white-space: normal !important;
        line-height: 1.2;
    }



@media (max-width: 960px) {
    .navbar {
        display: block;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .nav {
        display: block;
    }

    #global-navigation ul[class*="dropdown-menu"] {
        width: 100%;
    }

    #global-navigation div[class*="menu"] div:not(:last-of-type) .nav-pills .nav-link {
        /*border-bottom: solid 1px #AF9064 !important;*/
    }

    #global-navigation div[class*="menu"] div .nav-pills .nav-link {
        border-bottom: solid 1px #AF9064 !important;
    }

    #global-navigation ul[class*="dropdown-menu"] {
        margin: 0rem 0 0;
    }
}

#global-navigation ul[class*="dropdown-menu"] li a[class*="dropdown-item"] {
    border-right: 0;
}

#mobile-menu-toggle em span {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
    text-indent: -1000px;
}

#mobile-menu-toggle svg {
    color: #FFF;
    height: 2em;
}

.svg-icon.svg-icon-sm {
    font-size: 100%;
    background: #152249;
    padding: 5px 15px;
    border-radius: 10px;
    width: 60px;
    display: block;
}


#global-navigation div[class*="menu"] div .nav-pills .nav-link.show {
    color: #ddad68 !important;
    font-weight: 900;
}

#global-navigation div[class*="menu"] div .nav-pills .nav-link.show {
    color: #ddad68 !important;
    font-weight: 900;
}

#global-navigation ul[class*="dropdown-menu"] li a[class*="dropdown-item"]:hover {
    background-color: rgb(175, 144, 100);
    color: rgb(39, 58, 86);
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: rgb(175, 144, 100);
    color: rgb(39, 58, 86);
    text-decoration: none;
}


#global-navigation div[class*="menu"] div .nav-pills li[class*="nav-item"] a[class*="active"][id*="pillsDropdownMenu"] {
    background-color: #152249 !important;
    color: #ffc057 !important;
    font-weight: 900 !important;
}

.divisionHero {
    max-height: 300px;
    overflow: hidden;
    height: 300px;
    padding: 0;
}

.divisionHero .card-img-overlay {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 70px;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.divisionHero .card {
        min-height: 360px;
        margin: -35px 0 0 -30px !important;
    }

.text-shadow-2 {
    text-shadow: 2px 2px 2px #000;
}

.text-shadow-3 {
    text-shadow: 3px 3px 3px #000;
}

.division-offices .card {
    padding: 10px;
    background-color: transparent;
    margin: 20px 0;
    line-height: 1.5em;
    border: 1px solid rgba(0,0,0,0.3)
}

.division-offices .card-image img {
    display: block;
    height: 100%;
    min-width: 100%;
    position: relative;
}

/* This code hides the template header and footer when in page edit mode */
body[class*="sfPageEditor"] div[id="sfPageContainer"] div[id*="Headerplaceholder5"],
body[class*="sfPageEditor"] div[id="sfPageContainer"] div[id*="topNAV"],
body[class*="sfPageEditor"] div[id="sfPageContainer"] div[id*="StayConnectedPlaceholder"],
body[class*="sfPageEditor"] div[id="sfPageContainer"] footer[class="page-footer"] {
    display: none !important;
}
/* This code hides the drop here pace holder for the NAV when in page edit mode */
body[class*="sfPageEditor"] div[id="sfPageContainer"] div[id*="RadDockZone"] {
    display: block !important;
    visibility: visible !important;
}

body[class*="sfPageEditor"] div[id="sfPageContainer"] div[id*="RadDockZoneHeaderplaceholder5"], body[class*="sfPageEditor"] div[id="sfPageContainer"] div[id*="RadDockZonetopNAV"], body[class*="sfPageEditor"] div[id="sfPageContainer"] div[id*="BreadCrumbs"] div[class*="rdPlaceHolder"] {
    display: none !important;
    visibility: hidden !important;
}


/* This code overides the above when edditing a template to make everything visible */
body[class*="sfTemplateEditor"] div[id="sfPageContainer"] div[id*="Headerplaceholder5"],
body[class*="sfTemplateEditor"] div[id="sfPageContainer"] div[id*="topNAV"],
body[class*="sfTemplateEditor"] div[id="sfPageContainer"] div[id*="StayConnectedPlaceholder"],
body[class*="sfTemplateEditor"] div[id="sfPageContainer"] footer[class="page-footer"] {
    display: block !important;
}

/* Formatting tables */
thead[class="thead-dark"] th, thead[class="thead-light"] th {
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
}

tbody td {
    font-size: inherit;
    line-height: 1;
    padding: 10px !important;
}
/* End of Formatting tables */

/* Custom Button Heights */
.height-80 .btn {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: center;
}

.height-100 .btn {
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: center;
}

/* Text attributes */
.text-white p{
    color: #FFF !important;
}

.bg-dark {
    color: #FFF !important;
}

.text-danger p {
    --bs-text-opacity: 1 !important;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* ######## Panels ############ */

/*Expandable List*/
a.collapse-head {
    background-color: #EEE;
    width: 100%;
    padding: 15px 10px;
    display: flex;
    border: 1px solid #ddd;
    margin-bottom: 0.2rem;
    line-height: 1.2;
}

a.collapse-head:hover, a.collapse-head:focus {
    background-color: #152249;
    color: #fff;
}

.sf-list--expandable .sf-list-content {
    margin-left: 0px;
    border-top: none;
    box-shadow: inset 0 4px 5px rgb(0 0 0 / 10%);
    padding: 1rem 1rem 1.5rem;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    overflow-x: auto;
}

.sf-list--expandable .sf-list-expand {
    justify-content: end;
    display: flex;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.sf-list-content table {
    width: 100%
}

/*Tabbed List*/
.tab-list-header a, .tab-list-header button {
    color: #000;
    text-transform: uppercase;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: .9rem;
    padding: 10px 15px;
    border: none;
    background-color: #EEE;
    width: 100%
}

    .tab-list-header a:hover, .tab-list-header button:focus, .tab-list-header button.active {
        background-color: #152249;
        color: #fff;
    }


.tab-list-body {
    padding: 0.5rem 1rem 1.5rem;
    display: none;
}



.tab-list-header {
    background: linear-gradient(60deg,#bc955b,var(--dfs-dark-gold));
    box-shadow: none;
    border-radius: 3px;
    padding: 1rem 15px;
    margin: -30px 15px 0;
    border: 0;
    display: block;
}

@media (min-width: 520px) {
    .tab-list-header {
        display: flex;
    }

}

.tab-list-header > div {
    flex-grow: 1;
    text-align: center
}

.tab-list-wrap {
    margin-top: 30px;
    border-radius: 6px;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

/* Collapse Panels */
.panel {
    margin-bottom: .25rem
}

    .panel .card-header {
        padding: 0;
        background-color: transparent;
        border-bottom: none
    }

    .panel button, .panel button:focus {
        width: 100%;
        border: 1px solid #787171;
        background-color: rgba(175,144,100, 0.7);
        text-align: left;
        padding: 1rem;
        outline: none;
        white-space: normal;
        word-wrap: break-word;
        color: #000;
        font-weight: 900;
    }

    .panel .dropdown-toggle::after {
        display: none
    }

    .panel .sf-list-content {
        margin-left: 0px;
        border-top: none;
        box-shadow: inset 0 4px 5px rgb(0 0 0 / 10%);
        padding: 1rem;
        border-bottom: 1px solid rgb(0 0 0 / 5%);
        overflow-x: auto;
    }

    /* Button Color Overrides*/

.btn-success {
    color: #fff;
    background-color: #005941;
    border-color: #005941;
}

.btn-success:visited {
    color: #fff;
}

ol[type="a"] {
    list-style-type: lower-alpha;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline em[class*="fa"] {
    background-color: transparent;
    border-radius: 3px;
    color: white;
    display: inline-block;
    height: 28px;
    margin-left: 0;
    padding: 6px 5px 5px;
    width: 28px;
    font-size: 1.3em;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.fa-check-square-o {
    color: forestgreen !important;
}

.fa-check-square-o:before {
   content: "\f046";
}

.list-group {
    padding-left: 0 !important;
    margin-bottom: 20px !important;
    display: flex;
    flex-direction: column !important;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem
}

.list-group li {
    position: relative !important;
    display: block;
    padding: 20px 15px !important;
    margin-bottom: -1px !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    font-size: 1.2em !important;
}

.list-group li:first-child {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.list-group li:last-child {
    margin-bottom: 0 !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.mw-100px {
    max-width: 100px !important;
    min-width: 100px !important;
}

.btn em[class*="fa"] {
    background-color: transparent;
    border-radius: 0px;
    color: white;
    display: inline-block;
    height: 28px;
    margin-left: 0;
    padding: 6px 5px 5px;
    width: 28px;
    font-size: 1.3em;
}

/* Table styling */
.table-bordered td {
    font-size: inherit;
    line-height: 1;
    padding: 10px !important;
    border-width: 1px !important;
    border: 1px solid rgb(173 179 179);
}


thead th {
    background-color: #E9E9E9;
    color: #000;
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
    font-size: inherit;
    line-height: 1;
    padding: 10px !important;
}

.table > :not(:first-child) {
    border-top: 0px solid currentColor;
}

.table-bordered th {
    border-width: 1px !important;
    border: 1px solid rgb(173 179 179);
}

.table-bordered thead {
    border-top: 1px solid rgb(173 179 179);
}

thead[class*="table-dark"] th {
    color: #FFF !important;
}

thead[class*="table-dark"] th:hover {
        background-color: white;
        color: #000 !important;
    }

table td {
    font-family: inherit;
    line-height: 1.5 !important;
    text-rendering: optimizeLegibility;
}

/* Sitefinity Editor Content Block*/
sf-app.sf-app a.btn {
    font-family: Roboto,sans-serif;
    border: none;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: ease .4s;
    min-width: 100%;
    white-space: normal;
}

    sf-app.sf-app a.btn.btn-success {
        color: #fff;
        background-color: #005941;
        border-color: #005941;
    }

    sf-app.sf-app a.btn-primary {
        color: #fff;
        background-color: #152249;
        border-color: #152249;
    }

    sf-app.sf-app a.btn-danger {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

sf-app.sf-app ul.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    sf-app.sf-app ul.list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

/* Pagination customization*/
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #152249;
    border-color: #152249;
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #152249;
}
/* Adding some line-spacing for h1, and .h1 */
main#MainContent h1, main#MainContent .h1 {
    line-height: 1.3;
}

/* Hiding the last hr on the news items list*/
main#MainContent .ofr-news-list hr:last-of-type {
    display: none !important;
}

/* Adding margin spacing on the pagination */
ul.pagination {
    margin: 30px 0 !important;
}