body.page_home {
	background: #fff !important;
	background-size: auto;
}
.page_home .main-inner { background-color: #EBEEF0; }
.title-button-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase
}
a.title-button {
	font-family: 'Roboto';
	font-weight: bold;
	padding: 15px 40px;
	position: relative;
	border-radius: 3px;
	z-index: 0;
	border-radius: 3px;
}

.title-button-contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #219677;
    z-index: -1;
	border-radius: 3px;
}
.title-button-contact:hover:before {
	text-decoration: none;
	filter: brightness(0.85);
}
a.title-button-contact, a.title-button-contact:link, a.title-button-contact:visited {
	color: #fff;
}
a.title-button-contact:hover {
	text-decoration: none;
}

a.title-button-signup:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: -1;
	border-radius: 3px;
}
a.title-button-signup:hover:before {
	text-decoration: none;
	filter: brightness(0.85);
}
a.title-button-signup, a.title-button-signup:link, a.title-button-signup:visited {
	color: #0E2555;
}
a.title-button-signup:hover {
	text-decoration: none;
}
.home-video-bg video { display: none; }
.home-video-bg { 
	height: 500px;
	background: url('../images/header-home.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.home-video-bg:after {
	background: transparent linear-gradient(180deg, #081121 0%, #08112100 100%) 0% 0% no-repeat padding-box;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 500px;
	z-index: 0;
	display: block;
	
}
@media(min-width:1080px){
	.home-video-bg { height: 850px;}
	.home-video-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;
	}
	.home-video-bg:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(90deg, #081121, #08112180 25%, #08112100 40%);
		z-index: 1;
	}
}

.page_home .main-inner {
    max-width: unset;
}
.page_home .pagegroup {
	margin-bottom: 0;
	box-shadow: unset;
}
.social-section, .latest-updates, .services-section, #newsletter-signup, .offices-inner {
	max-width: 1600px;
	margin: 0 auto;
}
.home-section-title {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.home-section-title h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 40px;
	margin: 0 1em;
	padding: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
}

/* HOME BUTTONS */
.home-hero {
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
	padding-top: 100px;
	max-width: 1640px;
	margin: auto;
}

