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-daniel, #newsletter-signup, .offices-inner {
	max-width: 1600px;
	margin: 0 auto;
}

/* HOME TOP */
.home-top-bg video {
	display: none;
}
.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 50%) 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-top-bg { height: 850px;}
	.home-top-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-top-bg:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(90deg, #081121, #08112180 15%, #08112100 40%);
		z-index: 1;
	}
}
.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-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: #BF0A30;
}
.contact-btn {
	background: #18416A;
	width: fit-content;
}
.walk-btn:hover {
	background: #BF0A30;
	text-decoration: none;
}
.contact-btn:hover {
	background: #18416A;
	width: fit-content;
	text-decoration: none;
}

@media(min-width: 540px) {
	.home-district {
		font-size: 38px;
	}
}
@media(min-width: 640px) {
	.home-district {
		font-size: 40px;
	}
}
@media(min-width: 768px) {
	.home-district {
		font-size: 42px;
	}
	a.home-action-btn {
		font-size: 24px;
		padding: 0 25px;
	}
}
@media(min-width: 992px) {
	.home-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 15%, #08112100 40%);
		z-index: 1;
	}
	.home-hero {
		padding-bottom: 200px;
		justify-content: flex-end;
	}
	.home-district {
		font-size: 56px;
		padding-left: 40px;
	}
	.home-action-btns {
		padding-left: 40px;
	}
}
@media(min-width: 1680px){
	.home-hero {
		padding-bottom: 200px;
	}
	.home-district {
		padding-left: 10px;
	}
	.home-action-btns {
		padding-left: 10px;
	}
}

/* HOME SOCIAL SECTION */
.home-section-social {
	background-color: #202834;
	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;
}

