body.page_home {
	background: #fff !important;
	background-size: auto;
}
.page_home .main-inner {
	background-color: white;
}
.page_home .main-inner {
    max-width: unset;
}
.page_home .pagegroup {
	margin-bottom: 0;
	box-shadow: unset;
}
.social-section, .latest-updates, .services-section, .services-about-pete, #newsletter-signup, .offices-inner {
	max-width: 1600px;
	margin: 0 auto;
}

/* HOME TOP */
.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;
	}
}
/* .home-top-bg {
	height: 500px;
	background: url('../images/header-home.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.home-top-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;
} */
.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-17th-district {
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 2px 2px 6px #00000080;
	text-transform: uppercase;
	padding-left: 20px;
}
.home-action-btns {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
	gap: 25px;
}
a.home-action-btn {
	color: white;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
	font-size: 18px;
	border-radius: 3px;
	height: 60px;
    display: flex;
    align-items: center;
    padding: 0 15px;
	justify-content: center;
	text-transform: uppercase;
}
.walk-btn {
	background: #C91B1E;
}
.contact-btn {
	background: #193F70;
	width: fit-content;
}
.walk-btn:hover {
	background: #C91B1E;
	text-decoration: none;
}
.contact-btn:hover {
	background: #193F70;
	width: fit-content;
	text-decoration: none;
}

