.page-home #header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
	background-color: #09203ccc !important;
	background-image: none !important;
	border: 0;
	min-height: 105px;
}
.page-home #header.header-size-full .header-inner {
	background-color: unset;
}

@media (min-width: 1080px) {
	.page-home #header {
		min-height: 180px;
	}
	.page-home .lay-home {
		margin-top: -20px;
	}
	#header .header-title {
		min-height: 180px;
	}
}

p {font-size: 2.5rem; line-height: 1.5;}

.page-home  #content {
	padding: 0;
}

.home-section {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}


.page-home #main {
	position: relative;
	top: 105px;
}

@media (min-width: 1080px) {
	.page-home #main {
		position: relative;
		top: 200px;
	}
}

.page-home .home-section-featured {
	display: none !important;
}

.home-section-contain .home-section-inner {
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 768px) {
	.home-section-contain .home-section-inner {
		padding: 40px;
	}
}
@media (min-width: 992px) {
	.home-section-contain .home-section-inner {
		padding: 60px;
	}
}
@media (min-width: 1200px) {
	.home-section-contain .home-section-inner {
		max-width: 1340px;
		padding: 70px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
}



.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: 1340px;
		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-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;
	}
}

/* FEATURED */
.home-section-featured {
	min-height: 375px;
}

.home-section-featured-size-full {
	background-image: none !important;
}
.home-section-featured-size-fixed {
	padding-top: 200px;
}
.home-section-featured-size-fixed #feature-carousel {
	max-width: 1300px;
	padding: 0;
	margin: 0 auto;
	background-color:white;
}
.home-section-featured-size-fixed #feature-carousel .feature-content
{
	background-image: none !important;
	padding-top: 60px;
}

.home-section-featured-size-fixed {
	padding-top: 100px;
}

@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, #FFFFFF 0 rgba(255, 255, 255, 0) 50%) !important;
		background-image: -webkit-linear-gradient(left, #FFFFFF 0, rgba(255, 255, 255, 0) 50%) !important; */
		background-image: linear-gradient(to right, #FFFFFF 0, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 70%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ) !important;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-item {
		color: inherit;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-head h1 a {
		color: inherit;
		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: inherit;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-content .feature-body {
		text-shadow: none;
	}
}
@media (min-width: 1080px) {
	.home-section-featured-size-fixed {
		padding-top: 200px;
	}
}

#feature-carousel .feature-item {
	margin: 0;
	padding: 0;
}
#feature-carousel .feature-item>img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 900px;
	min-height: 375px;
	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-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;
	}
}
@media (min-width: 768px) {
	#feature-carousel .feature-content {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: stretch;
		
		padding-right: 33%;
		padding-left: 92px;
	}
	#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: 118px;
	}
	#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: 120px;
	}
	#feature-carousel .feature-content>* {
		max-width: 1340px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 60px;
		line-height: 60px;
	}
}

#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;
}
#feature-carousel-prev {
	left: 0;
}
#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: 50px;
	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;
}*/

/* HOME - ACTION CENTER */
.home-action-center .element_textblocks .layout_panels .text-item {
	padding: 0;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}

.home-action-center .element_textblocks .layout_panels .text-item:hover {
	background: #fff;
	opacity: 1;
}

.home-action-center .element_textblocks .layout_panels .text-item .constituent-services {
	padding: 10px;
}

.element_textblocks .layout_panels .text-item a:hover {
	color: #1D4F8C;
}

@media (min-width: 768px) {
	.home-action-center .element_textblocks .layout_panels .text-item {
	height: 80px;
	padding: 0;
  }
  .home-action-center .element_textblocks .layout_panels .text-item .constituent-services {
	padding: unset;
}
}

.home-action-center .element_textblocks .layout_panels .text-items {
	background-color: #ffffffd9;
}

p.services-title {
  font-size: 28px;
  margin-bottom: 0;
  width: 100%;
}

p.services-title a {
	color: #004496;
  	opacity: 100%;
	width: 100%;
	display: flex;
    align-items: center;
}

p.services-title img {
	position: relative;
  	top: -4px;
}
/* action button image Changes */
.action-icon-about {
	background: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/action-icon-about-lance.svg);
}
.action-icon-services {
	background: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/action-icon-serving-you.svg);
	width: 40px !important;
}
.action-icon-issues {
	background: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/action-icon-issues.svg);
}
.action-icon-news {
	background: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/action-icon-newsroom.svg);
	height: 24px !important;
}
.action-icon-contact {
	background: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/action-icon-contact.svg);
	height: 24px !important;
}
.action-icon {
    height: 39px;
    width: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
	transition: .2s;
}
.constituent-services {
    display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
	width: 100%;
}
.services-about:hover > p a .action-icon-about {
    filter: hue-rotate(148deg);
}
.services-services:hover > p a .action-icon-services {
    filter: hue-rotate(148deg);
}
.services-issues:hover > p a .action-icon-issues {
    filter: hue-rotate(148deg);
}
.services-news:hover > p a .action-icon-news {
    filter: hue-rotate(148deg);
}
.services-contact:hover > p a .action-icon-contact {
    filter: hue-rotate(148deg);
}



