/* UPDATE TEMP STYLES */
.nav_legislative-work {
	display: none !important;
}

.post-title a, .post-title a:hover {
    color: white;
}

.main-inner #site-sidebar .action-block-item a {
	background-color: rgb(179 13 13 / 85%);
}

.main-inner #site-sidebar .action-block-item a:hover {
    background-color: rgba(179, 13, 13, .99);
}

/* END TEMP STYLES */

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

.lay-home #content #content-inner {
	padding: 0;
	background: none;
	border-top: none;
}

.home-section {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-size: 150%;*/
}
@media (min-width: 768px) {
	.home-section {
		/*background-size: 100%;*/
	}

}

.home-section-contain .home-section-inner {
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
	margin: 20px 0;
}
@media (min-width: 768px) {
	.home-section-contain .home-section-inner {
		margin: 45px 0;
	}
}
@media (min-width: 992px) {
	.home-section-contain .home-section-inner {
	}
}
@media (min-width: 1250px) {
	.home-section-contain .home-section-inner {
		padding: 0;
		max-width: 1250px;
	}
}



.page-home .pagegroup {
	margin: 0;
}
.page-home .pagegroup>* {}
.page-home .group-container-size-fixed>* {
	margin-right: auto;
	margin-left: auto;
	padding: 40px 20px;
}
.page-home .group-container-size-full>* {}
@media (min-width: 768px) {
	.page-home .group-container-size-fixed>* {
		padding: 40px;
	}
}
@media (min-width: 992px) {
	.page-home .group-container-size-fixed>* {
		padding: 60px;
	}
}
@media (min-width: 1200px) {
	.page-home .group-container-size-fixed>* {
		max-width: 1200px;
		padding: 80px 70px;
	}
}

.page-home .pagegroup.bg-gray {
	background-color: #EDEDED;
	box-shadow: inset 0px 1px 0 rgba(60, 60, 60, 0.25);
}

.page-home .lay-home .btn {
	/* border-radius: 20px; */
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 40px;
	padding: 0 2.33em;
	text-transform: none;
	transition: background-color 0.2s, border-color 0.2s;
}
.page-home .lay-home .btn:hover {
	background-color: #B30D0D !important;
}
.page-home .lay-home .btn-compact {
	font-style: italic;
	padding: 0 1.33em;
}
@media (max-width: 399px) {
	.page-home .welcome-card .btn {
		padding: 0 1em;
	}
}
@media (min-width: 768px) {
	.page-home .lay-home .btn {
		/* border-radius: 25px; */
		font-size: 18px;
		line-height: 50px;
	}
	.page-home .lay-home .btn-compact {
		/* border-radius: 20px; */
		line-height: 40px;
	}
}
@media (min-width: 1250px) {
	.page-home .lay-home {
		max-width: 1250px;
		margin: 0 auto;
	}
}

#site-sidebar-services {
	margin-bottom: 45px;
}
@media (min-width:1200px) {
	.home-section-services {
		display: none;
	}
}

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

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

.home-section-featured-size-fixed #feature-carousel .feature-content
{
	background-image: none !important;
	padding-top: 60px;
}

@media (min-width: 768px) {
	.home-section-featured-size-fixed #feature-carousel .feature-item>img {
		width: 80%;
		float: right;
		max-height: 600px;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-content {
		/* background-image: -moz-linear-gradient(left, #071426 0 rgba(255, 255, 255, 0) 50%) !important;
		background-image: -webkit-linear-gradient(left, #071426 0, rgba(255, 255, 255, 0) 50%) !important; */
		background-image: linear-gradient(to right, rgb(7, 20, 38) 0, rgb(7, 20, 38) 30%, rgba(255, 255, 255, 0) 70%) !important;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-item {
		color: #ffffff;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-head h1 a {
		color: #ffffff;
		text-shadow: none;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-head h1 a:hover, .home-section-featured-size-fixed #feature-carousel .feature-head h1 a:focus {
		color: #ffffff;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-content .feature-body {
		text-shadow: none;
	}
}

#feature-carousel {}
#feature-carousel .feature-item {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#feature-carousel .feature-item>img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 900px;
	min-height: 375px;
	/* opacity: .5; */
	width: 100%;
}
.owl-carousel  .owl-item { overflow: hidden; }
#feature-carousel .feature-item>video.bg {
	position: absolute;;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translate(-50%, -50%);
}
#feature-carousel .feature-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-color: transparent;
	box-shadow: inset 0em 0em 200px 50px rgba(0, 0, 0, 0.25);
	padding: 100px 40px 20px;
}
/* TODO: get rid of feature-content in def, feature-head should be enough */
#feature-carousel .feature-content .feature-head {
	margin-bottom: 10px;
}
#feature-carousel .feature-content .feature-head h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	text-shadow: 1px 1px #111;
}
/*#feature-carousel .feature-head h1 a {
	text-transform: uppercase;
}*/
#feature-carousel .feature-head h1 a:hover, #feature-carousel .feature-head h1 a:focus {}