@media(min-width: 540px) {
	.home-17th-district {
		font-size: 38px;
	}
}
@media(min-width: 640px) {
	.home-17th-district {
		font-size: 40px;
	}
}
@media(min-width: 768px) {
	.home-17th-district {
		font-size: 42px;
	}
	a.home-action-btn {
		font-size: 24px;
		padding: 0 25px;
	}
}
@media(min-width: 992px) {
	.home-17th-district {
		font-size: 50px;
	}
}
@media(min-width: 1080px) {
	/* .home-top-bg {
		height: 850px;
	}
	.home-top-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;
	} */
	.home-hero {
		padding-bottom: 200px;
		justify-content: flex-end;
	}
	.home-17th-district {
		font-size: 56px;
		padding-left: 40px;
	}
	.home-action-btns {
		padding-left: 40px;
	}
}
@media(min-width: 1680px){
	.home-hero {
		padding-bottom: 200px;
	}
	.home-17th-district {
		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;
	align-items: center;
}
.home-section-anchors .anchor-item {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	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 {
	display: none;
}
.anchor-icon {
	padding-right: 20px;
}
.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 {
		font-size: 22px;
		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: -120px;
		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 {
		font-size: 20px;
		min-height: 100px;
		flex-basis: 20%;
		flex-direction: column;
		overflow: hidden;
		max-height: 100px;
		padding-top: 0;
	}
	.home-section-anchors .anchor-item::before {
		content: ' ';
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		margin-right: 0px;
		height: 50px;
		width: 50px;
	}
	.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 40%, #08112180 70%, transparent 100%);
		margin: auto;
	}
	.home-section-anchors .anchor-item::before {
		content:none;
	}
	span.anchor-inner {
		max-height: 100px;
		width: 100%;
	}
	.anchor-icon {
		padding-bottom: 15px;
		font-size: 32px;
		padding-right: unset;
	}
}
/* END HOME ANCHORS */

/* HOME SOCIAL SECTION */
.home-section-social {
	background: url(../images/bg-social.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.social-section {
	margin: 0;
	padding: 0 20px;
	max-width: 1600px;
	margin: 0 auto;
}
.elf {
	padding: 0;
	margin-top: 100px;
}
.home-section-social h2 {
	color: white;
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
	text-align: center;
	font-family: 'Lato', sans-serif !important;
	text-transform: uppercase;
	margin-bottom: 50px;
	padding-top: 50px;
}
.eapps-twitter-feed-inner {
	border-radius: 0;
}
/* ELF TOP TABS */
.eapps-facebook-feed-inner {
	border: 1px solid #ccc;
	box-shadow: 5px 5px 10px #ccc;
}
.eapps-twitter-feed-inner {
	border-radius: 15px;
	box-shadow: 5px 5px 15px #ccc;
}
.elf1::before {
	content: "FACEBOOK UPDATES";
	left: 0;
	right: 0;
	height: 80px;
	top: -55px;
	background-color: #1C3860;
	position: absolute;
	color: white;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	font-family: 'Lato', sans-serif !important;
	font-size: 28px;
}
.elf2::before {
	content: "TWITTER UPDATES";
	left: 0;
	right: 0;
	height: 80px;
	top: -55px;
	background-color: #1C3860;
	position: absolute;
	color: white;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	font-family: 'Lato', sans-serif !important;
	font-size: 28px;
}
.elf3::before {
	content: "INSTAGRAM UPDATES";
	left: 0;
	right: 0;
	height: 80px;
	top: -55px;
	background-color: #1C3860;
	position: absolute;
	color: white;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	font-family: 'Lato', sans-serif !important;
	font-size: 28px;
}

@media (min-width: 992px) {
	.efl1, .elf2, .elf3 {
		padding-bottom: 20px;
	}
	.elf1::before {
		font-size: 24px;
	}
	.elf2::before ,
	.elf3::before {
		left: 20px;
		font-size: 24px;
	}
	.elf + .elf {
		padding-left: 20px;
	}
}
@media(min-width: 1080px) {
	.home-section-social h2 {
		padding: 50px 0;
	}
	.elf1::before, .elf2::before, .elf3::before {
		font-size: 28px;
	}
}
@media(min-width: 1200px) {
	.home-section-social .social-inner {
		max-width: 1600px;
		padding: 100px 0;
		padding-top: 100px;
		margin: 0 auto;
	}
	.home-section-social h2 {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 100px;
	}
}
@media(min-width: 1700px) {
	.home-section-social .social-inner {
		padding: 100px 0;
		padding-top: 100px;
	}
	.social-section {
		padding: 0;
	}
}
@media(min-width: 1080px) {
	.social-section {
		/* margin-top: 150px; */
	}
	.elf {
		margin-top: 0;
	}
}
/* END HOME SOCIAL SECTION */

/* HOME VOTES */
#home-votes {
	background-color: #E9ECEF;
	padding-bottom: 50px;
}
#home-votes .inner {
    max-width: 1600px;
    margin: auto;
}
#home-votes .votes-header {
    text-align: center;
	padding: 100px 0 40px 0;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
#home-votes .blocks {
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}
#home-votes .block {
	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: #193F70;
	border-radius: 3px;
}
#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; */
		padding-bottom: 100px;
		background-color: #E9ECEF;
	}
	#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;
	}
}
@media(min-width: 1400px){
	#home-votes {
		padding-top: 350px;
		margin-top: -350px;
	}
	#home-votes h2 {
		padding: 100px 0 25px 0;
	}
}
/* END HOME VOTES */

/* HOME LATEST UPDATES */
.home-section-latest-updates {
	background-color: white;
}
.latest-updates .updates-inner h2 {
	text-align: center;
    background: none;
    border: none;
    color: #081121;
	font-size: 40px;
	font-weight: 300;
	padding: 40px 0 30px 0;
}
.latest-updates article .post-title, .latest-updates article .date {
	font-family: 'Roboto', sans-serif;
	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: 400;
}
.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-read-more {
	display: none;
}
.update-item a.updates-more {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
@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: 60px 40px 80px 40px;
	}
    .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 */
