
	#news .more-spotlight, #news .more-spotlight:hover {
    color: #ffffff!important;
}
a.more-spotlight {
    color: #fff!important;
}	
	 html {
     scroll-behavior: smooth;
}
.d-flex {
    display: flex;
}		
	
.justify-content-center {
    align-items: center;
}

 .service-tiles.three-columns {
     margin-left: -15px;
     margin-right: -15px;
}

 @media only screen and (max-width: 768px) {

     section {
        padding: 0;
    }
}


		
.l-page h1, h2.main-title, h2.main-title strong, h3.main-title, h3.main-title strong {
    position: relative;

    font-weight: 700!important;
}
.l-content .main-title:after {
    margin: 0 0 15px 0;
    border-bottom: 2px solid #00aeef;
}
.l-content .main-title.text-center:after {
    margin: 0 auto 15px auto;
    border-bottom: 2px solid #00aeef;
}		
	.lead {
    font-weight: 600;
    line-height: 1.4;
    color: #404040;
}	

p.eyebrow {
    text-transform: uppercase!important;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
p.eyebrow span {color:#00AEEF;position:relative;}			
			
			
.hero-interior h2 {

    font-weight: 700!important;
    font-size: 56px;
    line-height: 1;
}
.hero-interior h2 span {

    color: #00aaef;
}
		

		
.hero-interior {
    position: relative;
    z-index: 2;
	align-content: center;
    width: 100%;

}	
@media only screen and (min-width: 768px) {			
.hero-interior { display: flex; padding: 30px 80px;}
			}
@media only screen and (max-width: 768px) {			
.hero-interior { display: block; padding: 30px 20px;}
			}		


.hero-interior .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
		
		
		
.hero-interior h2, .hero-interior p.eyebrow  {
    color: #fff!important;
}
	
@media (max-width:425px) {
.hero-interior {padding: 0 20px;}
.hero-interior .hidden-mobile {display:none;}
.hero-interior h2 {font-size:36px;}
.banner-image {height:auto; padding-top:20px; padding-bottom:20px;}
}		
.secondary-title {
    color: #003359;
}		
		
.resource-list li {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}	
		
.matrix.dark-wrapper {
    background-image: url(/about/planning/strategic-plan/images/shield-bg.png)!important;
    background-position: top right!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}		

		.box {
    padding: 35px 30px 30px 30px !important;
    background-image: url(/stream/images/icon-dots.png);
    background-repeat: no-repeat;
    background-position: bottom left;
		border-radius: 5px;
}
		

		
.au-notice {
    color: #00AEEF!important;
    padding: 0 3px;
}
.flex-column {
    justify-content: center;
    flex-direction: column;
}
.matrix.cta-wrapper:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 41%);
}
.cta-wrapper a {
    color: #7adbff;
}
a.btn {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    line-height: 1.1;
    font-weight: 700;
    overflow: hidden;
    text-transform: uppercase;
    color: #003359;
    background-color: #ffffff;
    padding: 22.5px 39.5px!important;
    margin-right: 20px;
    margin-bottom: 20px;
    border: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a.btn:hover {
	background:#025b97;		
	color:#fff;
	   -webkit-box-shadow:  0px 10px 15px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);		
			} 			
.matrix {
    border-bottom: none;
}

.program-box {

position: relative;
    padding: 20px;
    -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s width:100%;
    height: auto;
}
.program-box .program-box-inside {
position: relative;			
padding: 30px 15px;
box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 25%);
border-radius: 10px 10px 10px 10px;
background: #FFFFFF;
transition: all .5s;			
    z-index: 1;			
}

.program-box .program-box-inside .icon {
    width:100%;
}
.program-box .program-box-inside h3.title {
    margin: 20px 0 0 0;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    color: #222222;
    text-transform: none;
    transition: 0.4s;

    font-weight: 700!important;
    /* white-space: nowrap; */
    height: 50px;	
}
p.stat-title {
	 font-size: 30px;
    line-height: 36px;
    color: #fff;
    text-transform:none;
    transition: 0.4s;

    font-weight: 700!important;			
	
}
	
.program-box .program-box-inside p { 
    color: #616161;
    transition: 0.4s;
}
.program-box .program-box-inside p a {text-transform:uppercase; vertical-align: bottom; transition: .4s; margin-bottom:0; padding-bottom:0; color:#00AEEF;}		
	.flex-column {justify-content: center; flex-direction: column;}		

			
.program-box:hover .program-box-inside {
background: rgb(0,51,89);
background: -moz-linear-gradient(138deg, rgba(0,51,89,1) 0%, rgba(0,174,239,1) 48%, rgba(130,195,66,1) 100%);
background: -webkit-linear-gradient(138deg, rgba(0,51,89,1) 0%, rgba(0,174,239,1) 48%, rgba(130,195,66,1) 100%);
background: linear-gradient(138deg, rgba(0,51,89,1) 0%, rgba(0,174,239,1) 48%, rgba(130,195,66,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003359",endColorstr="#82c342",GradientType=1);
  box-shadow:none;
}			
.program-box:hover h3.title,
.program-box:hover p,
.program-box:hover p a{
  color: #fff;
}
@media only screen and (min-width: 769px) {
.pull-box-up {margin-top: -30px; margin-bottom: 30px;}			
			
			}

			.p-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-evenly;

}
@media only screen and (max-width: 1200px) {
    .p-boxes {
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center
	}
	.program-box {flex-basis:33%;}
}	
@media only screen and (max-width: 600px) {
	.program-box {flex-basis:50%;}
}	
@media only screen and (max-width: 480px) {
	.program-box {flex-basis:100%;}
}

h3.secondary-title {font-size: 26px;}
.sub-holder {
display: grid;
    gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(10em, 25em));
    align-items: center;
    justify-items: center;
    justify-content: space-around;
    align-content: center;
    text-align: center;
}
.sub-priorities {
   background: #a2acb4;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    border-radius: 10px;
	    box-shadow: 0 20px 25px rgb(0 0 0 / 10%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sub-priorities:hover {
	box-shadow:none;
	background-color:#6d7479;
}
.sub-priorities h3.title {color:#fff; font-weight:700; font-size:20px; line-height:1;margin-bottom: 0;}
@media screen and (min-width: 720px) {
	.subsection:before {height: 238px;}
}
		.expert h4 a {
    font-size: 18px;
    font-weight: bolder;
    text-transform: none;
}
body#alphabet-theme-1 img, body#directory-theme-1 img, body#directory-theme-2 img, body#employee-theme-1 img, body#expert-theme-2 img {
    width: 150px;
    height: 150px;
    border-radius: 1000px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border: 8px solid #ffffff;
    padding: 0;
}	
.cta-bar p {
    color: #fff;
}
.cta-bar .extrabits p {
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background-color: #fff;
    border-left: 5px solid #003359;
}
.cta-bar .extrabits p a {text-decoration:none!important;}
.cta-bar-wrapper {
    background-image: url(/images/compass-bg.png)!important;
}
iframe::-webkit-scrollbar {   
    display: none; 
} 





