body.page_home {
	background: #fff;
	background-size: auto;
}
.page_home .main-inner {
	background-color: #0D2354;
	background: url(../images/bg-pattern-header-footerblue.png);
}
.page_home .main-inner {
    max-width: unset;
}
.page_home .pagegroup {
	margin-bottom: 0;
	box-shadow: unset;
}

/* Header Video */
.video-outer { min-height: 300px;}
.video-container {
    position: absolute;
	left: 0;
    right: 0;
    top: 100px;
	height: 220px;
	background-image: url('../images/bg-header.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-bg {
	display: inline-block; 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 100%;
	transform: translate(-50%, -50%); 
	object-fit: cover;
}
.video-container:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #08112140;
	z-index: 1;
}
.header-padding { 
	height: 275px;
	position: relative;
}
.is-subpage .header-padding{
	height: 450px;
}
.is-subpage .video-container {
	height: 450px;
}

@media(min-width:1080px){
	.video-outer { padding-top: 40px; }
	.video-container { 
		position: relative; 
		height: 690px; 
		margin: auto;
		border-radius: 3px;
		max-width: 1500px;
	}
	.video-container video { display: block; }
}


/* HOME PAGE HEARINGS SECTION */
div#hearings {
    padding: 40px 20px;
}
.hearings-list {
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.hearings-list a {
	flex-basis: 25%;
	border-radius: 3px;
    background-color: #fff;
	transition: .2s ease;
}
.hearings-list a:hover {
	background-color: rgba(255, 255, 255, .75);
	text-decoration: none;
}
.hearing-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #1B1B1B;
	padding: 30px 10px;
	padding-top: 0;
}
.upcoming {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	background-color: #9A1F22;
	font-size: 14px;
	margin: 15px 0;
	padding: 0 5px;
	display: flex;
    width: fit-content;
    align-items: center;
}
.recent {
	color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    background-color: #005EA2;
    font-size: 14px;
    margin: 15px 0;
    padding: 0 5px;
	display: flex;
    width: fit-content;
    align-items: center;
}
.star-icon {
	display: block;
	height: 21px;
	width: 20px;
	background: url(../images/icon-star-calendar.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}
span.hearing-month-time {
	font-weight: 900;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}
span.hearing-month {
	font-weight: 900;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
    color: #005EA2;
    text-transform: uppercase;
}
.hearing-day {
	font-size: 80px;
	font-weight: 900;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
    color: #005EA2;
}
h4.hearing-title {
	font-family: 'Roboto Condensed';
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

@media (min-width:768px) {
	div#hearings {
		padding: 40px;
	}
}
@media (min-width:1080px) {
	div#hearings {	margin-top: -20px; padding-bottom: 60px; margin-top: -20px; }
	.hearings-list {
		flex-direction: row;
		max-width: 1400px;
		position: relative;
		z-index: 1;
		margin: auto;
		margin-top: -20px;
		width: 85%;
	}
}

/* HOME LATEST UPDATES */
div#home-updates {
    background: url(../images/bg-body.png);
	padding: 60px 20px;
}
.updates-inner {
	max-width: 1400px;
	margin: auto;
}
.updates-header { 
	text-align: center; 
	margin-bottom: 50px;
}
.updates-header h2 {
	font-size: 48px; 
	margin-bottom: 20px;
}
.star-divide {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
}
.stars{
	background: url(../images/header-stars.svg);
    height: 35px;
    width: 200px;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 20px;
}
span.divider {
    display: block;
    border-top: 2px solid #ccc;
    width: 100%;
}
.social-block.elf1 {
    margin-bottom: 40px;
	max-height: 670px;
	overflow: scroll;
}
@media(min-width: 768px) {
	div#home-updates  {
		padding: 60px 40px;
	}
}
@media(min-width: 1080px) {
	.updates-row {
		display: flex;
		justify-content: space-between;
	}
	.social-block.elf1 {
		margin-bottom: 0;
		width: calc(50% - 20px);
	}
	.social-block.elf2 {
		width: calc(50% - 20px);
	}
}

/* HOME LATEST NEWS */
.home-section-latest-news {
	background: #fff;
	background-size: cover;
	background-repeat: no-repeat;
    padding: 40px 20px;
    position: relative;
}