/* Bio */
.services-about-pete {
	position: relative;
}
.about-pete-wrapper {
	margin-top: 50px;
}
.about-pete-img {
	display: none;
}
.about-pete-bg {
	margin: 50px 40px 0px;
	background-image: url(../images/bg-about-pete-2.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	border-radius: 3px;
}
.about-pete-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent linear-gradient(180deg, #0D213C00 0%, #0D213C00 50%, #0D213C99 74%, #0D213C 100%) 0% 0% no-repeat padding-box;
	margin: 0 40px;
}
.about-pete-header, .about-pete-text, .about-pete-btn {
	max-width: 70%;
	color: white;
	margin-left: 15%;
	position: relative;
    z-index: 999;
	line-height: 1.5;
}
#about-pete-underscore.underscore {
	margin-top: 0;
	margin-bottom: 25px;
	margin-left: 15%;
	margin-right: 0;
}
a.about-pete-btn {
	background-color: #C91B1E;
	padding: 20px 30px;
	margin-top: 25px;
	font: normal normal bold 18px/30px Lato;
	text-transform: uppercase;
	margin-bottom: 75px;
}
a.about-pete-btn:hover {
	background-color: #8a1315;
}
.about-pete-header {
	padding-top: 75px;
	padding-bottom: 25px;
	font: normal normal 300 40px/48px Lato;
	text-transform: uppercase;
}
.about-pete-text {
	font-size: 20px;
	font-weight: 400;
}

@media(min-width: 1405px){
	.about-pete-header {
		padding-top: 100px;
	}
	a.about-pete-btn {
		margin-bottom: 100px;
	}
}
@media(min-width: 1080px){
	.about-pete-wrapper {
		margin-top: 100px;
	}
	.about-pete-img {
		display: block;
		float: right;
		position: absolute;
		bottom: 0;
		right: 10%;
	}
	.about-pete-header, .about-pete-text, .about-pete-btn {
		max-width: 31%;
	}
}
@media(min-width: 1080px){
	.about-pete-bg {
		margin: 100px 40px 0px;
	}
}
@media(min-width: 1200px){
	.about-pete-img {
		right: 15%;
	}
}
/* Service Buttons */
.action-block-outer {
	background: #081424;
    max-width: 1520px;
    margin-right: 40px;
    margin-left: 40px;
	margin-bottom: 50px;
	border-radius: 0px 0px 3px 3px;
}
.action-block-inner {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
a.action-block-item {
    flex-basis: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.services-icon {
    position: relative;
    display: block;
    width: 40px;
    height: 32px;
	margin-bottom: 10px;
}
.icon-passport {
	background: url(../images/icon-passport.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-email {
	background: url(../images/icon-comp.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-veteran.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.service-text {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 17px;
    font-weight: 400;
}
a.action-block-item:hover {
	background: #0d2047;
	color: #fff;
	text-decoration: none;
}

@media(min-width: 768px){
	a.action-block-item {
		flex-basis: 33.33%;
	}
	.service-text {
		font-size: 20px;
	}
}
@media(min-width: 1080px){
	.action-block-outer {
		position: relative;
	}
	a.action-block-item {
		padding: 40px ;
	}
	.service-text {
		font-size: 20px;
		line-height: 1.25;
	}
}
@media(min-width: 1200px) {
	.home-section.home-section-services {
		margin: 0 40px;
		position: relative;
	}
}
@media(min-width: 1400px) {
	a.action-block-item {
		flex-basis: 16.66%;
		padding: 25px 40px;
		border-right: 1px solid #323232;
	}
	a.action-block-item:last-of-type {
		border-right: unset;
	}
}
@media(min-width: 1620px){
	.action-block-outer {
		margin-right: 0px;
		margin-left: 0px;
		width: 100%;
		margin: 0 auto;
	}
}
/* END HOME SERVICES */

/* NEWSLETTER SIGNUP */
.newsletter-signup-section {
	margin: 0 auto;
	position: relative;
	background-color: transparent;
	padding: 0;
	padding-bottom: 80px;
    border-bottom: 1px solid #193F70;
}
#newsletter-signup {
	display: block;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	color: #1E4F87;
	font-family: 'Lato', sans-serif !important;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: cover;
	align-items: center;
	justify-content: center;
}
.signup-star {
	width: 100px;
	height: auto;
	position: relative;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
span.signup-text-2 {
	display: block;
    font-size: 32px;
    font-style: italic;
    color: #fff;
	margin-bottom: 15px;
}
span.signup-text {
	display: block;
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 40px;
	margin-bottom: 50px;
	flex-basis: 100%;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
}
#newsletter-signup div.signup-title > div:nth-child(1) {
	padding-bottom: 10px;
}
/* Signup Form */
#newsletter-signup form {
	position: relative;
	padding: 0;
	z-index: 9999;
}
#newsletter-signup .inner form .signup-align {
	position: relative;
	max-width: 750px;
	margin: 0 auto;

	align-items: flex-start;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.module#newsletter-signup .signup-title em {
	font-size: 20px;
	margin-top: 5px;
}
#newsletter-signup .inner form .signup-align .signup-input {
	color: #3B3C3C;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 22px;
	flex-grow: 2;
}
#newsletter-signup .inner form .signup-align .signup-input input {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	border-radius: 3px;
	border: 1px solid #232D32;
}
#newsletter-signup .inner form .signup-align .signup-button {
	text-align: center; 
	padding-left: 0;
	width: unset;
}
#newsletter-signup .inner form .signup-align .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;

	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	background-color: #193F70;
	border: 1px solid #193F70;
	border-radius: 3px;
	flex-shrink: 2;
	flex-grow: 0;
	margin-left: 15px;
	font-size: 22px;

	height: 60px;
	margin-top: 0;
}
#newsletter-signup .inner form .signup-align .signup-button input:hover {
	background-color: #0D213C;
	transition: .2s ease;
}