/* END HOME - SERVICES */
/* HOME - SPLASH / HOME - PORTRAIT */
.page-home .home-splash, .page-home .home-portrait {
	display: none;
}
@media (min-width: 768px) {
	.page-home .home-splash, .page-home .home-portrait {
		display: block;
	}
	.page-home .home-splash {
		height: 1000px;
		background-image: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/bg-homepage-header.jpg);
		margin-top: -300px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
}
/* END HOME - SPLASH / HOME - PORTRAIT */

/* HOME - SERVICES */
.page-home .home-services { 
	background-image: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/bg-services.jpg);
	background-position: center;
	background-size: cover;
	padding: 50px 30px;
  }

  @media (min-width: 768px) {
	.page-home .home-services { 
		padding: 100px 30px;
	  }
}
  @media (min-width: 992px) {
	.page-home .home-services { 
		padding: 100px 100px;
	  }
}

  .page-home .home-services > div > section {
	  border: none;
	  border-radius: 0px;
  }

  .home-services .email-icon { 
	 background-image: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/service-icon-email-me.svg);
  }
  .home-services .tour-icon { 
	 background-image: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/service-icon-visiting-dc.svg);
  }
  .home-services .student-icon { 
	 background-image: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/service-icon-student-info.svg);
  }
  .home-services .flag-icon { 
	 background-image: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/service-icon-flag-request.svg);
  }
  .home-services .casework-icon { 
	 background-image: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/service-icon-casework.svg);
  }
  .home-services .nomination-icon { 
	 background-image: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/service-icon-nominations.svg);
  }

  .home-services .element{ 
	max-width: 1600px;
	padding: 0;
	margin: auto;
  }

  div.home-services .element_textblocks .layout_panels .text-items {
	  box-shadow: unset;
  }

  div.home-services .element_textblocks .layout_panels .text-item {
	/* border: 1px solid #09203C;
	border-radius: 5px; */
	justify-content: center;
	align-items: center;
	padding: 0;
	box-shadow: unset;
	margin-bottom: 10px;
  }

  @media (min-width: 768px) {
	div.home-services .element_textblocks .layout_panels .text-item {
		margin-bottom: unset;
	}
  }

  div.home-services .element_textblocks .layout_panels .text-item a {
	height: 100%;
	width: 100%;
	/* display: inline;
	flex-direction: column; */
	justify-content: center;
	align-items: center;
	/* min-height: 250px; */
	background-color: rgb(9 32 60 / 80%);
	border: 1px solid #09203C;
	border-radius: 5px;
	box-shadow: -1px -1px 0 rgb(0 0 0 / 15%) inset;
	color: #1D4F8C;
	display: flex;
  }


div.home-services .element_textblocks .layout_panels .text-item:hover {
	background-color: #ffffffcc;
	transition: .2s ease;
}

div.home-services .element_textblocks .layout_panels .text-item a:hover {
	border-radius: 5px;
	background: #fffffff2;
	transition: .2s ease;
}

div.home-services .element_textblocks .layout_panels .text-item a:hover > .service-icon {
filter: brightness(0) saturate(100%) invert(22%) sepia(90%) saturate(1271%) hue-rotate(193deg) brightness(86%) contrast(86%);
}
div.home-services .element_textblocks .layout_panels .text-item a:hover > .service-text {
transition: .2s ease;
color: #1D4F8C;
}

.home-services .service-icon {
	height: 60px;
	display: inline-block;
	min-width: 35px;
	margin-right: 10px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
  }



  @media (min-width: 768px) {
	.home-services .service-icon {
		background-size: auto;
		min-width: 75px;
		margin-right: 0;
		margin-bottom: 15px;
	}
  }

.home-services .service-text {
	display: inline;
	font-size: 28px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	/* margin-top: 10px; */
}

@media (min-width: 640px) {
	.home-services .service-text {
		font-size: 36px;
	}
}

@media (min-width: 768px) {
	.home-services .service-text {
		font-size: 42px;
	}
}

@media (min-width: 992px) {
	.home-services .service-text {
		font-size: 45px;
	}
}

@media (min-width: 1200px) {
	.home-services .service-text {
		font-size: 50px;
	}
}