#feature-carousel .feature-content .feature-body {
	display: none;
}

@media (max-width: 767px) {
	#feature-carousel .feature-head h1 a {
		display: block;
		text-align: center;
	}
	#feature-carousel .feature-content {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	#feature-carousel .feature-content .feature-body {}
}
@media (min-width: 768px) {
	#feature-carousel .feature-content {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: stretch;
		
		padding-right: 33%;
		padding-left: 60px;
	}
	#feature-carousel .feature-content .feature-head {
		margin-bottom: 30px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 40px;
		line-height: 40px;
	}
	#feature-carousel .feature-content .feature-foot {
		width: 100%;
	}
}
@media (min-width: 992px) {
	#feature-carousel .feature-content {
		padding-top: 140px;
		padding-left: 60px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 48px;
		line-height: 48px;
	}
	#feature-carousel .feature-content .feature-body {
		display: block;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
		text-shadow: 1px 1px #111;
	}
}
@media (min-width: 1200px) {
	#feature-carousel .feature-content {
		padding-top: 160px;
		padding-right: 50%;
		padding-left: 60px;
	}
	#feature-carousel .feature-content>* {
		max-width: 1200px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 40px;
		line-height: 40px;
	}
}
@media (min-width: 1200px) and (max-width: 1299px) {
	#feature-carousel .feature-content .feature-body {
		display: none;
	}
}

#feature-carousel .owl-controls {
	position: absolute;
	right: 0;
	bottom: 13px;
	left: 0;
	
	line-height: 1px;
	margin: 0;
}
@media (max-width: 767px) {
	#feature-carousel .owl-controls {
		display: none !important;
	}
}
#feature-carousel .owl-controls .owl-page span {
	height: 15px;
	margin: 7px;
	opacity: .25;
	width: 15px;
}
#feature-carousel .owl-controls .owl-page.active span, #feature-carousel .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

#feature-carousel-next, #feature-carousel-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: .5;
	width: 40px;
}
#feature-carousel-next {
	right: 0;
	background-image: url(/vendor/_accounts/brianfitzpatrick/_skins/hathaway/images/carousel_arrow_next.png);
}
#feature-carousel-prev {
    left: 0;
    background-image: url(/vendor/_accounts/brianfitzpatrick/_skins/hathaway/images/carousel_arrow_prev.png);
}
#feature-carousel-next:hover, #feature-carousel-prev:hover {
	opacity: 1;
}
@media (min-width: 768px) {
	#feature-carousel-next, #feature-carousel-prev {
		width: 60px;
	}
}
.action-blocks .action-block-item.service-1st-district .icon {
	background-image: url(/vendor/_accounts/brianfitzpatrick/_skins/hathaway/images/icon-district.svg);
	display: block;
    flex-shrink: 0;
    height: 45px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}
.action-blocks .action-block-item.service-about .icon {
	background-image: url(/vendor/_accounts/brianfitzpatrick/_skins/hathaway/images/icon-about.svg);
	display: block;
    flex-shrink: 0;
    height: 45px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}
.action-blocks .action-block-item.service-help .icon {
	background-image: url(/vendor/_accounts/brianfitzpatrick/_skins/hathaway/images/icon-help.svg);
	display: block;
    flex-shrink: 0;
    height: 45px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}
#feature-more-on-page {
	position: absolute;
	bottom: 15px;
	left: 40px;
	z-index: 10;
	display: none;
}
#feature-more-on-page .more-on-page-btn {
	display: block;
	cursor: pointer;
	opacity: .75;
	font-size: 18px;
	padding-left: 50px;
}
#feature-more-on-page .more-on-page-btn:hover, #feature-more-on-page .more-on-page-btn:focus {
	opacity: 1;
}
#feature-more-on-page .icon, #feature-more-on-page .learn-more, #feature-more-on-page .scroll-down {
	display: block;
	line-height: 20px;
}
#feature-more-on-page .icon {
	position: absolute;
	top: 0;
	left: 0;
	
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
}
#feature-more-on-page .scroll-down {
	font-style: italic;
}
#feature-more-on-page .learn-more {
	font-weight: bold;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	#feature-more-on-page {
		left: 92px;
	}
}
@media (min-width: 992px) {
	#feature-more-on-page {
		left: 118px;
	}
}
@media (min-width: 1200px) {
	#feature-more-on-page {
		left: 120px;
	}
}