@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%;
	}
}
@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 */

/* HOME OFFICE LOCATIONS */
.is-home .offices-section-subpage {
	display: none;
}
.map-outer {
	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;
 }
 .offices-overlay {
	 background: transparent linear-gradient(180deg, #081424 0%, #081424BF 51%, #081424 100%) 0% 0% no-repeat padding-box;
	 padding: 0 20px;
 }
 .offices-inner {
    display: block;
	text-align: center;
	padding: 100px 0 80px 0;
	padding-bottom: 120px;
}
.offices-header {
	font: normal normal 300 40px/48px Lato;
	text-transform: uppercase;
	text-align: left;
	margin-top: 50px;
	color: white;
	text-align: center;
    padding-bottom: 20px;
}
.office-box {
	margin-bottom: 40px;
}
.office-box .office-head {
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif !important;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.office-box p {
	color: #fff;
	margin-bottom: 7px;
	font-size: 18px;
}
.new-office-img {
	display: none;
}
a.new-office-link {
	font-size: 18px;
	font-weight: bold;
	color: white;
}
a.new-office-link:hover, a.new-office-link:active {
	text-decoration: none;
}

@media(min-width: 1080px) {
	.offices-header {
		text-align: left;
		padding-bottom: 0;
		margin-top: 100px;
		margin-left: 40px;
		margin-right: 40px;
	}
	.map-section {
		display: flex;
		padding: 80px 0;
		border-bottom: 1px solid #193F70;
		margin: 0 40px;
	}
	.map-outer {
		display: block;
	}
	.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 {
		margin-bottom: 0px;
	}
	.map-outer {
		display: none;
	}
	.office-box {
		padding: 25px 20px;
		padding-bottom: 0;
	}
	.new-office-img {
		display: block;
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
	.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-pete {
		height: 50px;
		width: 145px;
	}
}
@media(min-width: 1200px) {
	.offices-overlay {
		padding: 0 40px;
	}
}
@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;
	}
}
@media(min-width: 1600px) {
	.offices-header {
		margin-left: unset;
		margin-right: unset;
	}
	.map-section {
		margin: 0;
	}
}
/* END HOME OFFICE LOCATIONS */

/* HOME FOOTER */
.is-home .page-footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
@media(min-width: 1080px) {
	.is-home .page-footer {
		bottom: 25px;
	}
}
/* END HOME FOOTER */