@media (min-width: 992px) {
	.efl1, .elf2 {
		padding-bottom: 20px;
	}
	.elf1::before {
		font-size: 24px;
	}
	.elf2::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 {
		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 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: 0px 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: 0px 40px 100px 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-daniel {
	position: relative;
}
.about-daniel-wrapper {
	margin-top: 50px;
}
.about-daniel-img {
	display: none;
}
.about-daniel-bg {
	margin: 50px 40px 0px;
	background-image: url(../images/bg-about-dan.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	border-radius: 3px;
}
.about-daniel-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-daniel-header, .about-daniel-text, .about-daniel-btn {
	max-width: 70%;
	color: white;
	margin-left: 15%;
	position: relative;
    z-index: 999;
}
#about-daniel-underscore.underscore {
	margin-top: 0;
	margin-bottom: 25px;
	margin-left: 15%;
	margin-right: 0;
}
a.about-daniel-btn {
	background-color: #BF0A30;
	padding: 20px 30px;
	margin-top: 25px;
	font: normal normal bold 18px/30px Lato;
	text-transform: uppercase;
	margin-bottom: 75px;
}
a.about-daniel-btn:hover {
	background-color: #8a1315;
}
.about-daniel-header {
	padding-top: 75px;
	padding-bottom: 25px;
	font: normal normal 300 40px/48px Lato;
	text-transform: uppercase;
}
.about-daniel-text {
	font-family: 'Lato';
	font-size: 2rem;
	line-height: 1.5;
}

@media(min-width: 1405px){
	.about-daniel-header {
		padding-top: 100px;
	}
	a.about-daniel-btn {
		margin-bottom: 100px;
	}
}
@media(min-width: 1080px){
	.about-daniel-wrapper {
		margin-top: 100px;
	}
	.about-daniel-img {
		display: block;
		float: right;
		position: absolute;
		bottom: 0;
		right: 10%;
	}
	.about-daniel-header, .about-daniel-text, .about-daniel-btn {
		max-width: 31%;
	}
}
@media(min-width: 1080px){
	.about-daniel-bg {
		margin: 100px 40px 0px;
	}
}
@media(min-width: 1200px){
	.about-daniel-img {
		right: 15%;
	}
}
/* Service Buttons */
.action-block-outer {
	background: #18416A;
    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/email.png);
	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/meetings.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-flag {
	background: url(../images/flag.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-students {
	background: url(../images/intern.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-veterans {
	background: url(../images/services.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-dc {
	background: url(../images/visiting.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.service-text {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 17px;
    font-weight: bold;
	text-transform: uppercase;
}
a.action-block-item:hover {
	background: #202834;
	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: 24px;
		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 */

/* HOME NEWSLETTER */


/* 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, #00000066 0%, #202834 100%) 0% 0% no-repeat padding-box;
 }
 .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;
        line-height: 1.5;
}
.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 #18416A;
		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-img {
		position: relative;
		margin-left: auto;
		max-width: 100%;
		top: -118px;
	}
	.map-outer {
		display: block;
		flex-basis: 50%;
	}
	.office-box {
		text-align: left;
	}
	.underscore {
		display: block;
		width: 55px;
		height: 2px;
		background-color: #BF0A30;
		margin: 15px 0;
	}
	.office-box .about-daniel {
		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 */

/* **NEW SECTIONS** */

/*HOME STATS*/
.home-stats {
    padding-top: 60px;
}
.home-stats .numbers-container .numbers-content {
    display: block;
    max-width: 1600px;
    width: 100%;
    min-height: 600px;
    margin: 0 auto;
    position: relative;
    padding: 0px;
}
.home-stats .numbers-container .numbers-content .text {
    padding: 0 30px;
}
.home-stats .numbers-container .numbers-content .text h1{
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    color: #202834;

}
.home-stats .numbers-container .numbers-content .text p {
    font-size:20px;
    max-width:900px;
    text-align: center;
    margin: 0 auto;
}
.home-stats .numbers-container .numbers-content .number-blocks {
    padding-top: 60px;
}
.home-stats .numbers-container .numbers-content .number-blocks .block {
    padding: 20px;
    margin-bottom: 20px;
    min-height: 230px;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.25);
}
.home-stats .numbers-container .numbers-content .number-blocks .block:last-child {
    border-right: 0px;
}
.home-stats .numbers-container .numbers-content .number-blocks .block h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 20px;
    color: #202834;
}
.home-stats .numbers-container .numbers-content .number-blocks .block h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.home-stats {
	background-color: #fff !important;
}

@media (min-width: 768px){
	.home-stats .numbers-container .numbers-content .number-blocks .block h3 {
		font-size: 42px;
	}
}

@media (min-width: 992px){
.home-stats {
    padding-top: 75px;
    }
}

@media (min-width: 1080px){
	.home-stats {
		padding-top: 50px;
	}
	.home-stats .numbers-container .numbers-content {
		min-height: 425px !important;
	}
}


@media (min-width: 1280px){
	.home-stats .numbers-container .numbers-content .number-blocks .block h3 {
		font-size: 56px;
	}
}
/*END HOME STATS*/

/* PANELS TEST */

/* **PANELS SLIDER** */
/* FROM TEMPLATE */
/* COMPONENTS *//* CORE ELEMENTS *//* TEXT BLOCKS *//* Panels (Slider) */
/* TODO: make .text-items use flex and not have a limit on width */
.element_textblocks .layout_panels-slider {
	overflow: hidden;
	width: 100%;
}
.element_textblocks .layout_panels-slider .text-items {
	left: 0px;
	
	display: block;
	height: 525px;
	margin: 0 auto;
	transition: all 200ms ease;
	transform: translate3d(0px, 0px, 0px);
	width: 9999px;
}
.element_textblocks .layout_panels-slider .text-item {
	background-position: center bottom;
	background-size: contain;
	display: block;
	float: left;
	height: 525px;
	padding: 35px;
	width: 300px;
}
@media (min-width: 768px) {
	.element_textblocks .layout_panels-slider .text-items {
		height: 700px;
	}
	.element_textblocks .layout_panels-slider .text-item {
		height: 700px;
		width: 400px;
		padding: 70px 30px;
	}
}


.panels-slider-next, .panels-slider-prev {
	position: absolute;
	top: 55%;
	z-index: 1;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 160px;
	opacity: .5;
	width: 50px;
}
.panels-slider-next {
	right: 0;
}
.panels-slider-prev {
	left: 0;
}
.panels-slider-next:hover, .panels-slider-prev:hover {
	opacity: 1;
}

.element_textblocks .layout_panels-slider .panels-slider-next {
	background-image: url(../images/panel_slider_arrow_next.png);
}
.element_textblocks .layout_panels-slider .panels-slider-prev {
	background-image: url(../images/panel_slider_arrow_prev.png);
}
/* END FROM TEMPLATE */

/* COMPONENTS *//* TEXT BLOCKS *//* Panels */

.element_textblocks .layout_panels .text-item h1, .element_textblocks .layout_panels .text-item h2, .element_textblocks .layout_panels .text-item h3 {
	color: inherit;
}

.element_textblocks .layout_panels .text-item .btn {
	background-color: #505050;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	padding: 6px 14px;
	border-radius: 3px;
}
.element_textblocks .layout_panels .text-item .btn:hover, .element_textblocks .layout_panels .text-item .btn:focus {
	color: #fff;
}

#home-panels-inner footer {
	text-align: center;
}

/* COMPONENTS *//* TEXT BLOCKS *//* Panels (Slider) */
.panels-slider-carousel {
	background-color: #eee;
}
.panels-slider-carousel-next {
	background-image: url(vendor/_skins/102522/images/panel_slider_arrow_next.png);
}
.panels-slider-carousel-prev {
	background-image: url(vendor/_skins/102522/images/panel_slider_arrow_prev.png);
}

/* HOME - ISSUES SLIDER */
/* TEXT */
.panels-slider-item h1 {
	font-size: 36px;
	line-height: 38px;
	padding-bottom: 20px;
}
.panels-slider-item .body {
	font-size: 18px;
	line-height: 20px;

	padding-bottom: 25px;
}


#home-panels-slider > div {
    padding: 60px 20px 60px 20px;
}
div.text-items.panels-slider-items > article.text-item.panels-slider-item > header {
    margin-top: 60px;
}
#home-panels-inner {
	color: white;

	margin: auto;
	position: relative;

    max-height: 600px;
    max-width: 1520px;
}
#home-panels-inner > div.text-items.panels-slider-items > article.text-item.panels-slider-item.panels-slider-item-01 > header > h1 { font-size: 34px; line-height: 35px; font-weight: 700; margin-top: 230px; }

@media (min-width: 768px) {
    #home-panels-inner > div.text-items.panels-slider-items > article.text-item.panels-slider-item.panels-slider-item-01 > header > h1 {
        margin-top: 220px;
    }
}

#home-panels-inner > div.text-items.panels-slider-items > article.text-item.panels-slider-item.panels-slider-item-01 > div > p { font-size: 34px; font-weight: lighter; }

.element_textblocks .layout_panels-slider .text-items {
    height: 600px;
}
.element_textblocks .layout_panels-slider .text-item {
    height: 600px;
    width: 325px;
    background-size: cover;
    background-position: center;
}
.text-item .panels-slider-item header {
  margin-top: -25px;
}

.element_textblocks .layout_panels-slider .panels-slider-next {
    background-image: url(../images/carousel_arrow_next.png);
    background-color: rgba(0,0,0,0);
}
.element_textblocks .layout_panels-slider .panels-slider-prev {
    background-image: url(../images/carousel_arrow_prev.png);
    background-color: rgba(0,0,0,0);
}

@media only screen and (min-width: 768px) {
    #home-panels-inner > div.text-items.panels-slider-items > article.text-item.panels-slider-item.panels-slider-item-01 > header {
        margin-top: 39px;
    }
    div.text-items.panels-slider-items > article.text-item.panels-slider-item > header {
        margin-top: -35px;
    }
}

@media (min-width: 1400px) {
	#home-panels-slider .pagegroup {
		padding: 100px 60px;
		padding-bottom: 40px;
	}
}

/* **END PANELS SLIDER** */

/* **END NEW SECTIONS** */

/* TEST */

/* Newsletter Popup */
#screenMask-signup-popup{ display: none; background-color: #1f2733f0; width: 100%; height: 250px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1010; } 
#closeIcon{ position: absolute; top: 10px; right: 10px; background: transparent scroll no-repeat left top; height: 40px; width: 40px; cursor: pointer; text-align: center; }

.module#newsletter-signup-popup i.banner-close.fas.fa-times {
    font-size: 30px;
	color: #fff;
}

@media (min-width:641px) {
#screenMask-signup-popup {height: 170px;}
}

.module#newsletter-signup-popup .signup-align {padding-top: 25px; padding-left: 15px;}
.module#newsletter-signup-popup .signup-button input {font-family: lato, sans-serif;}
.module#newsletter-signup-popup .signup-title { margin-bottom: 15px; font-family: lato, sans-serif; font-size: 36px; font-weight: bold; line-height:30px; text-transform: uppercase; flex-basis: 100%; color: #fff; }
.module#newsletter-signup-popup .signup-title em { font-size:20px; line-height:1.5; text-transform: capitalize; font-weight: normal; white-space: nowrap; }
.module#newsletter-signup-popup .signup-input { margin-bottom: 15px; }
.module#newsletter-signup-popup .signup-input input { width: 100%; height:50px; line-height:1.5; }
.module#newsletter-signup-popup .signup-button input { text-align: center; background-position:left 40px center; background-repeat: no-repeat; padding-left:40px; padding-right: 40px; padding-top: 11px; padding-bottom: 11px; background-color: #BF0A30; }
.btn-newsletter-signup { background-color: #BF0A30; }

@media (min-width:641px) {
    .module#newsletter-signup-popup .signup-input { display:inline-block; width:66%; margin-bottom:0; }
    .module#newsletter-signup-popup .signup-button { display:inline-block; width:33%; }
}

    .module#newsletter-signup-popup .signup-button input {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    }

@media (min-width: 768px) {
    .module#newsletter-signup-popup .signup-button input {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    }
}

@media (min-width:992px) {
    .module#newsletter-signup-popup .signup-align { width: 100%; display: flex; padding: 50px; }
    .module#newsletter-signup-popup .signup-align>div { flex: 1; }

    .module#newsletter-signup-popup .signup-title { text-align:right; padding-right:20px; margin-bottom:0; }

    .module#newsletter-signup-popup .signup-title em { display: block;}
    .module#newsletter-signup-popup .signup-button { text-align: left; padding-left:20px; padding-top: 1px; }
}