#feature-carousel-progress-bar {
	width: 0%;
	max-width: 100%;
	height: 5px;
}
#feature-carousel-progress {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.home-section-featured-size-fixed #feature-carousel-progress {
	top: 0;
	bottom: auto;
}

/* PAGE GROUP HEADINGS */
.page-home .pagegroup-title {
	padding: 0px 10px 50px;
	text-align: center;
	text-transform: uppercase;
}
.page-home .pagegroup-title h2 {
	border-width: 0;
	font-family: Oswald;
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
	padding: 0;
}

/* SIDEBAR */

#site-sidebar {
	display: none;
	position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	color: white;
    width: 350px;
	padding: 45px;
	/* overflow: hidden; */
}
#site-sidebar a {
	color: inherit;
}
#site-sidebar:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
    bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

#site-sidebar-social {
	margin-bottom: 45px;
}
#site-sidebar-social ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
#site-sidebar-social ul li {
	padding: 0;
	margin: 0 1px;
}
#site-sidebar-social ul li a {
	display: block;
	width: 63px;
	height: 66px;
	padding: 13px;
	font-size: 32px;
	line-height: 40px;
	text-align: center;

	background:rgba(255,255,255,0.2);
}
#site-sidebar-social ul li a:hover {
	background: rgba(255,255,255,0.5);
}

#site-sidebar-offices h3.site-sidebar-offices-title {
    color: inherit;
    font-size: 28px;
	font-style: italic;
	font-family: Lato, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0 0 15px 10px;
    text-transform: uppercase;
}
#site-sidebar-offices h3 strong {
	font-weight: 700;
}

#site-sidebar-offices dl {
	border-bottom: 1px solid #707070;
	margin: 0;
	position: relative;
}
#site-sidebar-offices dl dt {
	border-top: 1px solid #707070;
	font-size: 20px;
	line-height: 24px;
	padding: 0;
}
#site-sidebar-offices dl dt button {
	width: 100%;
	display: block;
	font-size: 18px;
	background: #800306;
	border: none;
	color:  white;
	position: relative;
	text-align: left;
	padding: 15px 30px 15px 10px;
}
#site-sidebar-offices dl dt button:focus {
	outline: none;
}
#site-sidebar-offices dl dt button.collapsed {
	color: inherit;
	background: transparent;
}
#site-sidebar-offices dl dd {
	position: absolute;
    left: 100%;
    top: 0;
    right: auto;
    bottom: auto;
	width: 360px;
	color: #071426;
    background: white no-repeat top center;
    background-size: 100% auto;
	border-left: 10px solid #800306;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.5);
	font-weight: 300;
    padding: 200px 20px 20px;
}
#site-sidebar-offices dl dd#site-sidebar-office-dc {
	background-image: url(/vendor/_accounts/brianfitzpatrick/_skins/hathaway/images/dc-office.jpg);
}
#site-sidebar-offices dl dd#site-sidebar-office-district {
	background-image: url(/vendor/_accounts/brianfitzpatrick/_skins/hathaway/images/langhorne-office.jpg);
}
#site-sidebar-offices dl dd.collapsing {
	display: block;
	-webkit-transition: none;
	transition: none;
	height: auto !important;
}
#site-sidebar-offices dl dd h3 {
	font-family: Lato, sans-serif;
	font-weight: 300;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#site-sidebar-offices dl dd h3 strong {
	font-weight: 700;
}
#site-sidebar-offices dl dd a.contact {
	color: white;
	margin-top: 15px;
	text-transform: none;
}

#site-sidebar-offices .map {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: 1px dashed #707070;
	position: relative;
}
#site-sidebar-offices .map::before {
	content: "";
	display: block;
	padding-top: 100%;
}
#site-sidebar-offices .map .district-office-star {
	position: absolute;
	top: 104px;
	left: 141px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(/vendor/_accounts/brianfitzpatrick/_skin/hathaway/images/star.svg) no-repeat center center;
	background-size: contain;
}
#site-sidebar-offices .map .district-office-star:hover {
	transform: scale(1.5);
}

