.page-home  #content {
	padding: 0;
}

.lay-home #content #content-inner {
	padding: 0;
	background: none;
	border-top: none;
}

.home-section {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-size: 150%;*/
}
@media (min-width: 768px) {
	.home-section {
		/*background-size: 100%;*/
	}

}

.home-section-contain .home-section-inner {
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
	margin: 20px 0;
}
@media (min-width: 768px) {
	.home-section-contain .home-section-inner {
		margin: 45px 0;
	}
}
@media (min-width: 992px) {
	.home-section-contain .home-section-inner {
	}
}
@media (min-width: 1200px) {
	.home-section-contain .home-section-inner {
		padding: 0;
		max-width: 1200px;
	}
}



.page-home .pagegroup {
	margin: 0;
}
.page-home .pagegroup>* {}
.page-home .group-container-size-fixed>* {
	margin-right: auto;
	margin-left: auto;
	padding: 40px 20px;
}
.page-home .group-container-size-full>* {}
@media (min-width: 768px) {
	.page-home .group-container-size-fixed>* {
		padding: 40px;
	}
}
@media (min-width: 992px) {
	.page-home .group-container-size-fixed>* {
		padding: 60px;
	}
}
@media (min-width: 1200px) {
	.page-home .group-container-size-fixed>* {
		max-width: 1200px;
		padding: 80px 70px;
	}
}

.page-home .pagegroup.bg-gray {
	background-color: #EDEDED;
	box-shadow: inset 0px 1px 0 rgba(60, 60, 60, 0.25);
}

.page-home .lay-home .btn {
	/* border-radius: 20px; */
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 40px;
	padding: 0 2.33em;
	text-transform: none;
	transition: background-color 0.2s, border-color 0.2s;
}
.page-home .lay-home .btn:hover{
	background-color: #980000;
}
.page-home .lay-home .btn-compact {
	font-style: italic;
	padding: 0 1.33em;
}
@media (max-width: 399px) {
	.page-home .welcome-card .btn {
		padding: 0 1em;
	}
}
@media (min-width: 768px) {
	.page-home .lay-home .btn {
		/* border-radius: 25px; */
		font-size: 18px;
		line-height: 50px;
	}
	.page-home .lay-home .btn-compact {
		/* border-radius: 20px; */
		line-height: 40px;
	}
}
@media (min-width: 1200px) {
	.page-home .lay-home {
		max-width: 1200px;
		margin: 0 auto;
	}
}

#site-sidebar-services {
	margin-bottom: 45px;
}
@media (min-width:1200px) {
	.home-section-services {
		display: none;
	}
}

/* FEATURED */
.home-section-featured {
	min-height: 375px;
}

.home-section-featured-size-full {
	background-image: none !important;
}
.home-section-featured-size-fixed #feature-carousel {
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	background-color:white;
}

.home-section-featured-size-fixed #feature-carousel .feature-content
{
	background-image: none !important;
	padding-top: 60px;
	margin-top: -10%;
}

@media (min-width: 768px) {
	.home-section-featured-size-fixed #feature-carousel .feature-item>img {
		width: 80%;
		float: right;
		max-height: 600px;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-content {
		/* background-image: -moz-linear-gradient(left, #071426 0 rgba(255, 255, 255, 0) 50%) !important;
		background-image: -webkit-linear-gradient(left, #071426 0, rgba(255, 255, 255, 0) 50%) !important; */
		background-image: linear-gradient(to right, rgb(7, 20, 38) 0, rgb(7, 20, 38) 30%, rgba(255, 255, 255, 0) 70%) !important;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-item {
		color: #ffffff;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-head h1 a {
		color: #ffffff;
		text-shadow: none;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-head h1 a:hover, .home-section-featured-size-fixed #feature-carousel .feature-head h1 a:focus {
		color: #ffffff;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-content .feature-body {
		text-shadow: none;
		margin: 0;
	}
}

#feature-carousel {}
#feature-carousel .feature-item {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#feature-carousel .feature-item>img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 900px;
	min-height: 375px;
	/* opacity: .5; */
	width: 100%;
}
.owl-carousel  .owl-item { overflow: hidden; }
#feature-carousel .feature-item>video.bg {
	position: absolute;;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translate(-50%, -50%);
}
#feature-carousel .feature-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-color: transparent;
	box-shadow: inset 0em 0em 200px 50px rgba(0, 0, 0, 0.25);
	padding: 100px 40px 20px;
}
/* TODO: get rid of feature-content in def, feature-head should be enough */
#feature-carousel .feature-content .feature-head {
	margin-bottom: 10px;
}
#feature-carousel .feature-content .feature-head h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	text-shadow: 1px 1px #111;
}
/*#feature-carousel .feature-head h1 a {
	text-transform: uppercase;
}*/
#feature-carousel .feature-head h1 a:hover, #feature-carousel .feature-head h1 a:focus {}