@media (min-width: 768px) {
	div.home-services .element_textblocks .layout_panels .text-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
	div.home-services .element_textblocks .layout_panels .text-item a {
		padding: 40px 10px;
		display: flex;
		flex-direction: column;
		min-height: 270px;
		line-height: 1;
	}
}
@media (min-width: 1080px) {
	div.home-services .element_textblocks .layout_panels .text-items {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/* END HOME - SERVICES */

/* HOME - NEWSLETTER SIGNUP */
#newsletter-signup {
	padding: 0;
	color: #FFF;
	font-family: 'Oswald', sans-serif !important;
	font-weight: bold;
	z-index: 20;
	background: #003E74
  }
  
  @media(min-width: 1080px) {
	#newsletter-signup {
	  position: absolute;
	  top: 45vh;
	  right: 80px;
	  background: none;
	}
  }
  
  #newsletter-signup .inner form .signup-align {
	padding: 15px 30px; 
  }
  #newsletter-signup .inner form .signup-align .signup-title {
	font-family: 'Oswald', sans-serif !important;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	margin-bottom: 10px;
  }

  #newsletter-signup .inner form .signup-align .signup-input {
	color: #3B3C3C;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
	border-radius: 0;
	border: none;
	font-size: 22px;
  }

  #newsletter-signup #newsletter-signup-emailaddress {
	border-radius: 5px;
  }

  #newsletter-signup .inner form .signup-align .signup-input input {
	border-radius: 0;
  }
  .signup-button { text-align: center; }
  #newsletter-signup .inner form .signup-align .signup-button input {
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Oswald', sans-serif;
	background-color: #CE0F0F !important;
	border-radius: 5px;
  }
  #newsletter-signup .inner form .signup-align .signup-button input:hover {
	background-color: #850016 !important;
	transition: .2s ease;
  }
  .module#newsletter-signup .signup-title em { display: none; font-family: 'Oswald', sans-serif; }
  
  @media(min-width: 600px) {
	#newsletter-signup .inner form .signup-align .signup-button input {
	  height: 50px; 
	}
  }
  @media(min-width: 768px) {
	#newsletter-signup {
	  top: 575px;
	}
	#newsletter-signup .inner form {
	  padding: 0 60px; 
	}
	#newsletter-signup .inner form .signup-align {
	  padding: 15px 20px; 
	}
  }
  @media(min-width: 991px) {
	#newsletter-signup {
		top: 55vh;
		right: 100px;
	}
	#newsletter-signup .inner form {
	  padding: 0; 
	}
	#newsletter-signup .inner form .signup-align .signup-button input {
	  height: 50px; 
	  margin-top: 0;
	}
	#newsletter-signup .inner form .signup-align .signup-button {
	  padding-left: 0;
	  width: unset;
	}
	#newsletter-signup .inner form .signup-align .signup-input {
	  margin-bottom: 12px;
	  width: 50%;
	}
	#newsletter-signup .inner form .signup-align .signup-input input{
	  font-size: 22px;
	}
	#newsletter-signup .inner form .signup-align .signup-title {
	  margin-bottom: 10px;
	  text-align: left;
	  font-size: 42px;
	  line-height: 42px;
	  padding-right: 0 !important;
	}
	.module#newsletter-signup .signup-title em { display: none; font-size: 20px; }
  }

  @media (min-width: 992px) {
  .module#newsletter-signup .signup-align {
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
}

  @media(min-width: 1080px) {
	#newsletter-signup .inner form .signup-align {
	  align-items: flex-end;
	  flex-direction: column;
	  justify-content: center;
	}
	#newsletter-signup .inner form .signup-align .signup-title {
		text-shadow: 2px 3px 6px #0000005A;
	}
	#newsletter-signup .inner form .signup-align .signup-input {
		width: 100%;
	  }
	  #newsletter-signup .inner form .signup-align .signup-button input {
		  font-size: 25px;
		  height: 60px;
	  }
  }
  @media(min-width: 1300px) {
	#newsletter-signup {
	  top: 55vh;
	  right: 100px;
	}
	#newsletter-signup .inner form .signup-align .signup-input input { 
		height: 80px;
		font-size: 32px;
	}
	#newsletter-signup .inner form .signup-align .signup-title {
	  font-size: 60px;
	  line-height: 60px;
	}
	#newsletter-signup .inner form .signup-align .signup-button input {
		font-size: 30px;
		height: 80px;
	}
  }
  @media(min-width: 1500px) {
	#newsletter-signup .inner form .signup-align .signup-title {
	  font-size: 60px;
	  line-height: 60px;
	}
  }
  @media(max-height: 650px) and (min-width: 1080px) {
	#newsletter-signup{ display: none;}
  }