.latest-news {
    position: relative;
    max-width: 1400px;
    margin: auto;
}
.news-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
	flex-direction: column;
	margin-bottom: 40px;
}
.news-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.news-footer a {
    color: #0D2354;
    text-transform: uppercase;
    margin-left: 20px;
    white-space: nowrap;
    font-weight: bold;
    padding: 12px 20px;
    border: 2px solid #0D2354;
	border-radius: 3px;
}
.arrow-news {
	display: inline-block;
	width: 18px;
	height: 14px;
	background: url(../images/arrow-right-navy.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.news-footer a:hover{
	transition: .2s ease;
	background-color: #0D2354;
	color: #fff;
	text-decoration: none;
}
.news-footer a:hover > .arrow-news{
	filter: brightness(300);
	transition: .2s ease;
}
.news-inner h2 {
	text-align: center;
	font-size: 48px;
    font-weight: bold;
	margin-bottom: 20px;
}
.news-datetime {
    background: #9A1F22;
    color: #fff;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 3px;
}

.latest-news article .post-title {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	color: #0D2354;
	line-height: 1.1;
	text-align: left;
	padding-top: 10px;
    font-weight: 900;
}
.latest-news article .datetime {
	display: inline-block;
	padding-bottom: 10px;
}
.latest-news .news-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.latest-news .pagegroup-title {
    padding-bottom: 0rem;
}
.latest-news .news-inner .news-item>img {
    display: none;
}
.latest-news .news-inner article {
    background: none;
    position: unset;
    align-items: center;
	margin-bottom: 30px;
}
.latest-news .news-inner .news-item {
    width: 100%;
    text-align: center;
}
.news-item a {
    padding: 20px 20px 40px 20px;
    display: block;
	font-weight: 400;
}
.news-item a:hover {
    background: rgba(0,0,0,.05);
	text-decoration: none;
	transition: .2s ease;
}

.latest-news .news-inner article footer {
    display: none;
}
.latest-news .section.news-inner {
    padding: 40px 60px;
}
.latest-news .news-item + .news-item {
    border-top: 2px solid #c4c4c4;
}
.latest-news .news-inner article h1 a {
    color: #116FC1;
    font-size: 20px;
    font-family: 'Roboto' , sans-serif;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: .5rem;
}

.latest-news .news-inner article .post-teaser {
    display: block;
    color: #0D2354;
    font-size: 18px;
    font-family: 'Roboto' , sans-serif;
    flex-shrink: 15;
	text-align: left;
}
.latest-news .news-item article {
	position: relative;
}
.latest-read-more {
	display: none;
}
.news-item a.news-more {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.latest-news .news-row { margin-bottom: 40px; }
@media(min-width:768px){
	.home-section-latest-news {
		padding: 40px;
	}
    .news-inner article header {
        margin-bottom: 20px;
    }
    .news-inner .news-row::before {
        content: none;
    }
    .latest-news .news-item + .news-item {
        border-left: 2px dotted #c4c4c4;
		border-top: none;
    }
    .latest-news .news-item:nth-of-type(3) {
        border-left: none;
    }
    .latest-news .pagegroup-title {
        padding-bottom: 4rem;
    }
    .latest-news .news-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 0;
    }
	.news-item:first-child a {
		padding-left: 0 !important;
	}
}

@media(min-width: 1200px){
	.home-section-latest-news {
		padding:  40px 60px;
		padding-bottom: 60px;
	}
	.news-item a { height: 100%;}
    .latest-news .news-item:nth-of-type(3) {
        border-left: 2px dotted #c4c4c4;
    }
    .latest-news .section.news-inner {
        padding: 40px 0;
        max-width: 1400px;
    }
    .latest-news .news-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
    }
    .latest-news .news-item article {
        justify-content: flex-start;
    }
	.latest-news .news-inner article footer { display: block;}
}
/* END HOME LATEST news */

/* WORK FOR YOU SECTION */

#work-section{
	position: relative;
}
.work-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 0;
}
#work-bg-video {
	display: inline-block; 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 100%;
	transform: translate(-50%, -50%); 
	object-fit: cover;
}
.work-video:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0D2354d9;
	z-index: 1;
}
.work-outer {
    position: relative;
    z-index: 1;
    padding: 60px 20px;
}
.work-inner {
    max-width: 1400px;
    margin: auto;
}
.work-head {
    text-align: center;
    margin-bottom: 35px;
}
.work-head h2{
    font-size: 48px;
	color: #fff;
	font-weight: bold;
}
.work-btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
a.work-btn {
    width: 200px;
    height: 225px;
    color: #fff;
	position: relative;
	margin-bottom: 25px;
}
a.work-btn:hover::before {
	opacity: 0;
}
a.work-btn:hover::after {
	opacity: 1;
}
a.work-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .2s ease;
}
a.work-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .2s ease;
	opacity: 0;
}
a.book:before {
	background: url(../images/btn-services-committee-handbook.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
a.book:after {
	background: url(../images/btn-services-committee-handbook-hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
a.employ:before {
	background: url(../images/btn-services-employee-handbook.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
a.employ:after {
	background: url(../images/btn-services-employee-handbook-hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
a.member:before {
	background: url(../images/btn-services-member-handbook.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
a.member:after {
	background: url(../images/btn-services-member-handbook-hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
a.comms:before {
	background: url(../images/btn-services-communications-standard.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
a.comms:after {
	background: url(../images/btn-services-communications-standard-hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
a.park:before {
	background: url(../images/btn-services-parking-policy.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
a.park:after {
	background: url(../images/btn-services-parking-policy-hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media(min-width: 768px){
	.work-outer{
		padding: 60px 40px;
	}
	.work-btns {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 40px;
	}
	a.work-btn{ margin-right: 25px; }
}
@media(min-width: 1080px){
	.work-outer{
		padding: 60px;
	}
}