#site-sidebar .action-block-item {
	width: 50%;
	min-height: 130px;
}
#site-sidebar .action-block-item a {
	font-family: "Oswald";
	font-size: 18px;
	line-height: 20px;
}
#site-sidebar .action-block-item a .title {
	height: 40px;
	margin-top: 0;
}

@media (min-width: 1200px) {
	.page-home #main, .page-home #footer, .page-home #header {
		padding-left: 390px;
		padding-right: 40px;
	}
	.page-home #wrapper {
		position: relative;
	}
	#site-sidebar {
		display: block;
	}
}

@media (min-width: 1750px) {
	.page-home #main, .page-home #footer, .page-home #header {
		padding-left: 450px;
		padding-right: 100px;
	}
}

#site-sidebar-twitter {
	margin: 45px 0;
}
#site-sidebar-twitter h3 {
color: inherit;
    font-size: 20px;
    padding: 16px 0;
    display: flex;
    flex-direction: row;
}
#site-sidebar-twitter h3 i {
	margin-right: 10px;
}
#site-sidebar-twitter .tweet {
	border-top: 1px solid #707070;
	padding: 16px 0;
	line-height: 24px;
}
#site-sidebar-twitter .tweet .username {
	color: #38A1F3;
}
#site-sidebar-twitter .follow-me {
	border-top: 1px solid #707070;
	padding: 16px 0;
}
#site-sidebar-twitter .follow-me a {
	color: #38A1F3;
}

.home-section-newsletter a {
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 30px 30px 30px 160px;
	font-size: 24px;
	font-family: "Oswald", sans-serif;
	line-height: 28px;
}
@media (min-width: 768px) {
	.home-section-newsletter a {
		font-size: 30px;
		line-height: 40px;
	}
	.home-section-newsletter a .line-1, .home-section-newsletter a .line-2 {
		display: block;
	}
}
@media (min-width: 1200px) {
	.home-section-newsletter.home-section-contain .home-section-inner {
		margin-top: 0;
	}
}

.home-section-latest {}
.home-section-latest .post-items { margin: 0 -5px; }
.home-section-latest .post-items .post-item { margin: 5px; background: #002B45;}
.home-section-latest .post-items .post-item img { width: 100%; height: auto; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.home-section-latest .post-items .post-item .post-content { padding: 20px 13px; }
.home-section-latest .post-items .post-item .post-content .post-title { font-size: 18px; line-height: 1.5; }
.home-section-latest .post-items .post-item .post-content .post-type { display: none; }
.home-section-latest .post-items .post-item .post-content .post-date { font-size: 16px; line-height: 22px; font-weight: 300; padding-bottom: 12px; font-style: italic; color: white; }
.home-section-latest .post-items .post-item .post-content .post-foot { display: none; }

@media (min-width: 800px) {
	.home-section-latest {}
	.home-section-latest .post-items { display: flex; }
	.home-section-latest .post-items .post-item { width: 33.33%; }
}

/* STATS BAR */
.container-stat-blocks {
    display: none;
}

@media only screen and (min-width: 768px) {
    .stats-bar-wrapper {
        padding-top: 0px;
    }
    .stats-container-wrapper {
        padding-left: 35px;
        padding-right: 35px;
    }
    .container-stat-blocks {
    display: flex;
    flex-flow: row wrap;
    box-shadow: 3px 5px 15px #00000080;
    background-color: rgb(179 13 13 / 85%) !important;
    justify-content: space-evenly;
    margin-bottom: 20px;
    }
    .stat-block {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 16.6%;
        height: 135px;
        border-right: 1px solid #ffffff4d;
        margin-right: 0;
        flex-direction: column;
        color: white;
        padding-right: 0;
        text-align: center;
        font-family: 'Oswald';
    }
    .stat-block.congress-block {
        line-height: 36px;
    }
    #congress-line-1 {
        font-size: 2.2vw;
        font-weight: 900;
        line-height: 2.5vw;
    }
    #congress-line-2 {
        font-size: 2.2vw;
        font-weight: 900;
        line-height: 3.5vw;
    }
    #congress-line-3 {
        font-size: 1.6vw;
        text-align: center;
        line-height: 1.8vw;
    }
    #amount-line-1 {
        font-size: 1.8vw;
    }
    .stat-block.townhalls-block {
        padding-bottom: 16px;
    }
    .stat-icon {
        font-size: 2.5vw;
    }
    .stat-heading {
        font-size: 2.7vw;
        padding-top: 15px;
        line-height: 1.3vw;
        font-weight: 900;
    }
    .stat-line-1 {
        font-size: 1.5vw;
        padding-top: 10px;
        line-height: 2.5vw;
        font-weight: lighter;
    }
    .stat-line-2 {
        font-weight: lighter;
        font-size: 1.5vw;
        line-height: 2vw;
    }
}