#feature-carousel .feature-content .feature-body {
	display: none;
}

@media (max-width: 767px) {
	#feature-carousel .feature-head h1 a {
		display: block;
		text-align: center;
	}
	#feature-carousel .feature-content {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	#feature-carousel .feature-content .feature-body {}
}
@media (min-width: 768px) {
	#feature-carousel .feature-content {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: stretch;
		
		padding-right: 33%;
		padding-left: 60px;
	}
	#feature-carousel .feature-content .feature-head {
		margin-bottom: 30px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 40px;
		line-height: 40px;
	}
	#feature-carousel .feature-content .feature-foot {
		width: 100%;
	}
}
@media (min-width: 992px) {
	#feature-carousel .feature-content {
		padding-top: 140px;
		padding-left: 60px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 48px;
		line-height: 48px;
	}
	#feature-carousel .feature-content .feature-body {
		display: block;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
		text-shadow: 1px 1px #111;
	}
}
@media (min-width: 1200px) {
	#feature-carousel .feature-content {
		padding-top: 160px;
		padding-right: 50%;
		padding-left: 60px;
	}
	#feature-carousel .feature-content>* {
		max-width: 1200px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 40px;
		line-height: 40px;
	}
}
@media (min-width: 1200px) and (max-width: 1299px) {
	#feature-carousel .feature-content .feature-body {
		display: none;
	}
}

#feature-carousel .owl-controls {
	position: absolute;
	right: 0;
	bottom: 13px;
	left: 0;
	
	line-height: 1px;
	margin: 0;
}
@media (max-width: 767px) {
	#feature-carousel .owl-controls {
		display: none !important;
	}
}
#feature-carousel .owl-controls .owl-page span {
	height: 15px;
	margin: 7px;
	opacity: .25;
	width: 15px;
}
#feature-carousel .owl-controls .owl-page.active span, #feature-carousel .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

#feature-carousel-next, #feature-carousel-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: .5;
	width: 40px;
}
#feature-carousel-next {
	right: 0;
	background-image: url(/vendor/_accounts/jamescomer/_skins/hathaway/images/carousel_arrow_next.png);
}
#feature-carousel-prev {
    left: 0;
    background-image: url(/vendor/_accounts/jamescomer/_skins/hathaway/images/carousel_arrow_prev.png);
}
#feature-carousel-next:hover, #feature-carousel-prev:hover {
	opacity: 1;
}
@media (min-width: 768px) {
	#feature-carousel-next, #feature-carousel-prev {
		width: 60px;
	}
}

#feature-more-on-page {
	position: absolute;
	bottom: 15px;
	left: 40px;
	z-index: 10;
	display: none;
}
#feature-more-on-page .more-on-page-btn {
	display: block;
	cursor: pointer;
	opacity: .75;
	font-size: 18px;
	padding-left: 50px;
}
#feature-more-on-page .more-on-page-btn:hover, #feature-more-on-page .more-on-page-btn:focus {
	opacity: 1;
}
#feature-more-on-page .icon, #feature-more-on-page .learn-more, #feature-more-on-page .scroll-down {
	display: block;
	line-height: 20px;
}
#feature-more-on-page .icon {
	position: absolute;
	top: 0;
	left: 0;
	
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
}
#feature-more-on-page .scroll-down {
	font-style: italic;
}
#feature-more-on-page .learn-more {
	font-weight: bold;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	#feature-more-on-page {
		left: 92px;
	}
}
@media (min-width: 992px) {
	#feature-more-on-page {
		left: 118px;
	}
}
@media (min-width: 1200px) {
	#feature-more-on-page {
		left: 120px;
	}
}