.home-sixth-district {
	color: white;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 2px 2px 6px #00000080;
	text-transform: uppercase;
	padding-left: 20px;
	max-width: 350px;
}
.home-action-btns {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
a.home-action-btn{
	color: white;
    font-weight: bold;
    font-family: 'Roboto';
    margin-top: 10px;
	border-radius: 3px;
	height: 60px;
    display: flex;
    align-items: center;
    padding: 0 25px;
	justify-content: center;
	text-transform: uppercase;
}
.walk-btn { background: #D5030B;}
.contact-btn { background: #FFFFFF33; width: fit-content;}
.walk-btn:hover { background: #a0060b; text-decoration: none;}
.contact-btn:hover { background: #FFFFFF66; width: fit-content; text-decoration: none;}
@media(min-width: 1080px){
	.home-hero {
		padding-bottom: 200px;
	}
	.home-sixth-district {
		font-size: 50px;
		padding-left: 40px;
	}
	.home-action-btns { padding-left: 40px;}
}
@media(min-width: 1680px){
	.home-hero {
		padding-bottom: 200px;
	}
	.home-sixth-district {
		font-size: 50px;
		padding-left: 10px;
	}
	.home-action-btns { padding-left: 10px;}
}


/* HOME ANCHORS */
.home-section-anchors {
	background: #081121;
	padding: 20px;
}
.container.home-container-anchors {
	max-width: 1600px;
	padding-left: 0;
	padding-right: 0;
}

.home-section-anchors .anchor-items {
	display: flex;
	flex-direction: column;
	padding: 0 10px;
	position: relative;
}
a.anchor-item.anchor-item-offices { display: none;}
.home-section-anchors .anchor-item {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.home-section-anchors .anchor-item + .anchor-item {
	margin-top: 10px; 
	padding-top: 10px;
	border-top: 1px solid #ffffff40;
}
.home-section-anchors .anchor-item:hover, .home-section-anchors .anchor-item:focus {
	color: #fff;
	text-decoration: none;
}
.home-section-anchors .anchor-item::before {
	content: ' ';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin-right: 10px;
	height: 50px;
	width: 50px;
}

.home-section-anchors .anchor-item-votes::before {
	background-image: url('../images/anchor-recent-votes.svg');
}
.home-section-anchors .anchor-item-updates::before {
	background-image: url('../images/anchor-latest-updates.svg');
}
.home-section-anchors .anchor-item-help::before {
	background-image: url('../images/anchor-how-can-i-help.svg');
}
.home-section-anchors .anchor-item-newsletter::before {
	background-image: url('../images/anchor-newsletter-signup.svg');
}
.home-section-anchors .anchor-item-offices::before {
	background-image: url('../images/anchor-office-locations.svg');
}
#home-votes .inner {
    max-width: 1600px;
    margin: auto;
}
/* desktop */
.home-section-anchors .anchor-item-votes .anchor-inner::before {
	background-image: url('../images/anchor-recent-votes.svg');
}
.home-section-anchors .anchor-item-updates .anchor-inner::before {
	background-image: url('../images/anchor-latest-updates.svg');
}
.home-section-anchors .anchor-item-help .anchor-inner::before {
	background-image: url('../images/anchor-how-can-i-help.svg');
}
.home-section-anchors .anchor-item-newsletter .anchor-inner::before {
	background-image: url('../images/anchor-newsletter-signup.svg');
}
.home-section-anchors .anchor-item-offices .anchor-inner::before {
	background-image: url('../images/anchor-office-locations.svg');
}
.home-section-anchors .anchor-item:hover { background-color: rgb(255 255 255 / 20%); }

@media (min-width: 768px) {
	.home-section-anchors .anchor-items {
		align-items: center;
	}
	.home-section-anchors .anchor-item {
		width: 100%;
		text-align: center;
		justify-content: center;
		padding: 15px 0 5px 0;
	}
}

@media (min-width: 1080px) {
	a.anchor-item.anchor-item-offices { display: flex;}
	.home-section-anchors {
		background-color: #ffffff00;
		margin-top: -143px;
		position: relative;
		z-index: 1;
		padding: 0 40px;
		padding-bottom: 20px;
	}
	.home-section-anchors .anchor-items {
		flex-flow: row wrap;
		max-width: 1620px;
		margin: auto;
	}
	.home-section-anchors .anchor-item {
		min-height: 100px;
		flex-basis: 20%;
		flex-direction: column;
		overflow: hidden;
		max-height: 100px;
		padding-top: 0;
	}
	.home-section-anchors .anchor-item::before{
		margin-right: 0;
	}
	.home-section-anchors .anchor-item + .anchor-item{
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
		border-left: 1px solid #ffffff80;
	}
	.home-section-anchors:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(0deg, #081121 , transparent);
		margin: auto;
	}
	.home-section-anchors .anchor-item::before {
		content:none;
	}

	span.anchor-inner { max-height: 100px; width: 100%;}

	span.anchor-inner:before {
		content: ' ';
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		margin: auto;
		height: 50px;
		width: 50px;
		margin-bottom: 5px;
	}
	span.anchor-inner:after {
		content: ' ';
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		height: 50px;
		width: 50px;
		background-image: url(../images/anchor-arrow-down.svg);
		margin: auto;
		margin-top: 20px;
	}
	a.anchor-item:hover > span.anchor-inner {
		margin-top: -45px;
		transition: .3s ease;
	}
	a.anchor-item:hover > span.anchor-inner:before {
		margin-bottom: 20px;
		margin-top: -20px;
		transition: .3s ease;
	}
	a.anchor-item:hover > span.anchor-inner:after {
		margin-top: 0;
		transition: .3s ease;
	}
}
@media(min-width: 1080px) and (max-width: 1199px){
	a.anchor-item-newsletter:hover >  span.anchor-inner {
		margin-top: -70px;
		transition: .3s ease;
	}
}


/* END HOME ANCHORS */


/* HOME SOCIAL SECTION */
.home-section-social {
	background-color: #0E2555;
    padding: 20px;
}
.social-button {
    background-color: #219677;
    border-radius: 3px;
    font-weight: bold;
    width: 270px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 19px;
	font-weight: bold;
    font-family: 'Roboto';
    color: white !important;
}
.social-button:hover {
	background-color: #1c8065;
	text-decoration: none;
}

.social-section {
	max-width: 1600px;
	margin: 0 auto;
	border-radius: 3px;
}
.social-intro-header {
	display: inline-flex;
	position: relative;
	z-index: 2;
}
.social-intro-header h2 {
	padding-left: 20px;
}
.social-block.social-intro:after {
    background: transparent linear-gradient(90deg, #0E2555 1%, #0E255500 10%, #0E255500 80%, #0E2555 100%) 0% 0% no-repeat padding-box;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    display: block;
}
.social-block.social-intro {
    display: none;
    flex-direction: column;
	background-image: url(../images/bg-social.jpg);
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}
.social-block {
	position: relative;
}
img.portait {
    border-radius: 50%;
    width: 125px;
    border: 2px solid white;
	margin-bottom: 20px;
}
.social-intro h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
	margin-bottom: 20px;
	z-index: 1;
	line-height: 1;
}
.social-intro .light {
	font-weight: 300;
	display: block;
}
.social-intro p {
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	z-index: 1;
}
.about-jake.home-button-news {
	margin-bottom: 10px !important;
}
.home-button-fb {
	background-color: #406EEA;
    border-radius: 3px;
    font-weight: bold;
    width: 170px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto';
    color: white !important;
}
.home-button-twitter {
	background-color: #009BFC;
    border-radius: 3px;
    font-weight: bold;
    width: 158px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto';
    color: white !important;
}
.about-jake.home-button-news { width: 246px; }
.about-jake .home-button-news:hover { background: #a30202; color: #fff; }
.home-button-fb:hover { background: #3154b3; color: #fff; text-decoration: none; }
.home-button-twitter:hover { background: #0373b9; color: #fff; text-decoration: none; }
.social-link {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	text-indent: -9999px;
	width: 30px;
	margin-right: 20px;
	background-color: transparent;
}
.email-button-wrapper .social-icon {
	background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin-right: 0;
    min-height: 20px;
    min-width: 30px;
    text-indent: -9999px;
}
.email-button-wrapper .icon-fb {background-image: url(../images/social_facebook.png);}
.email-button-wrapper .icon-twitter {background-image: url(../images/social_twitter.png);}

.social-link:hover {
	filter: brightness(150);
}
.social-link-facebook {
	background-image: url('../images/social_facebook.png');
}

.social-link-twitter {
	background-image: url('../images/social_twitter.png');
}
.social-link-youtube {
	background-image: url('../images/social_youtube.png');
}

.social-block + .social-block { margin-top: 100px; }

.elf {
	padding: 0;
	margin-top: 100px;
}

.elf1::before, .elf2::before {
	left: 0;
	right: 0;
	height: 80px;
	top: -70px;
	background-color: #01447F;
	position: absolute;
	color: white;
	border-radius: 3px;
	text-align: center;
	padding-top: 24px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 24px;
	text-transform: uppercase;
}
.elf1::before {
	content: "FACEBOOK UPDATES";
}
.elf2::before {
	content: "TWITTER UPDATES";
}

@media(min-width: 768px) {
	.elf + .elf { padding-left: 20px; }
}

@media (min-width: 1080px) {
	.home-section-social { padding: 60px 40px;  position: relative; z-index: 1; }
	.social-section {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin: 0 auto;
		max-width: 1600px;
		background-color: #0E2555;
	}

	.social-inner {
		display: flex;
	}
	.social-block {
		flex-basis: 50%;
	}
	.social-block + .social-block {
		margin-left: 20px;
		margin-top: 70px;
	}
	.elf {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.home-section-social { padding: 0; background: #fff; }
	.social-section { margin: 0 40px; padding: 60px 40px; position: relative; }
	.social-block.social-intro { display: flex; }
	.home-section.hone-section-social {	position: relative;	}
	.home-section-social:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		height: 450px;
		background: #081121;
		width: 100%;
	}
}

@media (min-width: 1600px) {
	.social-section{ margin: auto; }
}

/* HOME VOTES */

#home-votes h2 {
    text-align: center;
    background: #fff;
	padding: 30px 0;
	font-size: 40px;
	text-transform: uppercase;
}
#home-votes .blocks {
	display: flex;
	flex-direction: column;
	padding: 0 20px;
    background: #fff;
}
#home-votes .block {
	background: white;
	flex-grow: 1;
	line-height: 1;
	text-align: center;
}
#home-votes .block a { 	padding: 20px 0; color: #244559; display: block;}
#home-votes .block + .block {
    border-top: 1px solid #c4c4c4;
}
#home-votes .block .key {
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 3px;
}
#home-votes .block .value {
	display: block;
	font-size: 24px;
	font-weight: 900;
	white-space: nowrap;
}
#home-votes .block .key-inline {
	font-size: 14px;
	font-weight: 300;
}
#home-votes .block .date .value {
	font-size: 14px;
	font-weight: 400;
}
#home-votes .block .value-inline {
	display: inline;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
}
.value-inline a {
	padding-right: 10px;
}
.rollcall {
    margin-right: 7px;
}
#home-votes .bill-title .value-wrap {
	display: block;
	font-size: 22px;
	font-weight: bold;
}
#home-votes .block .date { 
	margin-bottom: 10px; 
	text-transform: uppercase;
	font-size: 14px;
}
#home-votes .block .date .key { display: none; }