@media only screen and (min-width: 991px) {
    .stat-block {
        height: 170px;
    }
}

@media only screen and (min-width: 1200px) {
    .stats-bar-wrapper {
        padding-top: 50px;
    }
    .stats-container-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    #congress-line-1 {
    font-size: 2.2vw;
    font-weight: 900;
    line-height: 2.2vw;
    }
    #congress-line-2 {
        font-size: 2.2vw;
        font-weight: 900;
        line-height: 2.2vw;
    }
    #congress-line-3 {
        font-size: 1.3vw;
        text-align: center;
        line-height: 2.2vw;
    }
    .stat-icon {
        font-size: 2.5vw;
    }
    #amount-line-1 {
        line-height: 2vw;
    }
    .stat-heading {
        font-size: 2vw;
        padding-top: 15px;
        line-height: 2vw;
        font-weight: 900;
    }
    .stat-line-1 {
        font-size: 1.3vw;
        padding-top: 0px;
        /* line-height: 36px; */
        font-weight: lighter;
    }
    .stat-line-2 {
        font-weight: lighter;
        font-size: 1.3vw;
        line-height: 1vw;
    }
    .stat-line-3 {
        font-size: 1.5vw;
        font-weight: lighter;
    }

    .stat-block.congress-block {
        line-height: 36px;
    }

    .stat-block {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 16.6%;
        height: 200px;
        border-right: 1px solid #ffffff4d;
        margin-right: 0;
        flex-direction: column;
        color: white;
        padding-right: 0;
        text-align: center;
        font-family: 'Oswald';
    }
}

@media only screen and (min-width: 1600px) {
    #congress-line-1 {
        font-size: 36px;
        font-weight: 900;
    }
    #congress-line-2 {
        font-size: 36px;
        font-weight: 900;
    }
    #congress-line-3 {
        font-size: 18px;
        text-align: center;
    }
    .stat-icon {
        font-size: 36px;
    }
    #amount-line-1 {
        font-size: 28px;
    }
    .stat-heading {
        font-size: 28px;
        padding-top: 10px;
        line-height: 36px;
        font-weight: 900;
    }
    .stat-line-1 {
        font-size: 22px;
        /* padding-top: 10px; */
        /* line-height: 36px; */
        font-weight: lighter;
    }
    .stat-line-2 {
        font-weight: lighter;
        font-size: 22px;
        line-height: 16px;
    }
    .stat-line-3 {
        font-size: 22px;
        font-weight: lighter;
    }

    .stat-block.congress-block {
        line-height: 28px;
    }
    .stat-block.townhalls-block {
        padding-bottom: 16px;
    }

    .container-stat-blocks {
        display: flex;
        flex-flow: row wrap;
        box-shadow: 3px 5px 15px #00000080;
        background-color: rgb(179 13 13 / 85%) !important;
        justify-content: space-evenly;
        margin-bottom: 20px;
    }

    .stat-block {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 16.6%;
        height: 200px;
        border-right: 1px solid #ffffff4d;
        margin-right: 0;
        flex-direction: column;
        color: white;
        padding-right: 0;
        text-align: center;
        font-family: 'Oswald';
    }
}

/* NEWSLETTER BUTTON */
#newsletter-button-link {
    display: none;
}
.newsletter-button {
	display: none;
}
@media only screen and (min-width: 1080px) {
    #newsletter-button-link {
        color: white;
        display: block;
    }
    .newsletter-button {
        display: block;
        background-color: #B30D0D;
        text-align: center;
        margin: auto;
        width: 295px;
        position: absolute;
        right: 0px;
        border-radius: 10px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-weight: 900;
        border: 1px solid #B30D0D;
    }
    .newsletter-button span {
        padding-right: 21px;
    }
    .newsletter-button-icon {
        position: absolute;
        top: 16px;
        right: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .newsletter-button {
        width: 465px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 1300px) {
    .newsletter-button {
        width: 295px;
        font-size: 18px;
    }
}