#feature-carousel-progress-bar {
	width: 0%;
	max-width: 100%;
	height: 5px;
}
#feature-carousel-progress {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.home-section-featured-size-fixed #feature-carousel-progress {
	top: 0;
	bottom: auto;
}



/* PAGE GROUP HEADINGS */
.page-home .pagegroup-title {
	padding: 0px 10px 50px;
	text-align: center;
	text-transform: uppercase;
}
.page-home .pagegroup-title h2 {
	border-width: 0;
	font-family: Oswald;
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
	padding: 0;
}

/* EVENTS */
/*.home-section-events {}

.home-section-events header {
	padding: 0px 10px 50px;
	text-align: center;
	text-transform: uppercase;
}
.home-section-events header .site-name {
	font-family: Lato;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
}
.home-section-events header h1 {
	font-family: Oswald;
	font-size: 48px;
	font-weight: bold;	
	line-height: 50px;
}

.agenda-items {
	width: 100%;
}
.agenda-item {
	background-color: #fff;
	border: 1px solid #c5c9d3;
	color: #3e5c7d;
	display: block;
	padding: 20px 10px;
	
	transition: background-color .2s, color .2s;
}
.agenda-item:hover, .agenda-item:focus {
	background-color: #3e5c7d;
	color: #fff;
}

.agenda-item .weekday-month {
	color: inherit;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
}
.agenda-item .day {
	color: inherit;
	font-size: 80px;
	font-weight: 900;
	line-height: 94px;
}
.agenda-item .title {
	color: inherit;
	font-size: 14px;
	line-height: 1.2em;
	max-height: 3.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}
@media (max-width: 399px) {
.agenda-item .day {
	font-size: 60px;
	line-height: 74px;
}
}
@media (max-width: 767px) {
	.agenda-items {
		display: flex;
		flex-flow: row wrap;
	}
	.agenda-item {
		flex: 1 33.33333%; 
		margin: -1px;
	}
}

@media (min-width: 768px) {
	.agenda-items {
		border-collapse: collapse;
		display: table;
		table-layout: fixed;
	}
	.agenda-item {
		display: table-cell;
	}
}
@media (min-width: 992px) {
	.agenda-item {
		padding: 30px 20px;
	}
}

.full-schedule {
	line-height: 22px;
	padding: 35px 0 58px;
	text-align: center;
}
.full-schedule a {
	background: transparent url(../images/home/events_arrow.png) center right no-repeat;
	color: #3e5c7d;
	font-size: 18px;
	font-style: italic;
	padding-right: 20px;
}
.full-schedule a:hover, .full-schedule a:focus {
	color: #c71111;
}*/


#site-sidebar {
	display: none;
	position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	color: white;
    width: 350px;
	padding: 45px;
	/* overflow: hidden; */
}
#site-sidebar a {
	color: inherit;
}
#site-sidebar:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
    bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

#site-sidebar-social {
	margin-bottom: 45px;
}
#site-sidebar-social ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
#site-sidebar-social ul li {
	padding: 0;
	margin: 0 1px;
}
#site-sidebar-social ul li a {
	display: block;
	width: 63px;
	height: 66px;
	padding: 13px;
	font-size: 32px;
	line-height: 40px;
	text-align: center;

	background:rgba(255,255,255,0.2);
}
#site-sidebar-social ul li a:hover {
	background: rgba(255,255,255,0.5);
}
#site-sidebar-offices dl .collapsed::after {
	content: "";
	position: absolute;
	height: 19px;
	width: 34px;
	background: url(../images/icon-plus.svg) !important; 
	background-repeat: no-repeat !important;
  background-position: bottom !important;
	right: 0;
}
#site-sidebar-offices dl .sidebar-btn::after {
	content: "";
	position: absolute;
	height: 19px;
	width: 34px;
	background: url(../images/icon-minus.svg);
	background-repeat: no-repeat;
  background-position: center;
	right: 0;
	margin-top: 2px;
}
#site-sidebar-offices h3.site-sidebar-offices-title {
	color: inherit;
	font-size: 28px;
	font-style: italic;
	font-family: Lato, sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0 0 15px 10px;
	text-transform: uppercase;
}
#site-sidebar-offices h3 strong {
	font-weight: 700;
}