/* END HOME - NEWSLETTER SIGNUP */
/* HOME - YOUTUBE */
.page-home .home-youtube {
	background-color: #09203C;
}
.page-home .home-youtube .element_textblocks {
	max-width: 1600px !important;
}
@media(min-width: 1700px) {
	.page-home .home-youtube .element_textblocks { 
		padding: 80px 0 !important;
	}
}
.page-home .home-youtube h2 {
	color: #fff !important;
	text-align: center;
}
@media(min-width: 1200px) {
	.page-home .home-youtube h2 {
		font-size: 50px;
	}
}
/* END HOME - YOUTUBE */
/* HOME - PORTRAIT */
.page-home .home-portrait {
	margin-top: -750px;
}
.page-home .home-portrait .element_textblocks {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}
.page-home .home-portrait .article {
	margin-bottom: 0;
}

@media(min-width: 1080px) {
	.page-home .home-portrait {
		margin: 0;
		position: absolute;
		top: 310px;
	}
	.page-home .home-portrait .element_textblocks { padding: 0; }
	.portrait-wrapper img {
		height: 690px;
	}
}



/* END HOME - PORTRAIT */
/* HOME - OFFICES */
.page-home .home-offices .article {
	margin-bottom: 0;
}
/* END HOME - OFFICES */
/* HOME - FOOTER */
.page-home .footer-cols-section-3 {
	margin-top: 105px;
}

@media (min-width: 1080px) {
	.page-home .footer-cols-section-3 {
		margin-top: 200px;
	}
}
/* END HOME - FOOTER */

/* Service Button Fixes */

@media(min-width: 991px) {
	.page-home .block { height: 100%; width: 100%;}
	.constituent-services {	height: 100%; }
	p.services-title {
		font-size: 28px;
		margin-bottom: 0;
		display: block;
		height: 100%;
	}
	.element_textblocks .layout_panels .text-item a {
		color: #1D4F8C;
		display: flex;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
	}
}

/* Services Floating with header */
@media(min-width: 1080px) {
	div#group_08265c3a-99c6-46ca-9f8c-8c34883324b6 {
		position: fixed;
		top: 180px;
		left: 0;
		right: 0;
		z-index: 30;
	}
	.floating-header div#group_08265c3a-99c6-46ca-9f8c-8c34883324b6 {
		top: 105px;
	}
	.floating-header .home-action-center .element_textblocks .layout_panels .text-items {
		background-color: #ffffff;
	}
	.floating-header .page-home #header { 
		background-color: #09203c !important;
	}
}

/* New Homepage post post browser */
#group_1b6625ba-ae56-4d8a-a05f-69114315c54c {
	background-color: #09203C;
}
.page-home .posttypelayout_tiles { max-width: 1660px; margin:auto;}
.page-home .posttypelayout_tiles article footer{ 
	display: none;
}
.posttypelayout_tiles .pagegroup-title {
	 padding: 0;
	 margin-bottom: 30px;
	 padding-top: 40px;
	}
.page-home .posttypelayout_tiles .pagegroup-title h2{
	color: #fff !important;
	text-align: center;
}
.page-home .post-items { padding: 20px;}
.posttypelayout_tiles .post-item { padding: 0; min-height: 300px;}
.page-home .post-item img { display: none;  }
.page-home .posttypelayout_tiles article { 
	background: #003E74;
	padding: 20px 40px;
}
.posttypelayout_tiles article:hover {
    background: #fff;
    transition: .2s ease;
}
.posttypelayout_tiles article:hover > header .post-type {
    color: #003E74 !important;
    transition: .2s ease;
	text-shadow: none;
}

.posttypelayout_tiles article:hover > header .datetime {
    color: #003E74 !important;
    transition: .2s ease;
}
.posttypelayout_tiles article header { 
	display: flex;
    align-items: center;
	justify-content: flex-start;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    flex-direction: column-reverse;
}
.page-home .datetime {
    color: #c4c4c4;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 5px;
}
.posttypelayout_tiles article .post-type { 
	display: block; 
    color: #c4c4c4 !important;
	font-style: italic;
	font-weight: 400;
}
.posttypelayout_tiles article h1 a {
	transition: .2s ease;
	height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-bottom: 80px;
}
.posttypelayout_tiles article h1 a:hover, .posttypelayout_tiles article h1 a:focus {
	color: #003E74 !important;
	text-shadow: none;
}
.posttypelayout_tiles article h1 a { height: 100%;}
@media(min-width: 992px) {
	.posttypelayout_tiles .post-item {
		float: left;
		width: 33.3%;
	}
	.posttypelayout_tiles article h1 {
		font-size: 24px;
	}
}