#home-votes .block .voted { 
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#home-votes .block .bill { margin-bottom: 10px; }
#home-votes .block .bill-title { padding-bottom: 20px; }
#home-votes .block .rollcall .value { font-weight: 900; }
#home-votes .block .rollcall .value a { color: inherit; }
#home-votes .block .vote .value { text-transform: uppercase; }
.voted-yea .value-inline { color: #509A69; }
.voted-nay .value-inline { color: #650000; }
#home-votes .block:hover { background-color: #0E2555; }
#home-votes .block:hover > a { color: #fff; text-decoration: none; }
#home-votes .block:hover .value-inline { color: #fff; }

@media(min-width: 1080px){
	#home-votes { padding: 40px 20px; background-color: #fff;} 
	#home-votes .blocks { flex-direction: row; padding: 0; }
	#home-votes .block { flex-basis: 20%; }
	#home-votes .block a { padding: 20px; }
	#home-votes .block + .block {
		border-top: 0;
		border-left: 1px solid #c4c4c4;
	}
	#home-votes .block .bill-title { min-height: 65px; }
}

/* END HOME VOTES */

/* HOME LATEST UPDATES */
.home-section-latest-updates {
	background-image: url(../images/bg-latest-updates.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.latest-updates .updates-inner h2 {
	text-align: center;
    background: none;
    border: none;
    color: #081121;
	font-size: 40px;
	padding: 40px 0 30px 0;
}
.latest-updates article .post-title, .latest-updates article .date {
	font-size: 20px;
    font-weight: 900;
	color: #0E2555;
}
.latest-updates article .datetime {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #D5030B;
}
.latest-updates article .post-title {
	padding-top: 10px;
}
.latest-updates .updates-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.latest-updates .pagegroup-title {
    padding-bottom: 0rem;
}
.latest-updates .updates-inner .update-item>img {
    display: none;
}
.latest-updates .updates-inner article {
    background: none;
    position: unset;
    align-items: center;
}
.latest-updates .updates-inner .update-item {
    width: 100%;
    text-align: center;
}
.update-item a {
    padding: 0 20px 20px 20px;
    display: block;
	font-weight: bold;
}
.update-item a:hover { color: #0d3a9b; text-decoration: none;}
.update-item:hover { background-color: #fff; transition: .2s ease; }
.latest-updates .updates-inner article footer {
    display: none;
}
.latest-updates .section.updates-inner {
    padding: 40px 60px;
}
.latest-updates .update-item + .update-item {
    border-top: 2px solid #c4c4c4;
}
.latest-updates .updates-inner article h1 a {
    color: #116FC1;
    font-size: 20px;
    font-family: 'Roboto' , sans-serif;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: .5rem;
}
.latest-updates .date {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    color: #222C36;
    font-weight: 400;
}
.latest-updates .updates-inner article .post-teaser {
    display: block;
    color: #222C36;
    font-size: 16px;
    font-family: 'Roboto' , sans-serif;
    flex-shrink: 15;
}
.latest-updates .update-item article {position: relative;}
.latest-updates .update-item article {position: relative;}
.latest-read-more { display: none; }
@media(min-width:768px){
	.home-section-latest-updates { padding: 20px;}
    .updates-inner article header {
        margin-bottom: 20px;
    }
    .updates-inner .updates-row::before {
        content: none;
    }
    .latest-updates .update-item + .update-item {
        border-left: 2px solid #c4c4c4; border-top: none;
    }
    .latest-updates .update-item:nth-of-type(3) {
        border-left: none;
    }
    .latest-updates .pagegroup-title {
        padding-bottom: 4rem;
    }
    .latest-updates .updates-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 10px;
    }
}

@media(min-width: 1200px){
	.home-section-latest-updates { padding: 20px 40px 80px 40px; padding-bottom: 450px; }
    .latest-updates .update-item:nth-of-type(3) {
        border-left: 2px solid #c4c4c4;
    }
    .latest-updates .section.updates-inner {
        padding: 40px 0;
        max-width: 1400px;
    }
    .latest-updates .updates-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
    }
    .latest-updates .update-item article {
        justify-content: flex-start;
    }
	.latest-updates .updates-inner article footer { display: block;}
}

/* END HOME LATEST UPDATES */

/* HOME SERVICES */
/* Intro section */
.services-section {
	background-color: #0E2555;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	padding:0 !important;
	border-radius: 3px;
}
.services-block.services-intro {
    display: none;
    flex-direction: column;
}
.services-block.services-buttons {
	background: url('../images/bg-services.jpg');
}

.services-block { position: relative;}
img.portait {
    border-radius: 50%;
    width: 125px;
    border: 2px solid white;
	margin-bottom: 20px;
}
@media(min-width: 1200px) and (max-width: 1235px){
	img.portait { display: none;}
	.social-intro h2 { padding-left: 0;}
}
.services-intro h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
	margin-bottom: 20px;
}
.services-intro .light {
	font-weight: 300;
	display: block;
}
.services-intro p {
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
}

.email-button-wrapper {
	position: relative;
    z-index: 2;
}
a.services-about-link, a.services-about-link:visited, a.services-about-link:active {
	color: #FEDA5E;
	text-decoration: underline;
}
a.services-about-link:focus, a.services-about-link:hover {
	color: #FEDA5E;
	text-decoration: underline;
}
.about-jake {
	background-color: #CE0000;
    border-radius: 3px;
    font-weight: bold;
    width: 220px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto';
    color: white !important;
}
.about-jake:hover {
	background-color: #B70000;
	color: #f2f2f2;
	text-decoration: none;
}
.social-link {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	text-indent: -9999px;
	width: 30px;
	margin-right: 20px;
	background-color: transparent;
}


/* Service Buttons */
.action-block-outer { 
	padding: 40px 0;
	background: url(../images/bg-services.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.action-block-outer h2{
    color: #fff;
	font-size: 40px;
	padding: 20px 0;
	padding-bottom: 30px;
	text-align: center;
}
.action-block-inner {
    display: flex;
    flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
	justify-content: center;
	position: relative;
}

a.action-block-item {
    flex-basis: calc(50% - 5px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.services-icon {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
	margin-bottom: 10px;
}
.icon-passport{
	background: url(../images/icon-passport.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-email{
	background: url(../images/icon-email.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-medicare{
	background: url(../images/icon-medicare.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-flag{
	background: url(../images/icon-flag.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-students{
	background: url(../images/icon-students.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-veterans{
	background: url(../images/icon-veterans.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.service-text {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 24px;
    font-weight: bold;
}

@media(min-width: 1080px){
	.services-inner { display: flex; position: relative; background-color: #0E2555;}
	.services-block.services-intro{
		display: flex;
		flex-basis: 40%;
		padding-bottom: 60px;
		position: relative;
	}
	.intro-top {
		width: 100%;
		min-height: 400px;
		background: url(../images/bg-about.jpg);
		background-size: 100%;
		background-position: left top;
		background-repeat: no-repeat;
		max-width: 540px;
	}
	.services-intro .intro-content { padding: 0 40px; margin-top: -190px;	}
	.services-intro .intro-content h2 { font-size: 50px; line-height: 1;	}
	.action-block-outer { flex-basis: 60%; padding: 80px 0; position: relative;}
	a.action-block-item { padding: 40px ;}

	.action-block-inner { border-left: 1px solid #c4c4c440; }
	.service-text { font-size: 30px; line-height: 1.25;}
	.action-block-outer h2 {padding-bottom: 40px; position: relative;}
	.action-block-outer:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(90deg, #0E2555 1%, #0E255580 15%, #0E255500 30%);
	}
	.services-intro .email-button-wrapper {
		padding-left: 60px;
	}
}
a.action-block-item:hover {
	background: #D5030B;
	color: #fff;
	text-decoration: none;
}
@media(min-width: 1200px) {
	.home-section.home-section-services {
		margin: 0 40px;
		position: relative;
		margin-top: -380px;
	}
	.services-intro .intro-content { margin-top: -180px; padding: 0 60px;}
}
@media(min-width: 1400px) {
	.action-block-outer { flex-basis: 70%; }
	a.action-block-item { flex-basis: calc(33.33% - 14px); padding: 60px 40px;}
	.action-block-inner {
		column-gap: 20px;
		row-gap: 60px;
		padding: 0 20px;
	}
	.services-intro .intro-content { margin-top: -110px;	}
}
/* END HOME SERVICES */


/* HOME OFFICE LOCATIONS */

/* map and office grid */
.map-section { display: none; }

.offices-section {
	display: block;
	background: white;
	background-image: url(../images/bg-office-locations.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 0 20px;
 }
 .offices-inner {
    display: block;
	text-align: center;
	padding: 80px 0;
	padding-bottom: 120px;
}
@media(min-width: 1200px){
	.offices-section { padding: 0 40px; }
}
@media(min-width: 1200px){
	.offices-section { padding-top: 400px; margin-top: -380px;}
}
@media(min-width: 1400px){
	.offices-section { margin-top: -380px;}
}

/* NEWSLETTER SIGNUP */

.newsletter-signup-section {
	margin: 0 auto;
	position: relative;
	background-color: transparent;
	padding: 0;
	padding-bottom: 80px;
    border-bottom: 1px solid #ffffff80;
}
.signup-align {	position: relative; }
.signup-star {
	width: 100px;
	height: auto;
	position: relative;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
span.signup-text-2 {
	display: block;
    font-size: 30px;
    font-style: italic;
    color: #fff;
	margin-bottom: 15px;
}
span.signup-text {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	font-size: 36px;
	margin-bottom: 15px;
	flex-basis: 100%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
}
#newsletter-signup div.signup-title > div:nth-child(1) { padding-bottom: 10px; }
.module#newsletter-signup .signup-input { margin-bottom: 15px; }
.module#newsletter-signup .signup-input input {
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.module#newsletter-signup .signup-button input {
	text-align: center;
	background-image: url(../images/icon-subscribe.svg);
	background-position: left 40px center;
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-right: 40px;
}
@media (min-width:641px) {
	.module#newsletter-signup .signup-input {
		display: inline-block;
		width: 66%;
		margin-bottom: 0;
	}
	.module#newsletter-signup .signup-button {
		display: inline-block;
		width: 33%;
	}
}

#newsletter-signup form {
	position: relative;
	z-index: 9999;
}
#newsletter-signup {
	display: block;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	color: #1E4F87;
	font-family: 'Roboto Condensed', sans-serif !important;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: cover;
	align-items: center;
	justify-content: center;
}
#newsletter-signup .inner form .signup-align {
	max-width: 750px;
	margin: 0 auto;
}
#newsletter-signup .inner form .signup-align .signup-input {
	color: #3B3C3C;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 22px;
	flex-grow: 2;
}
.signup-button { text-align: center; }
#newsletter-signup .inner form .signup-align .signup-button input {
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	background-color: #155AB5;
	border: 1px solid #155AB5;
	border-radius: 3px;
	flex-shrink: 2;
	flex-grow: 0;
	margin-left: 15px;
	font-size: 22px;
}
#newsletter-signup .inner form .signup-align .signup-button input:hover {
	background-color: #11458b;
	transition: .2s ease;
}
#newsletter-signup .inner form {
	padding: 0;
}

#newsletter-signup .inner form .signup-align .signup-button input {
	height: 60px;
	margin-top: 0;
}

#newsletter-signup .inner form .signup-align .signup-button {
	padding-left: 0;
	width: unset;
}

#newsletter-signup .inner form .signup-align .signup-input input {
	font-size: 20px;
	border-radius: 3px;
	border: 1px solid #232D32;
}


.module#newsletter-signup .signup-title em {
	font-size: 20px;
	margin-top: 5px;
}

#newsletter-signup .inner form .signup-align {
	align-items: flex-start;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

@media(min-width: 1300px) {
	#newsletter-signup .inner form .signup-align .signup-title {
		font-size: 40px;
	}
}

@media(min-width: 1500px) {
	#newsletter-signup .inner form .signup-align .signup-title {
		font-size: 40px;
	}
}
/* END HOME NEWSLETTER */

@media(min-width: 1080px) {
	.map-section { display: flex; padding: 80px 0; border-bottom: 1px solid #ffffff80; }
	.map-grid {
		display: flex;
		justify-content: center;
		column-gap: 20px;
		align-items: flex-start;
	}
	.office-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-gap: 10px;
		flex-basis: 50%;
	}
	.office-box p {
		color: #fff;
		margin-bottom: 7px;
	}
	.office-box .office-head {
		margin-bottom: 10px;
		font-family: 'Roboto Condensed', sans-serif !important;
		font-weight: bold;
	color: #fff;
	}
	.map-outer {
		display: none;
	}
	.office-box {
		padding: 25px 20px;
		padding-bottom: 0;
	}
	.map-img {
		margin-left: auto;
		max-width: 100%;
	}
	.map-outer {
		display: block;
		flex-basis: 50%;
	}
	.office-box { text-align: left; }
	.underscore{
		display: block;
		width: 55px;
		height: 2px;
		background-color: #D5030B;
		margin: 15px 0;
	}
	.office-box .about-jake {
		height: 50px;
		width: 145px;
	}
}
@media(min-width: 1300px) {
  .office-box { max-width: 80%;}
  .map-grid {
    column-gap: 60px;
    max-width: 1600px;
    margin: 0 auto;
  }
  .office-box {
	padding: 0;
}
.office-grid {
  	grid-gap: 20px;
  }
}





.is-home .page-footer { 
	position: absolute;
	bottom: 25px;
	right: 0;
	left: 0;
}