#site-sidebar-offices dl {
	border-bottom: 1px solid #707070;
	margin: 0;
	position: relative;
}
#site-sidebar-offices dl dt {
	border-top: 1px solid #707070;
	font-size: 20px;
	line-height: 24px;
	padding: 0;
}
#site-sidebar-offices dl dt button {
	width: 100%;
	display: block;
	font-size: inherit;
	background: #800306;
	border: none;
	color:  white;
	position: relative;
	text-align: left;
	padding: 15px 30px 15px 10px;
}
#site-sidebar-offices dl dt button:focus {
	outline: none;
}
#site-sidebar-offices dl dt button.collapsed {
	color: inherit;
	background: transparent;
}
#site-sidebar-offices dl dd {
	position: absolute;
    left: 100%;
    top: 0;
    right: auto;
    bottom: auto;
	width: 300px;
	color: #071426;
    background: white no-repeat top center;
    background-size: 100% auto;
	border-left: 10px solid #800306;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.5);
	font-weight: 300;
  padding: 20px 40px;
}
#site-sidebar-offices dl dd#site-sidebar-office-md {
	top: 55px;
}
#site-sidebar-offices dl dd#site-sidebar-office-pd {
	top: 110px;
}
#site-sidebar-offices dl dd#site-sidebar-office-tk {
	top: 165px;
}
#site-sidebar-offices dl dd#site-sidebar-office-dv {
	top: 165px;
}

#site-sidebar-offices dl dd.collapsing {
	display: block;
	-webkit-transition: none;
	transition: none;
	height: auto !important;
}
#site-sidebar-offices dl dd h3 {
	font-family: Lato, sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#site-sidebar-offices dl dd h3 strong {
	font-weight: 700;
}
#site-sidebar-offices dl dd a.contact {
	color: white;
	margin-top: 15px;
	text-transform: none;
  padding: 1.5rem 1rem;
  font-weight: 900;
}

#site-sidebar-offices .map {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: 1px dashed #707070;
	position: relative;
}
#site-sidebar-offices .map::before {
	content: "";
	display: block;
	padding-top: 100%;
}

#site-sidebar-offices .map .district-office-star-pd {
	position: absolute;
	top: 145px;
	left: 41px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../images/star.svg) no-repeat center center;
	background-size: contain;
	opacity: 1;
	transform: scale(1.5);
}
#site-sidebar-offices .map .district-office-star-md  {
	position: absolute;
	top: 127px;
	left: 95px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../images/star.svg) no-repeat center center;
	background-size: contain;
	opacity: 1;
	transform: scale(1.5);
}
#site-sidebar-offices .map .district-office-star-tk  {
	position: absolute;
	top: 166px;
	left: 192px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../images/star.svg) no-repeat center center;
	background-size: contain;
	opacity: 1;
	transform: scale(1.5);
}
#site-sidebar-offices .map .district-office-star-dv  {
	position: absolute;
	top: 105px;
	left: 235px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../images/star.svg) no-repeat center center;
	background-size: contain;
	opacity: 1;
	transform: scale(1.5);
}
#site-sidebar-offices .map .district-office-star:hover {
	transform: scale(1.5);
	opacity: 1 !important;
	transition: .2s ease;
}
#site-sidebar-offices .map .collapsed {
	opacity: 0 !important;
}
#site-sidebar .action-block-item {
	width: 50%;
	min-height: 130px;
}
#site-sidebar .action-block-item a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}
#site-sidebar .action-block-item a .title {
	height: 40px;
	margin-top: 10px;
}
.action-block-item.service-contact .icon { background-image: url(/vendor/_accounts/jamescomer/images/icon-service-contact.svg);}
.action-block-item.service-help .icon { background-image: url(/vendor/_accounts/jamescomer/images/icon-agency.svg); }
.action-block-item.service-grants .icon { background-image: url(/vendor/_accounts/jamescomer/images/icon-service-grant-assistance.svg); }
.action-block-item.service-nominations .icon { background-image: url(/vendor/_accounts/jamescomer/images/icon-academy.svg); }
.action-block-item.service-flag .icon { background-image: url(/vendor/_accounts/jamescomer/images/icon-service-flag-requests.svg); }
.action-block-item.service-dc-tour .icon { background-image: url(/vendor/_accounts/jamescomer/images/icon-service-dc-tours.svg); }

@media (min-width: 1200px) {
	.page-home #main, .page-home #footer, .page-home #header {
		padding-left: 390px;
		padding-right: 40px;
	}
	.page-home #wrapper {
		position: relative;
	}
	#site-sidebar {
		display: block;
	}
}

@media (min-width: 1750px) {
	.page-home #main, .page-home #footer, .page-home #header {
		padding-left: 450px;
		padding-right: 100px;
	}
}

#site-sidebar-twitter {
	margin: 45px 0;
}
#site-sidebar-twitter h3 {
	color: inherit;
	font-size: 20px;
	padding: 16px 0;
}
#site-sidebar-twitter h3 i {
	margin-right: 10px;
}
#site-sidebar-twitter .tweet {
	border-top: 1px solid #707070;
	padding: 16px 0;
	line-height: 24px;
}
#site-sidebar-twitter .tweet .username {
	color: #38A1F3;
}
#site-sidebar-twitter .follow-me {
	border-top: 1px solid #707070;
	padding: 16px 0;
}
#site-sidebar-twitter .follow-me a {
	color: #38A1F3;
}

.home-section-newsletter a {
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 30px 30px 30px 160px;
	font-size: 24px;
	font-family: "Oswald", sans-serif;
	line-height: 28px;
}
@media (min-width: 768px) {
	.home-section-newsletter a {
		font-size: 30px;
		line-height: 40px;
	}
	.home-section-newsletter a .line-1, .home-section-newsletter a .line-2 {
		display: block;
	}
}
@media (min-width: 1200px) {
	.home-section-newsletter.home-section-contain .home-section-inner {
		margin-top: 0;
	}
}

.home-section-latest {}
.home-section-latest .post-items { margin: 0 -5px; }
.home-section-latest .post-items .post-item { position: relative; margin: 5px; background: white;}
.home-section-latest .post-items .post-item img { display: block; width: 100%; height: auto; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.home-section-latest .post-items .post-item .post-content { padding: 20px 13px; position: relative; }
.home-section-latest .post-items .post-item .post-content .post-title { font-size: 18px; line-height: 22px; }
.home-section-latest .post-items .post-item .post-content .post-type { display: none; }
.home-section-latest .post-items .post-item .post-content .post-date { font-size: 16px; line-height: 22px; font-weight: 300; padding-bottom: 12px; font-style: italic; }
.home-section-latest .post-items .post-item .post-content .post-foot { display: none; }
.home-section-latest .post-items .post-item::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, white 25%, transparent 30%, transparent);
	z-index: 0;
}

@media (min-width: 800px) {
	.home-section-latest {}
	.home-section-latest .post-items { display: flex; }
	.home-section-latest .post-items .post-item { width: 33.33%; }
}


/* ELFSIGHT STYLES INCASE THEY GET DELETED */

/* .elf { margin-top: 1rem; }
.element.element_textblocks { padding: 0; }
.eapps-twitter-feed-inner {
    border-radius: 0;
}
.eapps-facebook-feed-inner { border-radius: 0;}
.eapps-facebook-feed-header { border-radius: 0; }
#group_8d748bd9-3b27-4f62-bc4e-e01a18e9aa87 .row { padding: 0 20px; }
@media (min-width: 1200px) {
 #group_8d748bd9-3b27-4f62-bc4e-e01a18e9aa87 .row { padding: 0; }
}
@media (min-width: 991px) {
  .elf1 {
    padding-right: 0;
  }
} */
