@font-face {
	font-family: 'Delta Jaeger';
	font-style: normal;
	font-weight: 300;
	src: url(../../fonts/delta-jaeger/Delta-Light.otf) format("opentype")
}

@font-face {
	font-family: 'Delta Jaeger';
	font-style: italic;
	font-weight: 300;
	src: url(../../fonts/delta-jaeger/Delta-LightItalic.otf) format("opentype")
}

@font-face {
	font-family: 'Delta Jaeger';
	font-style: normal;
	font-weight: 400;
	src: url(../../fonts/delta-jaeger/Delta-Book.otf) format("opentype")
}

@font-face {
	font-family: 'Delta Jaeger';
	font-style: italic;
	font-weight: 400;
	src: url(../../fonts/delta-jaeger/Delta-BookItalic.otf) format("opentype")
}

@font-face {
	font-family: 'Delta Jaeger';
	font-style: normal;
	font-weight: 500;
	src: url(../../fonts/delta-jaeger/Delta-Medium.otf) format("opentype")
}

@font-face {
	font-family: 'Delta Jaeger';
	font-style: italic;
	font-weight: 500;
	src: url(../../fonts/delta-jaeger/Delta-MediumItalic.otf) format("opentype")
}

@font-face {
	font-family: 'Delta Jaeger';
	font-style: normal;
	font-weight: 600;
	src: url(../../fonts/delta-jaeger/Delta-Bold.otf) format("opentype")
}

@font-face {
	font-family: 'Delta Jaeger';
	font-style: italic;
	font-weight: 600;
	src: url(../../fonts/delta-jaeger/Delta-BoldItalic.otf) format("opentype")
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url(../../fonts/open-sans/OpenSans-Light.ttf)
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	src: url(../../fonts/open-sans/OpenSans-LightItalic.ttf)
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url(../../fonts/open-sans/OpenSans-Regular.ttf)
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url(../../fonts/open-sans/OpenSans-RegularItalic.ttf)
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	src: url(../../fonts/open-sans/OpenSans-Bold.ttf)
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url(../../fonts/open-sans/OpenSans-ExtraBold.ttf)
}



h1 {
	font-size: 4rem;
	font-weight: 500
}

h2 {
	font-size: 3rem;
	font-weight: 500
}

h3 {
	font-size: 2.5rem;
	font-weight: 500;
}

h4 {
	font-size: 2rem;
	font-weight: 500
}

a,
h5,
p,
span {
	font-size: 1.6rem;
	font-weight: 400
}

h6 {
	font-size: 1.25rem;
	font-weight: 400
}

.atlas-asphalt-life-footer__title,
.atlas-by-the-numbers__title,
.atlas-home .atlas-facilities__title,
.atlas-home .atlas-leadership__title,
.atlas-section-heading,
.atlas-testimonials__form-title,
.atlas-testimonials__header-title,
.news-snippet__title {
	color: #222;
	font-family: "Helvetica Neue", "Delta Jaeger", helvetica, arial, sans-serif;
	font-size: 2.5rem;
	font-weight: 700!important;
	letter-spacing: .05rem;
	line-height: 2.8rem;
	text-align: center;
}

@media (min-width:64em) {
	.atlas-asphalt-life-footer__title,
	.atlas-by-the-numbers__title,
	.atlas-home .atlas-facilities__title,
	.atlas-home .atlas-leadership__title,
	.atlas-section-heading,
	.atlas-testimonials__form-title,
	.atlas-testimonials__header-title,
	.news-snippet__title {
		font-size: 4.8rem;
		letter-spacing: .1rem;
		line-height: 5.1rem;
	}
}


.atlas-header {
	background-color: #fff;
	border-top: 2px solid #c3112e;
	position: relative;
	z-index: 100;
	-webkit-box-shadow: 0 10px 10px -10px #736c67;
	box-shadow: 0 10px 10px -10px #736c67
}

.atlas-header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.atlas-header .atlas-logo {
	max-height: 70px;
	max-width: 80px;
	margin: 1rem
}

@media (min-width:64em) {
	.atlas-header .atlas-logo {
		margin: 1rem 0
	}
}

.atlas-header .atlas-logo img {
	max-height: 100%;
	max-width: 100%;
	width: 100%
}

.atlas-header .atlas-nav {
	display: none;
	width: 100%;

}

.atlas-header .atlas-nav--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff!important;
}

.atlas-header .atlas-nav-button {
	margin: 1rem 1rem 1rem 0;
	color: #c3112e
}

@media (min-width:40em) {
	.atlas-header .atlas-logo {
		max-height: auto
	}
}

@media (min-width:64em) {
	.atlas-header__container {
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		padding: 1.5rem 3rem;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding: 0 3rem
	}
	.atlas-header .atlas-nav {
		display: block;
		margin: 0;
		width: auto
	}
	.atlas-header .atlas-nav__list {
		height: 100%;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.atlas-header .atlas-nav__list-item>a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 .5rem;
		line-height: 17px;
	}
	.atlas-header #search-item {
		-ms-flex-item-align: center;
		align-self: center
	}
	.atlas-header .atlas-nav-button {
		display: none
	}
}


.atlas-page-title-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 19rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.atlas-page-title-header--atlas-products {
	background: url(/corporate/assets/red-banner.png);
	background-size: cover
}

.atlas-page-title-header--atlas-timeline {
	background: url(/corporate/assets/timeline/history-banner.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top
}

@media (min-width:74.9375em) {
	.atlas-page-title-header--atlas-timeline {
		background-size: cover;
		background-position: center
	}
}

.atlas-page-title-header--atlas-timeline .atlas-page-title-header__title {
	color: #c3112e
}

.atlas-page-title-header--atlas-timeline .atlas-page-title-header__img {
	max-width: 28%
}

.atlas-page-title-header--contact {
	background: url(/corporate/assets/red-banner.png);
	background-size: cover
}

.atlas-page-title-header--about {
	background: url(/corporate/assets/about-banner.png);
	background-size: cover
}

.atlas-page-title-header--literature {
	background: url(/corporate/assets/literature-banner.png);
	background-size: cover
}

.atlas-page-title-header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	max-height: 15rem
}

.atlas-page-title-header__title {
	color: #fff;
	font-weight: 900;
	font-size: 3rem;
	width: 100%
}

@media (min-width:40em) {
	.atlas-page-title-header__title {
		font-size: 5rem
	}
}

.atlas-page-title-header__img {
	max-width: 40%;
	padding: 2rem 0
}

.atlas-page-title-header__img img {
	width: 100%
}

.atlas-nav {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.atlas-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%
}

.atlas-nav__list-item {
	margin-left: .25rem;
	width: 100%
}

@media screen and (min-width:1024px) and (max-width:1363px) {
	.atlas-nav__list-item {
		margin-left: 0
	}
}

.atlas-nav__list-item .atlas-textfield {
	width: 100%
}

.atlas-nav__list-item#search-item {
	margin-left: 0
}

.atlas-nav__list-item#search-item input {
	background-color: #f7f7f7;
	color: #95989a
}

.atlas-nav__list-item:last-child>a span {
	color: #c3112e;
	font-weight: 500
}

.atlas-nav__list-item--has-sub-nav {
	margin-left: 0
}

.atlas-nav__list-item--has-sub-nav>a:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-nav__list-item--has-sub-nav.atlas-nav__list-item--active>a:before {
	content: "\f078";
	color: #c3112e;
	margin-right: .1rem
}

.atlas-nav__list-item>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: align-items;
	-ms-flex-align: align-items;
	align-items: align-items;
	-webkit-box-pack: justify-content;
	-ms-flex-pack: justify-content;
	justify-content: justify-content;
	color: #95989a;
	font-size: 1.6rem;
	padding: 1rem;
	text-transform: uppercase
}

.atlas-nav__list-item>a:before {
	font-size: 1.6rem;
	line-height: 1.6rem;
	margin-right: .5rem
}

@media (min-width:64em) {
	.atlas-nav {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		background-color: transparent
	}
	.atlas-nav__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.atlas-nav__list-item {
		border-top: 2px solid transparent;
		width: auto
	}
	.atlas-nav__list-item--has-sub-nav {
		margin-left: .5rem
	}
	.atlas-nav__list-item--has-sub-nav>a:before {
		content: "";
		display: none
	}
	.atlas-nav__list-item--active {
		background-color: #f7f7f7;
		border-color: #c3112e!important
	}
	.atlas-nav__list-item#search-item {
		border-top: none;
		margin-left: 1rem
	}
	.atlas-nav__list-item a {
		border-top: 2px solid transparent
	}
	.atlas-nav__list-item#home-item {
		margin-left: 0
	}
	.atlas-nav__list-item#search-item {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (min-width:64em) {
	.atlas-nav__list_item {
		margin-left: .5rem
	}
}

@media (min-width:74.9375em) {
	.atlas-nav__list-item {
		margin-left: 1rem;
	    margin-top: -3px;
	}
	.atlas-nav__list-item--has-sub-nav {
		margin-left: 1.5rem
	}
	.atlas-nav__list-item>a span {
		font-size: 13px !important;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	}
}

.atlas-sub-nav {
	display: none;
	margin: 0;
	padding: 1rem 3rem
}

.atlas-sub-nav--active {
	display: block
}

.atlas-sub-nav ul {
	color: #95989a
}

.atlas-sub-nav__list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.6rem
}

.atlas-sub-nav__list span {
	color: #c3112e!important;
	font-weight: 500;
	font-size: 1.6rem
}

.atlas-sub-nav__list li {
	margin-top: 1.5rem
}

.atlas-sub-nav__list a {
	color: #95989a;
	font-weight: 400;
	font-size: 1.4rem
}

.atlas-sub-nav__list a:focus,
.atlas-sub-nav__list a:hover {
	color: #c3112e;
	text-decoration: underline
}

.atlas-sub-nav__list-item {
	width: 100%
}

.atlas-sub-nav__list-item:not(:first-child) {
	margin-top: 2rem
}

.atlas-sub-nav__list-item>span {
	font-size: 2rem
}

.atlas-sub-nav__sub-list {
	list-style-type: none;
	padding: 0
}

.atlas-sub-nav__sub-list:not(.atlas-sub-nav__sub-list--with-links) {
	list-style-type: disc;
	padding-left: 2rem
}

.atlas-sub-nav__sub-list-item {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	width: 100%
}

.atlas-sub-nav__sub-list-item ul {
	list-style-type: disc;
	padding-left: 2rem
}

@media (min-width:64em) {
	.atlas-sub-nav {
		padding: 0;
		background-color: #f7f7f7;
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 101;
		padding: 3rem
	}
	.atlas-sub-nav--active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.atlas-sub-nav__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 1.4rem
	}
	.atlas-sub-nav__list-item {
		margin: 0 1rem 0 0
	}
	.atlas-sub-nav__list-item span {
		display: block;
		font-size: 1.4rem;
		margin-bottom: 1rem
	}
	.atlas-sub-nav__list-item ul:not(.atlas-sub-nav__sub-list):not(.atlas-sub-nav__list-item) {
		padding-left: .5rem
	}
	.atlas-sub-nav__list--row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.mega-menu {
	left: 0;
	right: 0;
	padding: 15px 15px 0 15px;
	display: none;
	padding-top: 0;
	min-height: 100%;
	position: absolute;
	background-color: #f7f7f7
}

.mega-menu ul li a {
	font-size: 90%;
	display: block;
	list-style-type: disc
}

ul.stander {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px
}

ul.stander li {
	list-style: disc
}

ul.stander li a {
	padding: 0 0;
	list-style: disc;
	color: #95989a
}

ul.description li {
	padding-bottom: 12px;
	line-height: 8px
}

ul.description li span {
	color: #ccc;
	font-size: 85%
}

a.view-more {
	border-radius: 1px;
	margin-top: 15px;
	background-color: #009fe1;
	padding: 2px 10px!important;
	line-height: 21px!important;
	display: inline-block!important
}

a.view-more:hover {
	color: #fff;
	background: #c3112e
}

ul.icon-des li a i {
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	background-color: #009fe1;
	line-height: 35px!important
}

ul.icon-des li {
	width: 100%;
	display: table;
	margin-bottom: 11px
}

.mega-drop-down a:hover+.mega-menu,
.mega-menu:hover {
	display: block
}

ul.sub-nav-header li.header-title span {
	color: #c3112e;
	font-family: Helvetica Neue;
	font-weight: 700;
	font-size: 16px !important;
}

ul.sub-nav-header li.product-header-title span {
	color: #c3112e;
	font-family: Helvetica Neue;
	font-weight: 700
}

ul.sub-nav-header {
	padding: 0;
	width: 100%
}

ul.sub-nav-header li.header-title {
	list-style: none
}

ul.sub-nav-header li.product-header-title {
	list-style: none
}

.product-header-title {
	padding-bottom: 10px
}

.mega-menu-wrap {
	padding: 30px 50px 0 50px
}

.mega-menu-wrap-products {
	padding-top: 20px;
	padding-bottom: 20px
}

.header-subtitle {
	color: #c3112e;
	font-size: 14px;
	margin: 0
}

ul.stander-login li {
	list-style: disc
}

ul.stander-login li a {
	padding: 10px 0;
	list-style: disc;
	color: gray
}

.atlas-nav__list-item--active a span {
	color: #c3112e!important
}

.atlas-nav__list-item--active a:hover {
	text-decoration: none;
	color: #c3112e!important;

}
nav.atlas-nav a:hover {
    color: #c3112e!important;
    text-decoration: underline;
}
.atlas-pro-image-box {
	float: right;
	position: relative
}

@media screen and (min-width:768px) {
	.atlas-pro-image-box {
		margin-top: -20px
	}
	.atlas-pro-image-box img {
		width: 80%
	}
}

.atlas-pro-image-content {
	position: absolute;
	top: 20px
}

@media screen and (min-width:768px) {
	.atlas-pro-image-content {
		top: 50px
	}
}

.atlas-log-image-content {
	position: absolute;
	top: 30px;
	padding: 10px
}

.atlas-log-image-content a {
	font-weight: 700
}

@media screen and (min-width:768px) {
	.atlas-log-image-content {
		top: 70px
	}
}

.input-field {
	margin: 5px 10px;
	padding: 5px;
	color: gray
}

.input-forgot {
	padding: 10px;
	font-size: 12px
}

@media screen and (min-width:768px) {
	.input-forgot {
		color: #fff
	}
}

@media screen and (min-width:768px) {
	.input-forgot>p {
		color: #fff;
		font-size: 12px
	}
}

.square-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px
}

.square {
	width: 20px;
	height: 20px;
	background-color: #c3112e;
	text-align: center
}

@media (min-width:40em) {
	.atlas-nav__list-item-link>span {
		font-size: 1rem
	}
}

.scrollable-menu {
	height: auto;
	max-height: 300px;
	overflow-x: hidden
}

.atlas-subnav__list {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5rem 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none;
	overflow-x: scroll;
	padding: 0
}

.atlas-subnav__list-item {
	padding: 1rem 0;
	margin: 0 1rem
}

.atlas-subnav__list-item a {
	color: #667986;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.atlas-subnav__list-item--active {
	position: relative;
	padding-bottom: 1rem
}

.atlas-subnav__list-item--active:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, .1);
	background-color: #c3112e;
	left: 0;
	right: 0
}

.atlas-footer {
	overflow: hidden;
	background-color: #fff
}

.atlas-footer__links {
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.atlas-footer-linkset-primary {
	background-color: #bcbcbc
}

.atlas-footer-linkset-primary__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 3rem
}

.atlas-footer-linkset-primary__link-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0
}

.atlas-footer-linkset-primary__link-lists>li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style-type: none;
	text-transform: uppercase;
	margin-left: 1rem
}

.atlas-footer-linkset-primary__link-lists>li:not(:first-child) {
	margin-top: 1.5rem
}

.atlas-footer-linkset-primary__link-lists>li span {
	color: #c3112e;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	padding: 1rem 0;
	width: 100%
}

.atlas-footer-linkset-primary__link-lists>li ul {
	list-style-type: none;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 0
}

.atlas-footer-linkset-primary__link-lists>li ul li {
	margin-left: 0;
	padding-left: 0
}

.atlas-footer-linkset-primary__link-lists>li ul li:not(:first-child) {
	margin-top: 1rem
}

.atlas-footer-linkset-primary__link-lists>li ul li a {
	color: #fff;
	font-weight: 400
}

.atlas-footer-linkset-primary__link-lists>li ul li a:focus,
.atlas-footer-linkset-primary__link-lists>li ul li a:hover {
	text-decoration: underline
}

.atlas-footer-linkset-primary__logo {
	margin: 3rem auto;
	max-width: 160px
}

@media (min-width:40em) {
	.atlas-footer-linkset-primary__link-lists {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.atlas-footer-linkset-primary__link-lists>li {
		width: 45%
	}
	.atlas-footer-linkset-primary__link-lists>li:nth-child(2) {
		margin-top: 0
	}
	.atlas-footer-linkset-primary__logo {
		max-width: 250px
	}
}

@media (min-width:64em) {
	.atlas-footer-linkset-primary__container {
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		padding: 1.5rem 3rem;
		padding: 3rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.atlas-footer-linkset-primary__link-lists>li {
		width: 30%
	}
	.atlas-footer-linkset-primary__link-lists>li:last-child {
		margin-top: 0
	}
	.atlas-footer-linkset-primary__logo {
		-ms-flex-item-align: center;
		align-self: center;
		max-width: 175px
	}
}

@media (min-width:74.9375em) {
	.atlas-footer-linkset-primary__logo {
		max-width: 270px
	}
}

.atlas-footer-rights-social__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3rem
}

.atlas-footer-rights-social__rights span {
	display: block;
	color: #95989a;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: .5rem
}

.atlas-footer-rights-social__linkset-social.atlas-social-links {
	margin-top: 3rem
}

@media (min-width:40em) {
	.atlas-footer-rights-social__container {
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		padding: 1.5rem 3rem
	}
}

@media (min-width:64em) {
	.atlas-footer-rights-social__container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.atlas-footer-rights-social__linkset-social.atlas-social-links {
		margin-top: 0
	}
}

.rights_social-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1200px;
	margin: 15px auto
}

.rights-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.rights-container p {
	font-size: 1.1em;
	margin-bottom: 12px;
	padding: 0;
	text-align: center
}

@media screen and (min-width:768px) {
	.rights_social-container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.rights_container {
		width: 45%
	}
	.rights_container {
		max-width: 515px
	}
}

@media screen and (max-width:767px) {
	.rights_social-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.rights_container {
		width: 100%;
		margin: 10px 0
	}
}

i.hf-r-i {
	display: block;
	border-radius: 50%;
	background-color: #c3112e;
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
	padding: 11px;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 320ms ease-in-out;
	transition: all 320ms ease-in-out
}

.atlas-right-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:64em) {
	.atlas-right-links {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 90%
	}
}

.atlas-right-links .hf_t {
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 1
}

@media (min-width:64em) {
	.atlas-right-links .hf_t {
		width: 75%
	}
}

.atlas-right-links .hf-t-cont {
	padding: 0 50px;
	padding-top: 30px;
	padding-bottom: 30px
}

.atlas-right-links .hf-t-ul-cont {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px
}

.atlas-right-links ul {
	padding: 0 30px;
	margin: 0;
	list-style-type: none
}

.atlas-right-links .hf-t-ul {
	float: left;
	margin-left: 30px
}

.atlas-right-links ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.atlas-right-links .hf-t-l {
	margin-bottom: 3px
}

.atlas-right-links .hf-t-a>a {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-family: Delta-Book,'Open Sans',sans-serif!important;
}

.hf-t-a-title {
	font-weight: 700;
	color: #fff;
	font-size: 16px
}

.atlas-right-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.atlas-logo {
	text-align: center
}

.atlas-logo img {
	width: 60%
}

@media screen and (min-width:320px) and (max-width:568px) {
	.atlas-logo img {
		width: 70%
	}
}

@media screen and (min-width:375px) and (max-width:667px) {
	.atlas-logo img {
		width: 60%
	}
}

@media screen and (min-width:1367px) {
	.atlas-logo img {
		width: 80%
	}
}

@media screen and (min-width:810px) {
	.hf_t {
		width: 55%;
		color: #c3112e
	}
	.hf_t:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #c3112e;
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform: skew(-25deg);
		transform: skew(-25deg);
		z-index: -1
	}
	.atlas-right-links {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media (min-width:320px) and (max-width:812px) {
	.hf_t {
		background-color: #c3112e
	}
	.atlas-right-image {
		padding: 20px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.hf_t {
		width: 100%
	}
	.hf-t-ul-cont {
		padding: 0 30px
	}
}

@media (min-width:810px) and (max-width:1023px) {
	.atlas-right-links .hf-t-cont {
		padding: 20px 0;
		width: 70%
	}
}

@media (min-width:1024px) and (max-width:1366px) {
	.atlas-right-links .hf-t-cont {
		padding: 20px 0
	}
	.hf-t-ul-cont {
		padding: 0 30px
	}
}

@media (min-width:1367px) {
	.atlas-logo {
		width: 70%
	}
	.atlas-right-image {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.hf-t-ul-cont {
		padding: 0 30px
	}
}

.atlas-footer-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff
}

@media screen and (min-width:1024px) {
	.atlas-footer-images {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: none;
		-ms-flex-pack: none;
		justify-content: none
	}
}

.atlas-footer-images-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (min-width:1024px) {
	.atlas-footer-images-box {
		width: 100%;
		padding: 0 10px
	}
}

.footer-img {
	padding: 10px
}

.footer-img img {
	width: 100%
}

.news-snippet__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #cbcbcb
}

.news-snippet__button {
	background: #fff;
	color: #c3112e
}

.news-snippet__title {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 3rem!important;
	color: #264052
}

@media (min-width:64em) {
	.news-snippet__title {
		font-size: 4rem!important
	}
}

@media (min-width:74.9375em) {
	.news-snippet__title {
		text-align: left;
		font-size: 3.5rem!important
	}
}

.news-snippet__title h3,
.news-snippet__title p {
	color: #667986
}

.news-snippet__image-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 1.5rem 3rem 3rem 3rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (min-width:768px) {
	.news-snippet__image-container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.news-snippet__image-box {
	padding: 10px
}

@media screen and (min-width:1366px) {
	.news-snippet__image-box {
		width: 20%
	}
}

.atlas-footer-right {
	padding-right: 20px
}

@media screen and (min-width:1024px) {
	.atlas-footer-right {
		width: 40%
	}
}

.atlas-footer-copyright {
	float: right;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0
}

.news-block {
	margin: 0;
	padding: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.news-block__item-link {
	width: 30rem;
	height: 25.5rem;
	padding: 2rem
}

@media (min-width:40em) {
	.news-block__item-link {
		height: 17.5rem
	}
}

@media (min-width:40em) and (min-width:64em) {
	.news-block__item-link {
		height: 25.5rem
	}
}

.news-block__item-link--corp .item-overlay {
	background: #000
}

.news-block__item-link--corp:hover .news-block__item {
	opacity: .8
}

.news-block__item-link--rwi .item-overlay {
	background: #069
}

.news-block__item-link--rwi:hover .news-block__item {
	opacity: .8
}

.news-block__item-link--eps .item-overlay {
	background: #f26922
}

.news-block__item-link--eps:hover .news-block__item {
	opacity: .8
}

.news-block__item-link--asphalt .item-overlay {
	background: #c3112e
}

.news-block__item-link--asphalt:hover .news-block__item {
	opacity: .8
}

.news-block__item {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	opacity: .4;
	top: -100%
}

.news-block__item--corp {
	background: url(/corporate/assets/corporate-press.png);
	background-size: cover;
	background-repeat: no-repeat
}

.news-block__item--rwi {
	background: url(/corporate/assets/rwi-news.png);
	background-size: cover;
	background-repeat: no-repeat
}

.news-block__item--eps {
	background: url(/corporate/assets/eps-news.png);
	background-size: cover;
	background-repeat: no-repeat
}

.news-block__item--asphalt {
	background: url(/corporate/assets/asphalt-blog.png);
	background-size: cover;
	background-repeat: no-repeat
}

.news-block__item-text {
	background: inherit;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	justify-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	position: relative;
	top: -200%;
	text-align: center
}

.item-overlay {
	width: 100%;
	height: 100%
}

.atlas-footer-box-2__social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
	
}

.atlas-footer__social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem .3rem
}

.atlas-footer__social-link .fa {
	font-size: 1.8rem;
	border-radius: 50%;
	background: #c3112e;
	color: #fff;
	width: 4rem;
	height: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.atlas-footer__social-link span {
	font-size: 1.2rem;
	padding: .25rem 0;
	color: #c3112e
}

@media (min-width:40em) and (min-width:64em) {
	.atlas-footer__links {
		font-size: .9rem;
		width: 70%
	}
}

.product__actions-block {
	padding: 2rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100rem;
	margin: 0 auto;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product__actions-block h2 {
	font-size: 1.9rem!important;
	line-height: 20px
}

@media (min-width:40em) {
	.product__actions-block {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.product__actions-block>:nth-of-type(n) {
	padding: 0 2rem
}

.product__actions-block .get-it-installed-component,
.product__actions-block .where-to-buy {
	width: 100%!important;
	margin: 0 auto
}

.product__actions-block .where-to-buy {
	color: #4c4c4c
}

.product__actions-block .where-to-buy__action {
	margin: 0 auto
}

.product__actions-block .where-to-buy__input {
	height: 4.75rem!important
}

.product__actions-block .get-it-installed-content {
	padding: 0
}

.product__actions-block .get-it-installed-content__box-title {
	font-size: 2rem
}

.product__actions-block .get-it-installed-content__button {
	font-family: "Helvetica Neue", "Delta Jaeger", helvetica, arial, sans-serif
}

.product__actions-block .get-it-installed-component__header h2 {
	font-weight: 100!important
}

label.atlas-textfield input,
label.atlas-textfield textarea {
	background-color: #fff;
	border-radius: 0;
	color: #667986;
	font-size: 1.4rem;
	outline-color: #4e84a9;
	padding: 1rem;
	text-indent: .1rem;
	border: none
}

label.atlas-textfield input[disabled=true],
label.atlas-textfield input[disabled],
label.atlas-textfield textarea[disabled=true],
label.atlas-textfield textarea[disabled] {
	color: #eee
}

label.atlas-textfield--textarea textarea {
	min-height: 100px
}

label.atlas-textfield--search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

label.atlas-textfield--search:after {
		content:"\f002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

label.atlas-textfield--search input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: none
}

label.atlas-textfield--search:after {
	background-color: #c3112e;
	color: #fff;
	font-size: 2rem;
	line-height: 35px;
	min-width: 38px;
	text-align: center
}

label.atlas-textfield--search:focus:after,
label.atlas-textfield--search:hover:after {
	background-color: #ac0f28
}

label.atlas-selectfield {
	position: relative;
	width: 100%;
	height: 4rem
}

label.atlas-selectfield select {
	border: none;
	height: 100%;
	width: 100%;
	color: #667986;
	outline-color: #4e84a9
}

label.atlas-selectfield:after {
	position: absolute;
	margin: auto;
	top: 0;
	right: 1rem;
	bottom: 0;
	background-color: #c3112e;
	color: #fff;
	font-size: 2.5rem;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1);
	display: none
}

label.atlas-selectfield--active:after {
	content: "\f106"
}

.atlas-google-map {
	height: 350px
}

@media (min-width:40em) {
	.atlas-google-map {
		height: 500px
	}
}

@media (min-width:64em) {
	.atlas-google-map {
		height: 600px
	}
}

.gm-style-cc {
	display: none
}

.atlas-google-map__info-window {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.atlas-google-map__info-window .info-window__heading {
	font-size: 2.4rem;
	font-weight: 400;
	margin: 1rem 0
}

.atlas-google-map__info-window .info-window__subheading {
	font-size: 1.75rem;
	font-weight: 400;
	margin: 1rem 0
}

.atlas-google-map__info-window .info-window__copy {
	font-size: 1.4rem;
	font-weight: 300;
	margin: 1rem 0
}

.atlas-google-map__info-window .info-window__button,
.atlas-google-map__info-window .info-window__link--button {
	font-size: 1.4rem;
	font-weight: 300;
	padding: 1rem;
	margin: 1rem 0
}

.atlas-hero__slide {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
	height: 100%
}

.atlas-hero__slide.slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.atlas-hero__slide-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 3rem 0;
	width: calc(100% - 6rem)
}

.atlas-hero__slide-content-copy {
	color: #fff;
	display: block;
	font-family: "Helvetica Neue", "Delta Jaeger", helvetica, arial, sans-serif;
	font-size: 2.2rem;
	font-weight: 300;
	letter-spacing: .01rem;
	line-height: 2.5rem;
	width: 100%;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, .5)
}

.atlas-hero__slide-content-button {
	margin-top: 3rem;
	max-width: 250px
}

.atlas-hero__slide-content--top {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.atlas-hero__slide-content--middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.atlas-hero__slide-content--bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.atlas-hero__slide-content--top-bottom {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.atlas-hero__slide-content--top-bottom .atlas-hero__slide-content-button {
	margin-top: 0
}

.atlas-hero__slide--pristine {
	background-image: url(/corporate/assets/hero-pristine.png);
	background-position: right bottom
}

.atlas-hero__slide--energyshield {
	background-image: url(/corporate/assets/hero-energyshield.png);
	background-position: left center
}

.atlas-hero__slide--energyshield .atlas-hero__slide-content-copy {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-weight: 400;
	text-transform: uppercase
}

.atlas-hero__slide--energyshield .atlas-hero__slide-content-copy strong {
	display: block;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 2.3rem
}

.atlas-hero .slick-list,
.atlas-hero .slick-track {
	height: 100%
}

@media (min-width:40em) {
	.atlas-hero__slide.slick-slide {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.atlas-hero__slide-content {
		max-width: 600px;
		padding: 6rem 0;
		margin-left: 6rem
	}
	.atlas-hero__slide-content-copy {
		font-size: 5rem;
		line-height: 5.3rem
	}
	.atlas-hero__slide-content-button {
		font-size: 2.1rem;
		padding: 1.5rem
	}
	.atlas-hero__slide--energyshield .atlas-hero__slide-content-copy {
		font-size: 3rem;
		line-height: 3.3rem
	}
	.atlas-hero__slide--energyshield .atlas-hero__slide-content-copy strong {
		font-size: 5.2rem;
		line-height: 5.5rem
	}
}

@media (min-width:64em) {
	.atlas-hero__slide-content {
		padding: 12rem 0
	}
}

.atlas-nav-button {
	border: none;
	background-color: transparent;
	cursor: pointer;
	font-size: 3rem;
	outline: 0;
	padding: 0;
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1)
}

.atlas-nav-button:before {
	content: "\f0c9";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atlas-nav-button:before {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1)
}

.atlas-nav-button--active:before {
	content: '\f00d'
}

.atlas-image-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow: hidden;
	height: 19rem;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1)
}

@media (min-width:40em) {
	.atlas-image-block {
		height: 15rem
	}
}

.atlas-image-block:focus,
.atlas-image-block:hover {
	-webkit-transform: scale(1.025);
	transform: scale(1.025)
}

.atlas-image-block__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	width: 70%;
	z-index: 2
}

.atlas-image-block__content-title {
	position: relative;
	font-weight: 500;
	letter-spacing: .05rem;
	margin: 0;
	font-size: 1.7rem;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, .5);
	position: relative;
	padding-bottom: .5rem
}

.atlas-image-block__content-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, .1);
	background-color: #fff;
	left: 0;
	right: 0
}

@media (min-width:74.9375em) {
	.atlas-image-block__content-title {
		font-size: 2.1rem
	}
}

.atlas-image-block__content-subtitle {
	font-weight: 400;
	letter-spacing: .025rem;
	margin: 1rem 0 0 0;
	font-size: 1.5rem
}

@media (min-width:74.9375em) {
	.atlas-image-block__content-subtitle {
		font-size: 1.8rem
	}
}

.atlas-image-block__content-button {
	font-size: 1.5rem;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0
}

.atlas-image-block__content-button:hover {
	text-decoration: none;
	-webkit-box-shadow: 6px 6px 2px #667986!important;
	box-shadow: 6px 6px 2px #667986!important
}

.atlas-image-block--all {
	background-color: #b81530;
	background-size: cover;
	background-image: url(/corporate/assets/red-banner.png)
}

.atlas-image-block--insulation {
	background-color: #f7f7f7;
	background-image: url(https://s3-us-west-2.amazonaws.com/atlasroofing-s3/roof-wall-insulation-bg%402x.png)
}

.atlas-image-block--roof-shingles {
	background-color: #736c67;
	background-image: url(https://s3-us-west-2.amazonaws.com/atlasroofing-s3/roofing-shingles-bg%402x.png)
}

.atlas-image-block--request-quote {
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: .2rem;
	background-image: url(https://s3-us-west-2.amazonaws.com/atlasroofing-s3/find-a-contractor-bg.png)
}

@media (min-width:74.9375em) {
	.atlas-image-block--request-quote {
		height: initial
	}
}

@media screen and (min-width:1024px) and (max-width:1200px) {
	.atlas-image-block--request-quote {
		width: calc(100% / 2 - .4rem);
		margin: auto;
		height: calc(100% / 2 - .4rem)
	}
}

.atlas-image-block--request-quote .atlas-image-block__content-button {
	padding: 1.5rem;
	width: 100%
}

.atlas-image-block--request-quote .atlas-image-block__content-title {
	text-shadow: none;
	color: #c3112e;
	font-weight: 400;
	margin: 1rem auto;
	padding: 0;
	width: 90%;
	position: relative;
	padding-top: 1rem
}

.atlas-image-block--request-quote .atlas-image-block__content-title:after {
	display: none
}

.atlas-image-block--request-quote .atlas-image-block__content-title:before {
	content: "";
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, .1);
	background-color: #c3112e;
	left: 0;
	right: 0
}

.atlas-image-block--request-quote .atlas-image-block__content-title strong {
	font-weight: 600
}

.atlas-image-block--request-quote .atlas-image-block__content .atlas-textfield--search {
	width: 100%
}

.atlas-image-block--request-quote .atlas-image-block__content .atlas-textfield--search input {
	background-color: #eee;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.atlas-image-block--request-quote .atlas-image-block__content .atlas-textfield--search:after {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.atlas-image-block--request-quote .atlas-image-block__guy {
	position: absolute;
	width: 125px;
	height: 100%;
	min-width: 0;
	right: -35px;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-image: url(/corporate/assets/atlas-guy.png);
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent
}

@media (min-width:40em) {
	.atlas-image-block--request-quote .atlas-image-block__guy {
		width: 300px;
		right: -50px
	}
}

@media (min-width:64em) {
	.atlas-image-block--request-quote .atlas-image-block__content .atlas-textfield--search input {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.atlas-image-block--request-quote .atlas-image-block__content .atlas-textfield--search:after {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.atlas-image-block--request-quote .atlas-image-block__guy {
		width: 185px;
		right: -15px
	}
}

@media (min-width:74.9375em) {
	.atlas-image-block--request-quote .atlas-image-block__guy {
		width: 70px;
		right: 0
	}
}

.atlas-image-block--request-quote__content-title {
	font-size: 1.5rem
}

.atlas-image-block--request-quote:hover .atlas-image-block__guy {
	right: -10px
}

.atlas-image-block__product-img {
	width: 15rem;
	position: relative;
	margin-right:8px;
}

@media (min-width:40em) {
	.atlas-image-block__product-img {
		width: 10rem
	}
}

@media (min-width:74.9375em) {
	.atlas-image-block__product-img {
		width: 15rem
	}
}

.atlas-building-professionals-bar {
	background-color: #c3112e;
	padding: 2rem 0;
	overflow: hidden
}

.atlas-building-professionals-bar__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	width: calc(100% - 6rem)
}

.atlas-building-professionals-bar__title {
	text-align: center;
	color: #fff;
	width: 100%
}

.atlas-building-professionals-bar__title-primary {
	font-size: 2.5rem;
	font-weight: 600;
	margin: 0
}

.atlas-building-professionals-bar__title-secondary {
	font-size: 1.25rem;
	font-weight: 300
}

.atlas-building-professionals-bar__pro-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1rem
}

.atlas-building-professionals-bar__pro-content-title {
	color: #fff
}

.atlas-building-professionals-bar__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: 90rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.atlas-building-professionals-bar__button {
	min-width: 24rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 60px;
	margin: 1rem
}

@media (min-width:40em) {
	.atlas-building-professionals-bar__button {
		min-width: 20rem
	}
}

.atlas-building-professionals-bar__button-icon {
	width: 13%;
	max-width: 35px;
	margin: 0 .5rem;
	opacity: .85
}

.atlas-building-professionals-bar__logo {
	margin-top: 1rem;
	margin-bottom: 1rem;
	max-height: 100px;
	max-width: 30%;
	max-width: calc(35% - 2rem)
}

@media (min-width:40em) {
	.atlas-building-professionals-bar__container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.atlas-building-professionals-bar__title {
		padding: 0;
		width: auto
	}
	.atlas-building-professionals-bar__pro-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.atlas-building-professionals-bar__buttons {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0;
		margin: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.atlas-building-professionals-bar__logo {
		margin: 0 0 0 2rem;
		padding: 0
	}
}

@media (min-width:64em) {
	.atlas-building-professionals-bar__container {
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		padding: 1.5rem 3rem
	}
	.atlas-building-professionals-bar__button {
		padding: 1.5rem 0;
		max-width: 230px;
		min-width: 230px
	}
}

@media (min-width:74.9375em) {
	.atlas-building-professionals-bar__title-primary {
		font-size: 4.5rem
	}
	.atlas-building-professionals-bar__title-secondary {
		font-size: 2rem
	}
	.atlas-building-professionals-bar__button {
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		-webkit-box-shadow: 0 0 0;
		box-shadow: 0 0 0
	}
	.atlas-building-professionals-bar__button:hover {
		text-decoration: none;
		-webkit-box-shadow: 6px 6px 2px #667986!important;
		box-shadow: 6px 6px 2px #667986!important
	}
}

.atlas-leadership-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	border: 1px solid #667986;
	color: #95989a;
	min-height: 300px;
	padding: 3rem 0
}

.atlas-leadership-block__title {
	color: #667986;
	font-size: 2.4rem;
	margin: 1rem auto;
	text-align: center;
	width: 98%
}

.atlas-leadership-block__copy {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 3rem;
	margin: 1rem auto;
	width: 90%;
	width: calc(100% - 3.2rem)
}

.atlas-leadership-block__button {
	border-radius: 0;
	padding: 1.5rem 0;
	margin: 1rem auto;
	width: 90%;
	width: calc(100% - 3.2rem)
}

@media (min-width:64em) {
	.atlas-leadership-block__title {
		font-size: 2.8rem
	}
	.atlas-leadership-block__copy {
		font-size: 2rem
	}
	.atlas-leadership-block__button {
		font-size: 2rem
	}
}

.atlas-facilities__map {
	position: relative;
	width: 100%
}

.atlas-facilities__map-img {
	width: 100%
}

.atlas-facilities__map-show-all-button {
	position: absolute;
	top: 1rem;
	right: 5rem;
	font-size: 1.2rem;
	background-color: rgba(195, 17, 46, .7);
	padding: 1rem
}

.atlas-facilities__map-show-all-button:focus,
.atlas-facilities__map-show-all-button:hover {
	background-color: #c3112e
}

.atlas-facilities__map-markers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 90%;
	width: calc(100% - 3.2rem)
}

.atlas-facilities__map-markers--sub {
	position: relative
}

.atlas-facilities__map-markers--sub .atlas-facilities__map-marker {
	margin-bottom: 0
}

.atlas-facilities__map-markers--sub .atlas-facilities__map-marker:before {
	height: 20px;
	width: 15px
}

.atlas-facilities__map-marker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 1rem 0;
	width: 100%
}

.atlas-facilities__map-marker:before {
	content: "";
	display: inline-block;
	background: center center/contain no-repeat transparent;
	height: 30px;
	width: 25px;
	margin-right: 1rem
}

.atlas-facilities__map-marker span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.5rem;
	font-weight: 300
}

.atlas-facilities__map-marker--red:before {
	background-image: url(/corporate/assets/map-markers/red.svg)
}

.atlas-facilities__map-marker--blue:before {
	background-image: url(/corporate/assets/map-markers/blue.svg)
}

.atlas-facilities__map-marker--sky-blue:before {
	background-image: url(/corporate/assets/map-markers/sky-blue.svg)
}

.atlas-facilities__map-marker--gold:before {
	background-image: url(/corporate/assets/map-markers/gold.svg)
}

@media (min-width:40em) {
	.atlas-facilities__map-markers {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.atlas-facilities__map-markers--sub .atlas-facilities__map-marker {
		width: 100%
	}
	.atlas-facilities__map-marker {
		width: 24%
	}
}

@media (min-width:64em) {
	.atlas-facilities__map-marker span {
		font-size: 2rem
	}
}

.atlas-by-the-numbers {
	background-color: #cbcbcb;
	overflow: hidden
}

.atlas-by-the-numbers__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5rem 3rem;
	max-width: 1700px
}

@media (min-width:74.9375em) {
	.atlas-by-the-numbers__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.atlas-by-the-numbers__img-container {
	-webkit-box-shadow: 0 0 5px #bbb;
	box-shadow: 0 0 5px #bbb;
	max-width: 620px
}

.atlas-by-the-numbers__content-container {
	max-width: 600px;
	padding: 2rem 0 0 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:40em) {
	.atlas-by-the-numbers__content-container {
		padding: 0
	}
}

.atlas-by-the-numbers__title {
	margin: 0 auto;
	font-size: 3rem!important;
	color: #264052
}

@media (min-width:64em) {
	.atlas-by-the-numbers__title {
		font-size: 4rem!important
	}
}

@media (min-width:74.9375em) {
	.atlas-by-the-numbers__title {
		text-align: left;
		font-size: 3.5rem!important
	}
}

.atlas-by-the-numbers__sub-title {
	margin: 0;
	padding: 1.5rem 0 4rem 0;
	text-align: center
}

@media (min-width:40em) {
	.atlas-by-the-numbers__sub-title {
		max-width: 61ch
	}
}

.atlas-by-the-numbers__numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:74.9375em) {
	.atlas-by-the-numbers__numbers {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		max-width: 225px
	}
}

.atlas-by-the-numbers__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 1.6rem;
	text-align: center
}

.atlas-by-the-numbers__block>* {
	margin: 1rem auto
}

.atlas-by-the-numbers__block-category {
	color: #c3112e;
	font-size: 2.3rem
}

.atlas-by-the-numbers__block-value {
	color: #fff;
	font-size: 4.3rem
}

.atlas-by-the-numbers__block:not(:last-child) {
	border-bottom: 2px solid #fff
}

.atlas-by-the-numbers__button {
	font-size: 1.5rem;
	max-width: 700px;
	padding: 1.5rem 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	width: 100%
}

@media (min-width:74.9375em) {
	.atlas-by-the-numbers__button {
		width: 75%
	}
}

.atlas-by-the-numbers__button:hover {
	text-decoration: none;
	-webkit-box-shadow: 6px 6px 2px #667986!important;
	box-shadow: 6px 6px 2px #667986!important
}

@media (min-width:40em) {
	.atlas-by-the-numbers__numbers {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 100%
	}
	.atlas-by-the-numbers__block:not(:last-child) {
		border-bottom: none;
		border-right: 2px solid #fff
	}
	.atlas-by-the-numbers__button {
		font-size: 2rem
	}
}

.careers {
	background: #c3112e
}

.careers__content-container {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 10px
}

@media (min-width:64em) {
	.careers__content-container {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
}

.careers__button {
	background: #fff;
	color: #c3112e
}

.careers h3,
.careers p {
	color: #fff
}

.news-snippet__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #cbcbcb
}

.news-snippet__button {
	background: #fff;
	color: #c3112e
}

.news-snippet__title {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 3rem!important;
	color: #264052;
	font-weight: 700;
}

@media (min-width:64em) {
	.news-snippet__title {
		font-size: 4rem!important
	}
}

@media (min-width:74.9375em) {
	.news-snippet__title {
		font-size: 3.5rem!important
	}
}

.news-snippet__title h3,
.news-snippet__title p {
	color: #667986
}

.news-snippet__image-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 1.5rem 3rem 3rem 3rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (min-width:768px) {
	.news-snippet__image-container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.news-snippet__image-box {
	padding: 10px
}

.atlas-testimonials__header {
	background-color: #f7f7f7;
	padding: 3rem;
	padding-bottom: 0
}

.atlas-testimonials__header-container {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5rem 3rem
}

.atlas-testimonials__header-title {
	color: #264052
}

.atlas-testimonials__header-copy {
	color: #95989a;
	font-weight: 300;
	margin: 1rem auto;
	max-width: 900px;
	text-align: center
}

.atlas-testimonials__header-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.atlas-testimonials__header-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: transparent;
	border: none;
	color: #c3112e;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.7rem;
	font-weight: 500;
	outline: 0;
	text-transform: uppercase;
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1)
}

.atlas-testimonials__header-button span {
	display: none;
	font-size: 1.7rem;
	font-weight: 500
}

.atlas-testimonials__header-button:first-child:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-testimonials__header-button:first-child span {
	margin-left: .5rem
}

.atlas-testimonials__header-button:first-child:before {
	margin-right: 1rem
}

.atlas-testimonials__header-button:last-child:after {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-testimonials__header-button:last-child span {
	margin-left: .5rem
}

.atlas-testimonials__header-button:last-child:after {
	margin-left: 1rem
}

.atlas-testimonials__header-button:first-child:before,
.atlas-testimonials__header-button:last-child:after {
	font-size: 2.9rem;
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1)
}

.atlas-testimonials__header-button:focus,
.atlas-testimonials__header-button:hover {
	color: #ac0f28
}

.atlas-testimonials__header-button:focus:after,
.atlas-testimonials__header-button:focus:before,
.atlas-testimonials__header-button:hover:after,
.atlas-testimonials__header-button:hover:before {
	color: #ac0f28
}

@media (min-width:40em) {
	.atlas-testimonials__header-button {
		font-size: 2.6rem
	}
	.atlas-testimonials__header-button:first-child:before,
	.atlas-testimonials__header-button:last-child:after {
		font-size: 5rem
	}
	.atlas-testimonials__header-button span {
		display: inline;
		font-size: 2.6rem
	}
}

.atlas-testimonials__media-slider {
	background-color: #67605b;
	background-color: rgba(103, 96, 91, .8)
}

.atlas-testimonials__media-slider--video video {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 100%;
	max-width: 100%
}

.atlas-testimonials__media-slider--video .slick-next,
.atlas-testimonials__media-slider--video .slick-prev {
	background-color: rgba(0, 0, 0, .3)
}

.atlas-testimonials__media-slider--video .slick-prev {
	left: -10000px
}

.atlas-testimonials__media-slider--video .slick-next {
	right: -10000px
}

.atlas-testimonials__media-slider--video:focus .slick-prev,
.atlas-testimonials__media-slider--video:hover .slick-prev {
	left: 0
}

.atlas-testimonials__media-slider--video:focus .slick-next,
.atlas-testimonials__media-slider--video:hover .slick-next {
	right: 0
}

.atlas-testimonials__media-slide {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #67605b;
	height: 350px
}

.atlas-testimonials__media-slide--comparison {
	padding: 0
}

.atlas-testimonials__media-slide--comparison .ba-slider {
	max-height: 100%;
	width: 100%
}

.atlas-testimonials__media-slide-content {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .3)
}

.atlas-testimonials__media-slide-content-copy {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	text-align: center
}

.atlas-testimonials__media-slide-content-ratings {
	position: absolute;
	bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0
}

.atlas-testimonials__media-slide-content .atlas-share-links {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100px
}

.atlas-testimonials__media-slide-content .atlas-share-links li {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

@media (min-width:64em) {
	.atlas-testimonials__media-slide {
		height: 650px
	}
	.atlas-testimonials__media-slide-content-copy {
		font-size: 3rem;
		line-height: 3.5rem
	}
}

.atlas-testimonials__details-bar {
	background-color: #f7f7f7
}

.atlas-testimonials__details-bar-container {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5rem 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 3rem
}

.atlas-testimonials__details-bar-author {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 50%
}

.atlas-testimonials__details-bar-author-name {
	color: #c3112e;
	font-size: 2rem;
	font-weight: 500;
	margin: 0
}

.atlas-testimonials__details-bar-author-location {
	color: #95989a;
	font-size: 2rem;
	font-weight: 500;
	margin: 0
}

.atlas-testimonials__details-bar-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 3rem 0;
	width: 100%
}

.atlas-testimonials__details-bar-actions-button {
	background: 0 0;
	border: none;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	margin: 0 1rem;
	outline: 0
}

.atlas-testimonials__details-bar-actions-button[data-type=comment]:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-testimonials__details-bar-actions-button[data-type=images]:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-testimonials__details-bar-actions-button[data-type=videos]:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-testimonials__details-bar-actions-button[data-type=before_after]:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-testimonials__details-bar-actions-button[data-type=share]:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-testimonials__details-bar-actions-button:before {
	color: #95989a;
	font-size: 3rem!important;
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1)
}

.atlas-testimonials__details-bar-actions-button:not(.atlas-testimonials__details-bar-actions-button--active):focus:before,
.atlas-testimonials__details-bar-actions-button:not(.atlas-testimonials__details-bar-actions-button--active):hover:before {
	color: #888b8e
}

.atlas-testimonials__details-bar-actions-button--active:before {
	color: #c3112e
}

.atlas-testimonials__details-bar-product {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 50%
}

@media (min-width:64em) {
	.atlas-testimonials__details-bar-container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.atlas-testimonials__details-bar-author {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: auto
	}
	.atlas-testimonials__details-bar-author-name {
		font-size: 4rem
	}
	.atlas-testimonials__details-bar-author-location {
		font-size: 4.3rem
	}
	.atlas-testimonials__details-bar-actions {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: auto
	}
	.atlas-testimonials__details-bar-actions-button {
		margin: 0 1rem
	}
	.atlas-testimonials__details-bar-actions-button:before {
		font-size: 6rem!important
	}
	.atlas-testimonials__details-bar-product {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		max-width: 570px;
		width: auto
	}
}

.atlas-testimonials__forms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:40em) {
	.atlas-testimonials__forms {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.atlas-testimonials__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 3rem;
	width: 100%
}

.atlas-testimonials__form--testimonial {
	background-color: #fff
}

.atlas-testimonials__form--message {
	background-color: #736c67
}

.atlas-testimonials__form--message .atlas-testimonials__form-copy,
.atlas-testimonials__form--message .atlas-testimonials__form-title {
	color: #fff;
	text-align: center
}

.atlas-testimonials__form-title {
	color: #264052;
	width: 100%
}

.atlas-testimonials__form-copy {
	color: #95989a;
	font-size: 1.6rem;
	font-weight: 300;
	width: 100%
}

.atlas-testimonials__form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.atlas-testimonials__form form>* {
	margin: 1rem 0
}

.atlas-testimonials__form form input,
.atlas-testimonials__form form select,
.atlas-testimonials__form form textarea {
	width: 100%
}

.atlas-testimonials__form form input[type=submit] {
	width: 100%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0
}

.atlas-testimonials__form form input[type=submit]:hover {
	text-decoration: none;
	-webkit-box-shadow: 6px 6px 2px #667986!important;
	box-shadow: 6px 6px 2px #667986!important
}

@media (min-width:40em) {
	.atlas-testimonials__form-title {
		max-width: 600px
	}
	.atlas-testimonials__form-copy {
		max-width: 600px
	}
	.atlas-testimonials__form form {
		max-width: 600px
	}
	.atlas-testimonials__form form input[type=submit] {
		-ms-flex-item-align: end;
		align-self: flex-end;
		max-width: 350px
	}
}

.atlas-header-hero {
	height: 250px;
	background-image: url(/corporate/assets/header-hero.png);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f7f7f7
}

.atlas-header-hero__container {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5rem 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 100%
}

.atlas-header-hero__title {
	color: #fff;
	font-size: 4rem;
	font-weight: 500;
	line-height: 4rem;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, .5)
}

@media (min-width:40em) {
	.atlas-header-hero__title {
		font-size: 6rem;
		line-height: 6rem
	}
}

@media (min-width:64em) {
	.atlas-header-hero {
		background-position: center center
	}
	.atlas-header-hero__title {
		font-size: 8rem;
		line-height: 8rem
	}
}

.atlas-about-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 1rem
}

.atlas-about-product__content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem
}

.atlas-about-product__content-copy {
	color: #222;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.1rem;
	font-weight: 400;
	line-height: 2.8rem;
	margin: 3rem 0;
	width: 100%
}

.atlas-about-product__content-button {
	border-radius: 0;
	font-size: 2rem;
	padding: 2rem;
	width: 100%
}

.atlas-about-product__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 auto;
	max-width: 725px;
	width: calc(100% - 2rem)
}

.atlas-about-product--ci-board {
	background-color: #eee
}

.atlas-about-product--insulation {
	background-color: #cec4bc
}

.atlas-about-product--shingles {
	background-color: #b1b4b6
}

.atlas-about-product--shingles .atlas-about-product__content-copy {
	color: #fff
}

.atlas-about-product--underlayments {
	background-color: #fff
}

.atlas-about-product--technologies {
	background-color: #ada176
}

.atlas-about-product--eps {
	background-color: #f7f7f7
}

@media (min-width:64em) {
	.atlas-about-product__content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.atlas-about-product__content-button {
		max-width: 225px
	}
	.atlas-about-product__image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 30%
	}
}

.atlas-asphalt-life-footer {
	background-color: #f7f7f7
}

.atlas-asphalt-life-footer__container {
	padding: 3rem
}

@media (min-width:40em) {
	.atlas-asphalt-life-footer__container {
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		padding: 1.5rem 3rem
	}
}

.atlas-asphalt-life-footer__title {
	color: #667986
}

.atlas-asphalt-life-footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	margin: 1rem auto
}

.atlas-asphalt-life-footer__links>li {
	margin-bottom: 6rem
}

.atlas-asphalt-life-footer__link {
	position: relative;
	display: block;
	border: 1px solid #95989a;
	cursor: pointer;
	margin: 1rem;
	height: 270px;
	width: 270px
}

.atlas-asphalt-life-footer__link:after {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-asphalt-life-footer__link-tag {
	position: relative;
	display: block;
	background-color: rgba(0, 0, 0, .5);
	overflow: hidden;
	height: 100%;
	width: 100%
}

.atlas-asphalt-life-footer__link-tag-title {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	padding: 2rem 1rem;
	width: 92.5%;
	width: calc(100% - 2rem);
	z-index: 2
}

.atlas-asphalt-life-footer__link-tag-title:after,
.atlas-asphalt-life-footer__link-tag-title:before {
	position: absolute;
	z-index: 3;
	color: #fff;
	font-size: 2rem
}

.atlas-asphalt-life-footer__link-tag-title--has-gallery-video:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-asphalt-life-footer__link-tag-title--has-gallery-video:before {
	bottom: -3rem;
	right: 4.5rem
}

.atlas-asphalt-life-footer__link-tag-title--has-gallery-video:after {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-asphalt-life-footer__link-tag-title--has-gallery-video:after {
	font-size: 2.6rem;
	bottom: -3.2rem;
	right: 1rem
}

.atlas-asphalt-life-footer__link-tag-title--has-video:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-asphalt-life-footer__link-tag-title--has-video:before {
	bottom: -3rem;
	right: 1rem
}

.atlas-asphalt-life-footer__link-tag-title--has-gallery:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-asphalt-life-footer__link-tag-title--has-gallery:before {
	bottom: -3rem;
	right: 1rem
}

.atlas-asphalt-life-footer__link-tag-img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
	transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
	transition: transform .4s cubic-bezier(.77, 0, .175, 1);
	transition: transform .4s cubic-bezier(.77, 0, .175, 1), -webkit-transform .4s cubic-bezier(.77, 0, .175, 1)
}

.atlas-asphalt-life-footer__link:after {
	position: absolute;
	right: 2rem;
	bottom: -20px;
	background-color: #c3112e;
	color: #fff;
	font-size: 3.5rem;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 3;
	-webkit-transition: background-color .4s cubic-bezier(.77, 0, .175, 1);
	transition: background-color .4s cubic-bezier(.77, 0, .175, 1)
}

.atlas-asphalt-life-footer__link:focus:after,
.atlas-asphalt-life-footer__link:hover:after {
	background-color: #ac0f28
}

.atlas-asphalt-life-footer__link:focus a img,
.atlas-asphalt-life-footer__link:hover a img {
	-webkit-transform: scale(1.025);
	transform: scale(1.025)
}

.atlas-asphalt-life-footer__button {
	display: block;
	font-size: 1.5rem;
	margin: 1rem auto;
	max-width: 650px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0
}

.atlas-asphalt-life-footer__button:hover {
	text-decoration: none;
	-webkit-box-shadow: 6px 6px 2px #667986!important;
	box-shadow: 6px 6px 2px #667986!important
}

@media (min-width:64em) {
	.atlas-asphalt-life-footer__links {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.atlas-asphalt-life-footer__link {
		margin: .1rem
	}
}

.atlas-scroll-top-button {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	outline: 0;
	z-index: 10000
}

.atlas-scroll-top-button:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-scroll-top-button:before {
	color: transparent;
	font-size: 0;
	opacity: 0;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, .5);
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1)
}

.atlas-scroll-top-button--active:before {
	color: #264052;
	font-size: 5rem;
	opacity: .8
}

@media (min-width:40em) {
	.atlas-scroll-top-button {
		bottom: 25px;
		right: 25px
	}
}

@media (min-width:64em) {
	.atlas-scroll-top-button {
		bottom: 50px;
		right: 50px
	}
}

.atlas-social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.atlas-social-links__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 1rem;
	text-transform: uppercase;
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1)
}

.atlas-social-links__icon--facebook:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-social-links__icon--twitter:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-social-links__icon--instagram:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-social-links__icon--youtube:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-social-links__icon--linkedin:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-social-links__icon--houzz:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-social-links__icon:before {
	background-color: #c3112e;
	border-radius: 50%;
	color: #fff;
	font-size: 1.8rem;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	margin-bottom: 1rem;
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1)
}

.atlas-social-links__icon:focus,
.atlas-social-links__icon:hover {
	color: #ac0f28
}

.atlas-social-links__icon:focus:before,
.atlas-social-links__icon:hover:before {
	background-color: #ac0f28;
	font-size: 1.9rem
}

.slick-prev {
	left: 0
}

.slick-prev:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-next {
	right: 0
}

.slick-next:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-next,
.slick-prev {
	z-index: 2;
	height: 50px;
	width: 50px;
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1)
}

.slick-next:before,
.slick-prev:before {
	font-size: 5rem;
	line-height: 50px
}

@media (min-width:40em) {
	.slick-next,
	.slick-prev {
		height: 100px;
		width: 100px
	}
	.slick-next:before,
	.slick-prev:before {
		font-size: 10rem;
		line-height: 100px
	}
}

@media (min-width:64em) {
	.slick-prev {
		left: 3rem
	}
	.slick-next {
		right: 3rem
	}
	.slick-next,
	.slick-prev {
		height: 150px;
		width: 150px
	}
	.slick-next:before,
	.slick-prev:before {
		font-size: 15rem;
		line-height: 150px
	}
}

.ba-slider {
	position: relative;
	overflow: hidden
}

.ba-slider img {
	width: 100%;
	display: block;
	max-width: none
}

.ba-slider .resize {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	overflow: hidden
}

.ba-slider .handle {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 5px;
	margin-left: -2px;
	background-color: #fff;
	cursor: ew-resize
}

.ba-slider .handle:after {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	content: '\f07e';
	color: #fff;
	font-family: FontAwesome;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	background: #c3112e;
	border-radius: 50%;
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.atlas-stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.atlas-stars>.atlas-star {
	margin: 1rem
}

.atlas-star {
	font-size: 0;
	color: transparent
}

.atlas-star:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-star:before {
	font-size: 5rem;
	color: #ff0;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, .5)
}

.atlas-star--half:before {
	content: '\f123'
}

.atlas-star--full:before {
	content: '\f005'
}

@media (min-width:40em) {
	.atlas-star:before {
		font-size: 7.5rem
	}
}

.atlas-share-links {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.atlas-share-links li {
	display: block;
	height: 50px;
	width: 50px;
	list-style-type: none;
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1)
}

.atlas-share-links__icon {
	color: transparent;
	font-size: 0;
	display: block;
	height: 100%;
	width: 100%;
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1)
}

.atlas-share-links__icon--facebook {
	background-color: #3b5999
}

.atlas-share-links__icon--facebook:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-share-links__icon--twitter {
	background-color: #00adee
}

.atlas-share-links__icon--twitter:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-share-links__icon--instagram {
	background-color: #b81669
}

.atlas-share-links__icon--instagram:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-share-links__icon--youtube {
	background-color: red
}

.atlas-share-links__icon--youtube:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-share-links__icon--linkedin {
	background-color: #0077b5
}

.atlas-share-links__icon--linkedin:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-share-links__icon--houzz {
	background-color: #55a32a
}

.atlas-share-links__icon--houzz:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-share-links__icon--email {
	background-color: #ababab
}

.atlas-share-links__icon--email:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-share-links__icon:before {
	color: #fff;
	font-size: 2.5rem;
	line-height: 50px;
	text-align: center;
	width: 100%;
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1)
}

.atlas-share-links__icon:focus.atlas-share-links__icon--facebook,
.atlas-share-links__icon:hover.atlas-share-links__icon--facebook {
	background-color: #344e87
}

.atlas-share-links__icon:focus.atlas-share-links__icon--twitter,
.atlas-share-links__icon:hover.atlas-share-links__icon--twitter {
	background-color: #009ad5
}

.atlas-share-links__icon:focus.atlas-share-links__icon--instagram,
.atlas-share-links__icon:hover.atlas-share-links__icon--instagram {
	background-color: #a1135c
}

.atlas-share-links__icon:focus.atlas-share-links__icon--youtube,
.atlas-share-links__icon:hover.atlas-share-links__icon--youtube {
	background-color: #e60000
}

.atlas-share-links__icon:focus.atlas-share-links__icon--linkedin,
.atlas-share-links__icon:hover.atlas-share-links__icon--linkedin {
	background-color: #00669c
}

.atlas-share-links__icon:focus.atlas-share-links__icon--houzz,
.atlas-share-links__icon:hover.atlas-share-links__icon--houzz {
	background-color: #4a8f25
}

.atlas-share-links__icon:focus.atlas-share-links__icon--email,
.atlas-share-links__icon:hover.atlas-share-links__icon--email {
	background-color: #9e9e9e
}

.atlas-share-links__icon:focus:before,
.atlas-share-links__icon:hover:before {
	font-size: 2.6rem
}

@media (min-width:40em) {
	.atlas-share-links li {
		height: 100px;
		width: 100px
	}
	.atlas-share-links__icon:before {
		font-size: 5rem;
		line-height: 100px
	}
	.atlas-share-links__icon:hover:before {
		font-size: 5.1rem
	}
}

.atlas-pro-login {
	position: relative;
	padding: 5rem 1rem;
	width: 100%
}

.atlas-pro-login__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url(/corporate/assets/pro-background.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
	border-radius: 10px;
	padding: 3rem;
	width: 100%;
	z-index: 102
}

.atlas-pro-login__form .atlas-textfield {
	display: block;
	width: 60%;
	margin-top: 1rem;
	z-index: 103
}

.atlas-pro-login__form .atlas-textfield input {
	width: 100%
}

.atlas-pro-login__form-submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1rem;
	width: 60%;
	z-index: 103
}

.atlas-pro-login__form-submit-button {
	border-radius: 0;
	color: transparent;
	font-size: 0;
	padding: 0;
	height: 50px;
	width: 50px
}

.atlas-pro-login__form-submit-button:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.atlas-pro-login__form-submit-button:before {
	font-size: 3rem;
	line-height: 50px;
	color: #fff
}

.atlas-pro-login__form-submit-forgot {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	text-decoration: underline
}

.atlas-pro-login__form-submit-forgot:focus,
.atlas-pro-login__form-submit-forgot:hover {
	background-color: transparent;
	color: #f2f2f2
}

.atlas-pro-login__contractor {
	background-image: url(/corporate/assets/pro-contractor.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 110%;
	width: 55%;
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
	right: -50px;
	z-index: 104
}

@media (min-width:40em) {
	.atlas-pro-login {
		margin: 0 auto 3rem auto;
		width: 560px
	}
}

@media (min-width:64em) {
	.atlas-pro-login {
		padding: 5rem 3rem
	}
}

.get-it-installed-component {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:40em) {
	.get-it-installed-component {
		max-height: 15rem
	}
}

.get-it-installed-component__header {
	width: 100%;
	margin: 0 auto;
	border-bottom: solid 1px gray
}

.get-it-installed-component__header h2 {
	font-size: 1.6rem;
	color: gray;
	text-align: center;
	font-weight: 900
}

.get-it-installed-content {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1rem 0;
	color: #4c4c4c;
	width: 33rem
}

@media (min-width:40em) {
	.get-it-installed-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 35rem;
		padding-bottom: 3rem
	}
}

.get-it-installed-content__search-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 50%
}

.get-it-installed-content__button-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.get-it-installed-content__box-title {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 300;
	margin: 1rem 0;
	text-transform: capitalize
}

.get-it-installed-content__box-title span.bold {
	font-size: inherit;
	font-weight: 900;
	display: block
}

.get-it-installed-content__search {
	min-height: 4rem;
	width: 100%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.get-it-installed-content__search:hover {
	-webkit-box-shadow: 3px 2px 1px #667986!important;
	box-shadow: 3px 2px 1px #667986!important
}

.get-it-installed-content__search--input {
	border: none;
	background-color: #eee;
	width: 20rem;
	font-size: 1.2rem;
	padding: .5rem
}

@media (min-width:40em) {
	.get-it-installed-content__search--input {
		width: 100%
	}
}

.get-it-installed-content__search--btn {
	border: none;
	background: #c3112e;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 1rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0
}

.get-it-installed-content__search--btn:hover {
	background-color: #e21032
}

.get-it-installed-content__button {
	min-height: 4rem;
	background: #c3112e;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 1rem;
	color: #fff;
	cursor: pointer;
	width: 13rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
   /* margin-right: 10px;  */
}

.get-it-installed-content__button img {
	width: 20%;
	max-width: 25px;
	padding: 0 .25rem
}

.get-it-installed-content__button:hover {
	color: #fff;
	background-color: #e21032;
	text-decoration: none;
	-webkit-box-shadow: 3px 2px 1px #667986!important;
	box-shadow: 3px 2px 1px #667986!important
}

.callout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: fixed;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1440px;
	width: 90%;
	z-index: 10000;
	background-color: #fff;
	border: 1px solid rgba(10, 10, 10, .25);
	padding: 1rem;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.callout--small {
	padding: .5rem
}

.callout--small .callout__icon {
	padding-right: .5rem
}

.callout--large {
	padding: 2rem
}

.callout--large .callout__icon {
	padding-right: 2rem
}

.callout--primary {
	background-color: #d1e9f9
}

.callout--secondary {
	background-color: #e7e7e7
}

.callout--success {
	background-color: #ddf9e7
}

.callout--warning {
	background-color: #fff1d4
}

.callout--alert {
	background-color: #f6e0dd
}

.callout__icon {
	font-size: 2rem;
	margin-right: 1rem
}

.callout__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.callout__title {
	font-size: 1.5rem
}

.callout__copy {
	font-size: 1rem
}

.callout__close {
	font-size: 1.5rem;
	position: absolute;
	top: .5rem;
	right: .5rem;
	background: 0 0;
	border: 0;
	padding: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.callout__close:focus,
.callout__close:hover {
	color: #151515
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: translate(0, 500px);
		transform: translate(0, 500px)
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes slideIn {
	0% {
		-webkit-transform: translate(0, 500px);
		transform: translate(0, 500px)
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-webkit-keyframes slideOut {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	100% {
		-webkit-transform: translate(0, 500px);
		transform: translate(0, 500px)
	}
}

@keyframes slideOut {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	100% {
		-webkit-transform: translate(0, 500px);
		transform: translate(0, 500px)
	}
}

.callout--slide-in {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.callout--slide-out {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-name: slideOut;
	animation-name: slideOut;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.roof-inspiration-slider {
	width: 100%;
	background: #8b837c;
	color: #fff;
	overflow: hidden;
	min-height: 30rem
}

@media (min-width:40em) {
	.roof-inspiration-slider {
		height: 30rem
	}
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.roof-inspiration-slider {
		height: 39rem
	}
}

.roof-inspiration-slider .start-design-btn {
	margin: 0
}

.roof-inspiration-slider-content__button {
	padding: 1rem
}

.roof-inspiration-slide {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
	height: 100%;
	overflow: hidden
}

@media (min-width:40em) {
	.roof-inspiration-slide {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
}

.roof-inspiration-slide__image {
	overflow: hidden;
	max-width: 90rem
}

.roof-inspiration-slide__image img {
	width: 100%;
	max-height: 100%!important
}

@media (min-width:40em) {
	.roof-inspiration-slide__image img {
		min-height: 30rem
	}
}

.roof-inspiration-slide__content {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 3rem;
	text-transform: capitalize
}

@media (min-width:40em) {
	.roof-inspiration-slide__content {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%
	}
}

.roof-inspiration-slide__content p {
	color: #fff
}

.js-content__button,
.js-content__description,
.js-content__title {
	position: relative;
	left: 115%
}

.js-content__button.visible,
.js-content__description.visible,
.js-content__title.visible {
	left: 0
}

.js-content__title {
	-webkit-transition: left 1.5s ease-in-out;
	transition: left 1.5s ease-in-out;
	font-size: 2.75rem;
	font-weight: 900;
	margin: 0
}

@media (min-width:40em) {
	.js-content__title {
		font-size: 4rem
	}
}

.js-content__description {
	-webkit-transition: left 1.25s ease-in-out;
	transition: left 1.25s ease-in-out;
	font-size: 1.75rem;
	font-weight: 500;
	padding: 1rem 0 2rem 0;
	margin: 0
}

.js-content__button {
	-webkit-transition: left 1s ease-in-out;
	transition: left 1s ease-in-out;
	left: 150%;
	padding: 1rem
}

@media (min-width:40em) {
	.js-content__button {
		width: 25
	}
}

@media (min-width:74.9375em) {
	.js-content__button {
		width: 40rem
	}
}

.where-to-buy {
	padding: 0;
	margin: 0;
	max-height: 15rem;
	width: 400px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.where-to-buy__header {
	width: 100%;
	margin: 0 auto;
	border-bottom: solid 1px gray
}

.where-to-buy__header h2 {
	color: gray;
	text-align: center;
	font-size: 1.85rem;
	font-weight: 100
}

.where-to-buy__input {
	padding: 1rem;
	font-size: 1rem;
	height: 75%
}

.where-to-buy__action {
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	height: 100%
}

.where-to-buy__sub-title {
	margin-bottom: 1.65rem
}

.where-to-buy__action-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 75%;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.roof-shingles-gallery .slick-list {
	height: 200rem!important
}

.atlas-home .atlas-hero-and-blocks {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.atlas-home .atlas-hero-and-blocks .atlas-hero {
	width: 100%
}

.atlas-home .atlas-hero-and-blocks .atlas-hero {
	height: 300px
}

.atlas-home .atlas-hero-video {
	width: 100%;
	margin: .2rem;
	margin-left: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.atlas-home .atlas-hero-video__video {
	width: 100%;
	display: none
}

@media (min-width:40em) {
	.atlas-home .atlas-hero-video__video {
		display: inherit
	}
}

@media (min-width:74.9375em) {
	.atlas-home .atlas-hero-video__video {
		width: auto;
		height: 100%
	}
}

@media (min-width:74.9375em) {
	.atlas-home .atlas-hero-video {
		margin: 0
	}
}

.atlas-home .atlas-leadership {
	background-color: #f7f7f7
}

.atlas-home .atlas-leadership__container {
	padding: 3rem
}

.atlas-home .atlas-leadership__title {
	color: #c3112e
}

.atlas-home .atlas-leadership__blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.atlas-home .atlas-leadership__blocks .atlas-leadership-block:not(:last-child) {
	margin-bottom: 1rem
}

.atlas-home .atlas-facilities {
	background-color: #fff;
	color: #95989a;
	overflow: hidden
}

.atlas-home .atlas-facilities__container,
.atlas-home .atlas-facilities__map-markers {
	padding: 3rem 0
}

.atlas-home .atlas-facilities__title {
	color: #667986;
	margin: 1.5rem auto;
	width: calc(100% - 3.2rem)
}

.atlas-home .atlas-facilities__subtitle {
	color: #667986;
	font-size: 2.3rem;
	font-weight: 300;
	line-height: 2.6rem;
	margin: 1.5rem auto;
	text-align: center;
	width: calc(100% - 7rem)
}

.atlas-home .atlas-facilities__copy {
	font-size: 1.6rem;
	font-weight: 400;
	margin: 1.5rem auto;
	text-align: center;
	width: calc(100% - 3.2rem)
}

@media (min-width:40em) {
	.atlas-home .atlas-leadership__container {
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		padding: 1.5rem 3rem
	}
	.atlas-home .atlas-leadership__blocks {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.atlas-home .atlas-leadership__blocks .atlas-leadership-block {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.atlas-home .atlas-leadership__blocks .atlas-leadership-block:not(:last-child) {
		margin-bottom: 0
	}
	.atlas-home .atlas-leadership__blocks .atlas-leadership-block:not(:first-child):not(:last-child) {
		margin: 0 1rem
	}
	.atlas-home .atlas-facilities__container,
	.atlas-home .atlas-facilities__map-markers {
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		padding: 1.5rem 3rem
	}
	.atlas-home .atlas-facilities__subtitle {
		margin: 0
	}
	.atlas-home .atlas-facilities__copy {
		max-width: 640px
	}
	.atlas-home .atlas-facilities__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.atlas-home .atlas-hero-and-blocks {
		margin: 0 auto
	}
}

@media (min-width:40em) and (min-width:74.9375em) {
	.atlas-home .atlas-hero-and-blocks {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		max-height: 550px
	}
}

@media (min-width:40em) {
	.atlas-home .atlas-hero-and-blocks .atlas-image-blocks {
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media (min-width:40em) and (min-width:74.9375em) {
	.atlas-home .atlas-hero-and-blocks .atlas-image-blocks {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 45%
	}
}

@media (min-width:40em) and (min-width:40em) {
	.atlas-home .atlas-hero-and-blocks .atlas-image-blocks .atlas-image-block:not(.atlas-image-block--request-quote) {
		width: 33.33%
	}
}

@media (min-width:40em) and (min-width:64em) {
	.atlas-home .atlas-hero-and-blocks .atlas-image-blocks .atlas-image-block:not(.atlas-image-block--request-quote) {
		width: 49.6%;
		margin: .2rem
	}
}

@media (min-width:40em) and (min-width:74.9375em) {
	.atlas-home .atlas-hero-and-blocks .atlas-image-blocks .atlas-image-block:not(.atlas-image-block--request-quote) {
		width: 100%
	}
}

@media (min-width:40em) {
	.atlas-home .atlas-hero-and-blocks .atlas-image-blocks .atlas-image-block:not(.atlas-image-block--request-quote):hover {
		text-decoration: none
	}
	.atlas-home .atlas-hero-and-blocks .atlas-image-blocks .atlas-image-block:not(.atlas-image-block--request-quote)__content {
		margin: 0;
		font-size: 1rem
	}
}

@media (min-width:40em) and (min-width:74.9375em) {
	.atlas-home .atlas-hero-and-blocks .atlas-image-blocks .atlas-image-block:not(.atlas-image-block--request-quote)__content {
		width: 50%
	}
}

.atlas-content {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5rem 3rem;
	padding: 3rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.atlas-content .content-container {
	max-width: 1024px;
	margin: 0 auto
}

.atlas-content .ah-product-content-left a img {
	border: 0
}

.atlas-content .ah-product-content-left-top-padding a {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #e16875
}

.atlas-content .ah-product-content-left-top-padding a:hover {
	color: #3763ca
}

.atlas-content .left {
	float: left
}

.atlas-content h1 {
	margin: .25em 0
}

.atlas-content sup {
	font-size: xx-small;
	line-height: 10px
}

.atlas-content .width-full {
	width: 100%!important;
	display: block
}

.atlas-content div.table {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0 30px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #444
}

.atlas-content div.table div.row {
	display: table-row;
	float: left;
	clear: left
}

.atlas-content div.table div.cell {
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.atlas-content div.table div.cell.text-valign-middle {
	vertical-align: middle
}

.atlas-content div.table div.cell.text-valign-bottom {
	vertical-align: bottom
}

.atlas-content div.table div.cell h2 {
	padding: 0;
	margin-bottom: 20px
}

.atlas-content div.table div.cell ul {
	margin-top: 0;
	list-style-type: none;
	padding-left: 0
}

.atlas-content .two-col {
	width: 50%
}

.atlas-content .three-col {
	width: 33.333%
}

.atlas-content .twenty-perc {
	width: 20%
}

.atlas-content .twentyfour-perc {
	width: 24%
}

.atlas-content .twentyfive-perc {
	width: 25%
}

.atlas-content .thirty-perc {
	width: 30%
}

.atlas-content .thirtythree-perc {
	width: 33.3334%
}

.atlas-content .thirtyeight-perc {
	width: 38%
}

.atlas-content .forty-perc {
	width: 40%
}

.atlas-content .fifty-perc {
	width: 50%
}

.atlas-content .sixty-perc {
	width: 60%
}

.atlas-content .sixtysix-perc {
	width: 66.66%
}

.atlas-content .seventy-perc {
	width: 70%
}

.atlas-content .eighty-perc {
	width: 80%
}

.atlas-content .ninty-perc {
	width: 90%
}

.atlas-content .full-width {
	width: 100%
}

.atlas-content .text-center {
	text-align: center!important
}

.atlas-content .text-left {
	text-align: left!important
}

.atlas-content .text-right {
	text-align: right!important
}

.atlas-content hr.divider {
	border: 1px dotted #ccc;
	clear: both;
	width: 91%;
	margin: 20px 30px
}

.atlas-content ul.no-bullets {
	list-style: none!important
}

.atlas-content ul.no-bullets li {
	margin: 0;
	list-style: none!important
}

.atlas-content .no-padding {
	padding-top: 0!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important
}

.atlas-content .padding-5 {
	padding: 5px!important
}

.atlas-content .padding-10 {
	padding: 10px!important
}

.atlas-content .padding-20 {
	padding: 20px!important
}

.atlas-content .padding-30 {
	padding: 30px!important
}

.atlas-content .padding-left-0 {
	padding-left: 0!important
}

.atlas-content .padding-left-5 {
	padding-left: 5px!important
}

.atlas-content .padding-left-10 {
	padding-left: 10px!important
}

.atlas-content .padding-left-20 {
	padding-left: 20px!important
}

.atlas-content .padding-left-30 {
	padding-left: 30px!important
}

.atlas-content .padding-right-0 {
	padding-right: 0!important
}

.atlas-content .padding-right-5 {
	padding-right: 5px!important
}

.atlas-content .padding-right-10 {
	padding-right: 10px!important
}

.atlas-content .padding-right-20 {
	padding-right: 20px!important
}

.atlas-content .padding-right-30 {
	padding-right: 30px!important
}

.atlas-content .padding-top-0 {
	padding-top: 0!important
}

.atlas-content .padding-top-5 {
	padding-top: 5px!important
}

.atlas-content .padding-top-10 {
	padding-top: 10px!important
}

.atlas-content .padding-top-20 {
	padding-top: 20px!important
}

.atlas-content .padding-top-30 {
	padding-top: 30px!important
}

.atlas-content .padding-bottom-0 {
	padding-bottom: 0!important
}

.atlas-content .padding-bottom-5 {
	padding-bottom: 5px!important
}

.atlas-content .padding-bottom-10 {
	padding-bottom: 10px!important
}

.atlas-content .padding-bottom-20 {
	padding-bottom: 20px!important
}

.atlas-content .padding-bottom-30 {
	padding-bottom: 30px!important
}

.atlas-content .margin-right-20 {
	margin-right: 20px!important
}

.atlas-content .margin-bottom-20 {
	margin-bottom: 20px!important
}

.atlas-content .margin-top-20 {
	margin-top: 20px!important
}

.atlas-content .margin-left-20 {
	margin-left: 20px!important
}

.atlas-content .no-margin {
	margin-left: 0!important;
	margin-right: 0!important;
	margin-bottom: 0!important;
	margin-top: 0!important
}

.atlas-content .border-bottom {
	border-bottom: 1px dotted #ccc
}

.atlas-content .no-wrap {
	white-space: nowrap
}

.atlas-content .inline {
	display: inline
}

.atlas-content .inline-block {
	display: inline-block
}

.atlas-content .inherit {
	display: inherit
}

.atlas-content .three-column-img {
	margin: 0 0 30px 16px;
	padding-bottom: 3px;
	border-bottom: solid 1px #ccc
}

.atlas-content .ah-product-content-left h2 {
	margin-bottom: 20px
}

.atlas-content .ah-product-content-left a img {
	border: 0
}

.atlas-content .atlas-docs-side-content {
	width: 312px;
	float: right;
	text-align: center
}

.atlas-content .atlas-docs-side-content .ipad {
	margin-bottom: 20px
}

.atlas-content .atlas-docs-side-content .btn-appstore {
	margin-bottom: 20px
}

.atlas-content .syr-table .img-left {
	float: left;
	border: 0;
	margin: 0 15px 0 30px
}

.atlas-content .syr-table .img-right {
	float: right;
	border: 0;
	margin: 0 30px 0 15px
}

.atlas-content .shingle-product-users {
	margin-bottom: 20px;
	display: table;
	padding: 0 30px
}

.atlas-content .shingle-product-users .user {
	display: table-cell;
	width: 50%;
	text-align: center
}

.atlas-content .shingle-product-users .user img {
	margin: 3px
}

.atlas-content .shingle-product-users .user p {
	text-align: left;
	padding: 5px 10px
}

.atlas-content .shingle-product-users .user p a {
	text-decoration: underline;
	color: #600000
}

.atlas-content .course-title {
	font-weight: 700;
	text-decoration: underline;
	font-style: italic
}

.atlas-content .course-credits {
	font-weight: 700
}

.atlas-content .leed-potential-more-information {
	width: 420px;
	margin: 0 auto
}

.atlas-content .tabpage-1-section-f {
	border-bottom: 1px solid #9d9cb0;
	font-size: 18px;
	margin: 10px 0 6px;
	padding: 15px 0 2px
}

.atlas-content .tabpage-1-section {
	border-bottom: 1px solid #9d9cb0;
	font-size: 18px;
	margin: 30px 0 6px;
	padding: 0 0 2px
}

.atlas-content .tabpage-1-download {
	border-bottom: 1px solid #9d9cb0;
	font-size: 16px;
	margin: 0 0 6px;
	padding: 0 0 5px
}

.atlas-content .tabpage-1-download-title {
	margin: 0;
	padding: 0
}

.atlas-content .tabpage-1-download-file {
	float: right;
	margin: 0;
	padding: 0
}

.atlas-content .tabpage-1-download-size {
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
	text-align: right;
	width: 70px
}

.required-field {
	padding: .25rem .5rem;
	position: absolute;
	color: #3ab9af
}

.map-image {
	width: 60%;
	margin: 0 auto
}

@media (min-width:40em) {
	.roof-shingles-gallery-old .feature-img {
		min-width: 70rem;
		max-width: 70rem!important;
		margin: 0 auto;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.roof-shingles-gallery-old .carousel_images {
		height: 45rem
	}
	.roof-shingles-gallery-old .slick-slide {
		max-height: 40rem;
		overflow: hidden
	}
	.roof-shingles-gallery-old .slider-nav {
		height: 13rem
	}
	.roof-shingles-gallery-old .thumb-img {
		max-height: 15rem;
		min-height: 15rem;
		width: 26rem;
		min-width: 26rem
	}
}

.slick-list {
	height: 50rem!important
}

@media (min-width:40em) {
	.slick-list {
		height: 60rem!important
	}
}

.atlas-about-product-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media (min-width:40em) {
	.atlas-about-product-list .atlas-about-product {
		width: 50%
	}
}

.timeline {
	padding: 0;
	list-style: none
}

.timeline-page {
	background-color: #fff
}

.timeline-page__summary {
	padding: 2rem 0;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.timeline-page__summary p {
	padding: 1rem 0 2rem 0
}

@media (min-width:40em) {
	.timeline-page__summary p {
		width: 50%
	}
}

.timeline__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 2rem 0
}

.timeline__button {
	background: #fff;
	border: solid #c3112e;
	color: #c3112e;
	width: 80%
}

@media (min-width:40em) {
	.timeline__button {
		width: 43rem
	}
}

.timeline__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 4rem 0
}

@media (min-width:40em) {
	.timeline__group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.timeline__group::after {
	content: "";
	background: #c3112e;
	position: absolute;
	z-index: -1;
	height: 8%;
	width: .25rem;
	margin: 0 auto
}

@media (min-width:40em) {
	.timeline__group::after {
		left: 50%
	}
}

.timeline__content {
	width: 100%
}

.timeline__content h2 {
	font-size: 2rem;
	font-size: 1.2rem;
	color: #667986;
	margin: 0;
	font-weight: 600
}

@media (min-width:64em) {
	.timeline__content h2 {
		font-size: 1.6rem
	}
}

.timeline__content p {
	margin: 0
}

.timeline__content small {
	color: #c3112e
}

.timeline__product-detail,
.timeline__region-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #e3e3e4;
	border-left: solid #c3112e;
	padding: 2rem
}

.timeline__product-detail:not(:last-child),
.timeline__region-detail:not(:last-child) {
	margin: 0 0 2rem 0
}

@media (min-width:40em) {
	.timeline__product-detail,
	.timeline__region-detail {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
		border: none;
		background: #fff;
		padding: 0
	}
}

@media (min-width:64em) {
	.timeline__product-detail,
	.timeline__region-detail {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.timeline__product-detail-img,
.timeline__region-detail-img {
	max-width: 100%;
	min-width: 60px;
	padding: 2rem;
	background: #fff;
	width: 100%
}

.timeline__product-detail-img img,
.timeline__region-detail-img img {
	width: 50%
}

@media (min-width:40em) {
	.timeline__product-detail-img img,
	.timeline__region-detail-img img {
		max-width: 95px;
		width: 100%
	}
}

@media (min-width:40em) {
	.timeline__product-detail-img,
	.timeline__region-detail-img {
		width: 40%
	}
}

@media (min-width:40em) {
	.timeline__product-detail-img {
		padding-right: 0
	}
}

.timeline__region-detail-img {
	max-width: 45%
}

@media (min-width:64em) {
	.timeline__region-detail-img {
		padding-left: 0;
		max-width: 100%
	}
}

.timeline__date {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (min-width:40em) {
	.timeline__date {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
}

.timeline__date h2 {
	background: #c3112e;
	color: #fff;
	margin: 0;
	padding: 2rem
}

@media (min-width:40em) {
	.timeline__date h2 {
		padding: 1rem
	}
}

.timeline__region-details {
	padding: 2rem;
	height: 100%
}

@media (min-width:40em) {
	.timeline__region-details {
		width: 40%;
		background-color: #e3e3e4
	}
}

.timeline__product-details {
	padding: 2rem;
	height: 100%
}

@media (min-width:40em) {
	.timeline__product-details {
		width: 40%;
		background-color: #e3e3e4
	}
}

.timeline__product-details::before {
	width: 10%;
	background: #c3112e;
	position: absolute;
	z-index: -1;
	height: .25rem;
	left: 0
}

@media (min-width:40em) {
	.timeline__product-details::before {
		content: "";
		left: 50%;
		margin: .5rem 0
	}
}

.timeline__region-detail::after {
	width: 10%;
	background: #c3112e;
	position: absolute;
	z-index: -1;
	height: .25rem;
	right: 0
}

@media (min-width:40em) {
	.timeline__region-detail::after {
		content: "";
		right: 50%;
		margin: .5rem 0
	}
}

.timeline__content {
	padding: 2rem;
	background: #fff
}

.timeline__region-detail-imgs {
	background: #fff;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.isInvisible {
	visibility: hidden!important
}

.isHidden {
	display: none!important
}

.content {
	opacity: 0
}

.showContent {
	opacity: 1
}

.popup-h2 {
	color: #b00024;
	font-size: 2em;
	font-weight: 700;
	line-height: normal;
	margin: 0
}

.popup-h3 {
	margin-top: 0!important;
	font-style: normal!important;
	font-weight: 700;
	margin-bottom: 10px
}

.atlas-form div select {
	margin-left: 0
}

.atlas-form label {
	margin: 30px 0 0 0;
	display: inherit;
	font-size: 13px
}

.atlas-form-outer {
	margin-top: 16px
}

.atlas-form-container-first {
	border-top: 1px solid #bdbdbd!important
}

.atlas-form-container,
.atlas-form-container-double {
	margin: 0;
	border: 1px solid #bdbdbd;
	border-top: 0;
	padding: 0;
	background-color: #f3f3f3
}

.atlas-form-container-last {
	margin: 0 0 40px 0
}

.atlas-form-container label {
	float: left;
	padding: 12px 5px 0 10px;
	margin: 0;
	font-weight: 200;
	color: #5e5e5e;
	font-size: 14px;
	width: 30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.atlas-form-container-double label {
	float: left;
	padding: 12px 5px 12px 10px;
	margin: 0;
	font-weight: 200;
	line-height: 18px;
	color: #5e5e5e;
	font-size: 14px;
	width: 30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.atlas-form-container input,
.atlas-form-container p {
	border: 0;
	padding: 12px 8px;
	margin: 0;
	width: 70%;
	font-weight: 600;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.atlas-form-outer .atlas-form-container textarea {
	border: 0;
	float: right;
	font-weight: 600;
	font-size: 14px;
	height: 70px;
	margin-top: 0;
	width: 70%
}

.atlas-form-container p {
	background: #fff;
	color: #000;
	float: right
}

.atlas-form-container span {
	border: 0;
	padding: 12px 8px;
	margin: 0;
	width: 70%;
	font-weight: 600;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.atlas-form-container input[type=file] {
	border: 0;
	padding: 12px 8px;
	margin: 0;
	width: 70%;
	font-weight: 600;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.atlas-form-container-double input[type=text] {
	border: 0;
	padding: 21.5px 8px;
	margin: 0;
	width: 70%;
	font-weight: 600;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

label.summaryLabel {
	margin: 0
}

.atlas-form-container-checkfirst {
	float: left!important;
	width: initial!important;
	margin: 15px 7px 8px 10px!important
}

.atlas-form-container-labelright {
	float: none!important;
	width: 90%!important;
	display: inline-block!important;
	padding: 14px 0!important
}

.atlas-form-container-note {
	float: none!important;
	width: 100%!important;
	display: inline-block!important;
	padding: 12px 10px 12px 10px!important
}

.atlas-form-container select {
	border: 0;
	padding: 12px 8px;
	margin: 0;
	width: 70%;
	font-weight: 600;
	font-size: 14px;
	height: 41px;
	background-color: #fff;
	-webkit-border-radius: 0
}

.atlas-form-container-radial {
	border: 0;
	margin: 0;
	width: 70%;
	font-weight: 600;
	font-size: 14px;
	background-color: #fff;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.atlas-form-container-radial-double {
	border: 0;
	padding: 21.5px 8px;
	margin: 0;
	width: 70%;
	font-weight: 600;
	font-size: 14px;
	background-color: #fff;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.atlas-form-container-radial input {
	width: initial;
	margin-top: 14px;
	margin-left: 10px;
	padding: 0
}

.atlas-form-container-radial-l label,
.atlas-form-container-radial-r label {
	font-weight: 600;
	font-size: 14px;
	float: right;
	padding: 12px 8px 12px 12px;
	width: initial
}

.atlas-form-container-checkbox {
	border: 0;
	padding: 12px 8px;
	margin: 0;
	width: 30%;
	font-weight: 600;
	font-size: 14px;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

label.atlas-form-container-checkbox-label {
	width: 70%;
	display: inline-block!important;
	padding: 12px 10px 12px 10px!important
}

.atlas-form-container-checkbox input {
	width: initial
}

.atlas-form-outer textarea {
	margin-top: 5px;
	width: 80%;
	height: 70px
}

.atlas-form-outer label span {
	color: #e16875
}

.atlas-form-container input:required:valid,
.atlas-form-container select:required:valid,
.atlas-form-container textarea:required:valid {
	-webkit-box-shadow: 0 0 0 1px #1fb5ac;
	box-shadow: 0 0 0 1px #1fb5ac;
	border-color: #1fb5ac
}

.atlas-form-container-radial input:required:valid {
	border-color: rgba(255, 255, 255, 0);
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0)
}

.atlas-form-container-radial-l {
	float: left
}

.atlas-form-container-radial-r {
	float: right
}

.atlas-form-contacting {
	margin: 30px 0
}

.atlas-form-contacting p:first-child {
	width: 300px;
	padding: 0!important;
	float: left
}

.atlas-form-contacting p:nth-child(2) {
	margin: 18px 0 0 50px;
	padding: 0!important;
	float: left
}

.atlas-form-bestdescribes {
	border-top: 1px solid #bdbdbd
}

.atlas-form-attach {
	background-color: #fff
}

.atlas-form-attach {
	background-color: #fff;
	width: 100%!important
}

div#ui-datepicker-div {
	margin-top: 2px
}

.atlas-form-submit {
	background-color: #b00024;
	border: none;
	background-image: none;
	font-size: 1.5em;
	font-weight: 700;
	padding: 15px 40px
}

.popup-submit {
	margin: 30px auto;
	display: inherit;
	color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 1px #888;
	box-shadow: 0 0 1px #888
}

.form-container {
	width: 60%;
	margin: 3% auto
}

.protects_logo {
	max-width: 300px;
	margin: 0 auto;
	display: block;
	width: 50%
}

.atlas-product-image-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow: hidden;
	height: 15rem;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
	-webkit-transition: all all .3s ease-in-out;
	transition: all all .3s ease-in-out
}

.atlas-product-image-block:focus,
.atlas-product-image-block:hover {
	-webkit-transform: scale(1.025);
	transform: scale(1.025)
}

.atlas-product-image-block__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	color: #fff;
	text-align: right;
	width: 50%;
	z-index: 2
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.atlas-product-image-block__content {
		width: 60%
	}
}

.atlas-product-image-block__content-title {
	position: relative;
	font-size: 3rem;
	font-weight: 500;
	line-height: 2.5rem;
	letter-spacing: .05rem;
	float: right;
	text-align: right;
	margin: 0
}

.atlas-product-image-block__content-subtitle {
	font-size: 5rem;
	line-height: 1.8rem;
	font-weight: 400;
	letter-spacing: .025rem;
	margin: 1rem 0 0 0
}

.atlas-product-image-block__content-button {
	font-size: 3rem;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0
}

.atlas-product-image-block__content-button:hover {
	text-decoration: none;
	-webkit-box-shadow: 6px 6px 2px #667986!important;
	box-shadow: 6px 6px 2px #667986!important
}

@media (min-width:64em) {
	.atlas-product-image-block__content-title {
		font-size: 5rem;
		text-align: right
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.atlas-product-image-block__content-title {
		font-size: 4rem;
		text-align: right
	}
}

.atlas-product-image-block--all {
	background-color: #b81530;
	background-size: cover;
	background-image: url(/corporate/assets/all-products-bg@2x.png)
}

.atlas-product-image-block--insulation {
	background-color: #f7f7f7;
	background-image: url(/corporate/assets/roof-wall-insulation-bg@2x.png)
}

.atlas-product-image-block--roof-shingles {
	background-color: #736c67;
	background-image: url(/corporate/assets/roofing-shingles-bg@2x.png)
}

.atlas-product-image-block--request-quote {
	height: 100%;
	width: 100%;
	position: relative;
	background-color: #fff;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (min-width:769px) and (max-width:1024px) {
	.atlas-product-image-block--request-quote {
		height: initial;
		width: 50%!important;
		margin: 0 auto
	}
}

@media screen and (min-width:380px) and (max-width:768px) {
	.atlas-product-image-block--request-quote {
		height: initial;
		width: 100%!important
	}
}

@media (min-width:74.9375em) {
	.atlas-product-image-block--request-quote {
		height: 60%
	}
}

.atlas-product-image-block--request-quote:before {
	display: none
}

.atlas-product-image-block--request-quote .atlas-image-block__content-button {
	padding: 1.5rem;
	width: 100%
}

.atlas-product-image-block--request-quote .atlas-image-block__content-title {
	text-shadow: none;
	color: #c3112e;
	font-weight: 400;
	margin: 1rem auto;
	padding: 0;
	width: 90%;
	position: relative;
	padding-top: 1rem
}

.atlas-product-image-block--request-quote .atlas-image-block__content-title:after {
	display: none
}

.atlas-product-image-block--request-quote .atlas-image-block__content-title:before {
	content: "";
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, .1);
	background-color: #c3112e;
	left: 0;
	right: 0
}

.atlas-product-image-block--request-quote .atlas-image-block__content-title strong {
	font-weight: 600
}

.atlas-product-image-block--request-quote .atlas-image-block__content .atlas-textfield--search {
	width: 100%
}

.atlas-product-image-block--request-quote .atlas-image-block__content .atlas-textfield--search input {
	background-color: #eee;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.atlas-product-image-block--request-quote .atlas-image-block__content .atlas-textfield--search:after {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.atlas-product-image-block--request-quote .atlas-image-block__guy {
	position: absolute;
	width: 125px;
	height: 100%;
	min-width: 0;
	right: -35px;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-image: url(/corporate/assets/atlas-guy.png);
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent
}

@media (min-width:40em) {
	.atlas-product-image-block--request-quote .atlas-image-block__guy {
		width: 300px;
		right: -50px
	}
}

@media (min-width:64em) {
	.atlas-product-image-block--request-quote .atlas-product-image-block__content .atlas-textfield--search input {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.atlas-product-image-block--request-quote .atlas-product-image-block__content .atlas-textfield--search:after {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.atlas-product-image-block--request-quote .atlas-image-block__guy {
		width: 185px;
		right: -15px
	}
}

@media (min-width:74.9375em) {
	.atlas-product-image-block--request-quote .atlas-image-block__guy {
		width: 70px;
		right: 0
	}
}

.atlas-product-image-block--request-quote__content-title {
	font-size: 3rem
}

.atlas-product-image-block--request-quote:hover .atlas-image-block__guy {
	right: -10px
}

.atlas-product-image-block__product-img {
	width: 50%;
	position: relative
}

@media (min-width:40em) {
	.atlas-product-image-block__product-img {
		width: 35%
	}
}

@media (min-width:64em) {
	.atlas-product-image-block__product-img {
		width: 35%
	}
}

.header-product-subtitle {
	font-weight: 700;
	color: #c3112e;
	margin: 0
}

.product-row {
	padding: 20px 0
}

.product-list {
	padding: 20px
}

.atlas-products-container {
	margin: 0 auto
}

ul.product-stander {
	padding-left: 20px
}

ul.product-stander li {
	list-style: disc
}

ul.product-stander li a {
	padding: 0 0;
	list-style: disc;
	color: #95989a
}

ul.product-stander-login li {
	list-style: disc
}

ul.product-stander-login li a {
	padding: 10px 0;
	list-style: disc;
	color: gray
}

.header-product-subtitle {
	font-weight: 700;
	color: #c3112e;
	margin: 0
}

.product-row {
	padding: 20px 0
}

.product-list {
	padding: 20px
}

.atlas-products-container {
	margin: 0 auto
}

ul.product-stander {
	padding-left: 20px
}

ul.product-stander li {
	list-style: disc
}

ul.product-stander li a {
	padding: 0 0;
	list-style: disc;
	color: #95989a
}

ul.product-stander-login li {
	list-style: disc
}

ul.product-stander-login li a {
	padding: 10px 0;
	list-style: disc;
	color: gray
}

.atlas-literature__banner {
	background-image: url(/corporate/assets/literature-banner.png);
	background-size: cover;
	height: auto
}

@media (min-width:40em) {
	.atlas-literature__banner {
		height: 180px
	}
}

.atlas-literature__header-title {
	padding: 1rem
}

@media (min-width:40em) {
	.atlas-literature__header-title {
		padding: 3rem
	}
}

.atlas-literature__header-title h1 {
	color: #fff;
	font-size: 4rem;
	margin: 0 auto;
	width: 80%;
	padding: 20px
}

@media (min-width:74.9375em) {
	.atlas-literature__header-title h1 {
		font-size: 6rem
	}
}

.atlas-literature-catalog__container {
	margin: 0 auto;
	width: 80%;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.catalog-image {
	padding: 10px;
	height: auto
}

@media (min-width:40em) {
	.catalog-image {
		width: 33.33%;
		height: 33.33%
	}
	.catalog-image img {
		width: 100%;
		height: auto
	}
}

.atlas-literature-download {
	background-color: #c3112e
}

.atlas-literature-download__content {
	margin: 0 auto;
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:64em) {
	.atlas-literature-download__content {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media (min-width:64em) {
	.atlas-download-docs {
		width: 60%;
		padding: 20px
	}
}

.atlas-download-header {
	color: #fff
}

.atlas-download-content {
	color: #fff
}

.atlas-download-button {
	padding-left: 30px;
	padding: 30px 0;
	width: 100%
}

@media (min-width:64em) {
	.atlas-download-button {
		width: 30%
	}
}

.careers__button {
	font-size: 2rem;
	max-width: 700px;
	padding: 1.5rem 2rem;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	width: 100%;
	border-radius: 8px
}

@media (min-width:74.9375em) {
	.careers__button {
		width: 100%
	}
}

.atlas-brochure-container {
	margin: 0 auto;
	width: 80%
}

.atlas-brochure-container__list {
	padding: 20px
}

.atlas-brochure-container__list__title {
	color: #c3112e;
	font-size: 26px
}

.atlas-brochure-container__list__items {
	padding: 0
}

.atlas-brochure-container__list__items button {
	font-size: 18px;
	background-color: #fff
}

.atlas-brochure-container__list__items li {
	list-style-type: none
}

.collapse-btn {
	border: none;
	border-radius: 0
}

button:focus {
	outline: 0
}

.group-list {
	padding-left: 25px
}

.downloads-table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px
}

.column {
	padding: 4px
}

.column {
	padding: 3px;
	text-align: left;
	border-bottom: 1px solid #ddd
}

.downloads-table td a {
	color: #000;
	font-size: 14px
}

.downloads-table td a:hover {
	color: #c3112e
}

span.glyphicon {
	top: -2px;
	margin: 5px
}

span.glyphicon.glyphicon-plus {
	background-color: #000;
	border: 1px solid #000;
	border-radius: 4px;
	height: 14px!important;
	text-align: center;
	width: 14px!important;
	color: #fff;
	font-size: 10px
}

body {
	overflow-x: hidden
}

.atlas-about__banner {
	background-image: url(/corporate/assets/about-banner.png);
	background-size: cover;
	height: auto
}

@media (min-width:40em) {
	.atlas-about__banner {
		height: 180px
	}
}

.atlas-about__header-title {
	padding: 1rem
}

@media (min-width:40em) {
	.atlas-about__header-title {
		padding: 3rem
	}
}

.atlas-about__header-title h1 {
	color: #fff;
	font-size: 4rem;
	font-family: "Helvetica Neue";
	margin: 0 auto;
	width: 80%;
	padding: 20px
}

@media (min-width:74.9375em) {
	.atlas-about__header-title h1 {
		font-size: 6rem
	}
}

.atlas-about-us__container {
	margin: 0 auto;
	width: 80%
}

.atlas-about-us__container-content p {
	padding: 20px 0;
	font-family: "Helvetica Neue"
}

.atlas-about-us__container-button {
	padding: 20px 0
}

.atlas-about__button {
	font-size: 1.5rem;
	max-width: 700px;
	padding: 1rem 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	width: 100%
}

@media (min-width:74.9375em) {
	.atlas-about__button {
		width: 35%
	}
}

.atlas-about__button:hover {
	text-decoration: none;
	-webkit-box-shadow: 6px 6px 2px #667986!important;
	box-shadow: 6px 6px 2px #667986!important
}

@media (min-width:40em) {
	.atlas-about__button {
		font-size: 2rem
	}
}

.about__button {
	font-size: 1.5rem;
	max-width: 700px;
	padding: 1rem 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	width: 100%
}

@media (min-width:74.9375em) {
	.about__button {
		width: 35%
	}
}

@media (min-width:40em) {
	.about__button {
		font-size: 2rem
	}
}

.atlas-about {
	background: #fff
}

.atlas-about:nth-of-type(even):not(.atlas-about__polysio) {
	background: #ededed
}

@media (min-width:40em) {
	.atlas-about:nth-of-type(even):not(.atlas-about__polysio) .atlas-about__block__image img {
		left: 2rem;
		position: relative
	}
}

@media (min-width:1920px) {
	.atlas-about:nth-of-type(even):not(.atlas-about__polysio) .atlas-about__block__image img {
		left: 35%
	}
}

.atlas-about__block__image {
	max-width: 70rem
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.atlas-about__block__image {
		width: 100%
	}
}

.atlas-about__block__image img {
	width: 100%;
	height: 100%
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.atlas-about__block__image img {
		height: 300px
	}
}

.atlas-about__block__header {
	color: #707070
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.atlas-about__block__header {
		font-size: 2.5rem
	}
}

.atlas-about__block__text {
	padding-bottom: 20px;
	color: #707070;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.atlas-about__block__text {
		font-size: 1.4rem
	}
}

.atlas-about__block__content {
	padding: 15px 15px
}

.atlas-about__block-content-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	overflow: hidden
}

@media (min-width:64em) {
	.atlas-about__block-content-container {
		max-height: 48rem
	}
}

@media screen and (min-width:320px) and (max-width:812px) {
	.row-flex .atlas-about-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.row-flex .atlas-about-container .atlas-about__block__content {
	padding-left: 20px
}

.atlas-about-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1920px
}

.atlas-contact__banner {
	background-image: url(corporate/assets/red-banner.png);
	background-size: cover;
	height: auto
}

@media (min-width:40em) {
	.atlas-contact__banner {
		height: 180px
	}
}

.atlas-contact__header-title {
	padding: 1rem
}

@media (min-width:40em) {
	.atlas-contact__header-title {
		padding: 3rem
	}
}

.atlas-contact__header-title h1 {
	color: #fff;
	font-size: 2.5rem;
	font-family: "Delta Jaeger";
	margin: 0 auto;
	width: 80%
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.atlas-contact__header-title h1 {
		font-size: 5rem
	}
}

@media (min-width:64em) {
	.atlas-contact__header-title h1 {
		font-size: 6rem
	}
}

@media (min-width:64em) {
	.atlas-contact__header-title h1 {
		padding: 20px
	}
}

.contact-content {
	margin: 0 auto;
	width: 90%
}

.contact-block__text {
	padding: 20px 0
}

.contact-block__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.contact-block__images-container {
	width: 20rem;
	padding: 10px
}

.contact-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-check__content {
	color: #696969;
	font-size: 20px;
	font-weight: 700
}

.contact-check__radio-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.contact-check__radio-button p {
	padding: 0 10px;
	font-family: "Helvetica Neue"
}

.contact-check__radio-button p input[type=radio] {
	margin: 4px
}

.contact-form__header h2 {
	color: #000
}

.atlas-form-container-first {
	margin-bottom: 20px
}

.atlas-form-border .atlas-form-container .atlas-form-container-first {
	border-bottom: 1 px solid #bdbdbd
}

.atlas-form-container {
	border-top: 1px solid #bdbdbd
}

.atlas-form-container-middle {
	margin-top: 20px
}

.atlas-form-container-middle .atlas-form-container {
	border-bottom: none
}

.atlas-form-container-last {
	margin-top: 20px
}

.form-submit {
	background-color: #3ab9af;
	border: none;
	background-image: none;
	font-size: 1.5em;
	font-weight: 700;
	padding: 15px 100px
}

.form-button {
	padding: 20px 0
}

.message-box {
	width: 70%;
	height: 70px
}

@media (min-width:64em) {
	.message-box {
		max-width: 100%
	}
}

.contact-services {
	display: none;
	padding-bottom: 30px
}

.contact-services__header p {
	font-size: 30px
}

.content-info__heading1 {
	color: #3ab9af;
	font-weight: 700;
	font-size: 20px;
	margin: 0
}

.content-info__heading1 p {
	margin: none
}

.contact-form h2 {
	text-align: center
}

.contact-form .atlas-testimonials__form {
	background: 0 0
}

.contact-form .atlas-selectfield,
.contact-form .atlas-textfield {
	border: solid #95989a
}

.contact-form__header-title {
	text-align: center
}

.contact_form--actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:40em) {
	.contact_form--actions {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.contact_form--submit {
	width: 100%;
	margin: 1rem 0
}

@media (min-width:40em) {
	.contact_form--submit {
		max-width: 20rem!important;
		margin: 0
	}
}

.contact-form-header p {
	text-align: center;
	font-size: 30px;
	color: #000
}

@media (min-width:320px) {
.atlas-right-links .hf-t-ul-cont {
    padding: 0 6px;
}

}



/*footer and header style changes*/
.atlas-footer-images{
	float: left;
	width: 100%;
}
.atlas-right-links .hf_t{
	background: none;
}
.atlas-right-links:nth-child(1){
	width: 65% ;
	float: left;
}
.atlas-right-links:nth-child(2){
width: 35% ;
float: left;
margin-top: 40px !important;
}


.atlas-footer__links{
	width: 100% !important;
}
.atlas-logo img{
	width: 100%;
}
.atlas-footer .atlas-right-links .hf_t{
	width: 100% ;
}
.atlas-footer .atlas-footer__links{
	justify-content: inherit !important;
}
.atlas-footer .atlas-right-links .hf-t-cont{
    padding: 35px 40px;
}
.atlas-footer .atlas-right-links .hf-t-ul-cont{
	padding: 0 20px;
}
.atlas-footer .hf-t-ul-cont c{
	padding-right:20px;
}
.atlas-footer .hf-t-a-title{
	margin-bottom: 10px;
	font-family: Delta-Book,'Open Sans',sans-serif!important;
}
.hf-t-cont{ 
	margin:0px !important; 
}
.atlas-right-links .hf_t{
	width: 100% !important;
}
.atlas-nav__list-item-link{
 padding: 27px 5px !important;
 text-decoration: none !important;
}
.atlas-nav__list-item:hover {
background-color: #f7f7f7;
border-color: #c3112e;
}
.product-info__swatch-slider > .draggable{
height: auto !important;
}
h4.hf-t-a-title {
padding: 12px 0px;
}
.ah-product-default {
    display: flex;
    flex-direction: row!important;
}

@media(min-width:1100px) and (max-width:1200px){
			.atlas-right-links {width: 100%!important}
	.atlas-right-links:nth-child(1) {
    /* float: left; */
    background: #c3112d;
}
.atlas-footer .atlas-right-links .hf-t-ul-cont {
   padding: 0px 76px;
}
.atlas-footer .atlas-right-links .hf-t-cont {
    padding: 35px 0px !important;
}
	.atlas-right-image {
    padding: 43px;
    margin-top: -50px;
		margin: 0 auto;
}
	.atlas-logo img {
    width: 60%;
}
}

@media(max-width:1024px){
		.atlas-right-links {width: 100%!important}
	.atlas-right-links:nth-child(1) {
    /* float: left; */
    background: #c3112d;
}
.atlas-footer .atlas-right-links .hf-t-ul-cont {
   padding: 0px 76px;
}
.atlas-footer .atlas-right-links .hf-t-cont {
    padding: 35px 0px !important;
}
	.atlas-right-image {
    padding: 43px;
    margin-top: -50px;
}
	.atlas-logo img {
    width: 60%;
}
	
}

@media(max-width:768px){
	.where-to-buy { width: 100%}
		.atlas-right-links {width: 100%!important}
	.atlas-right-links:nth-child(1) {
    /* float: left; */
    background: #c3112d;
}
.atlas-footer .atlas-right-links .hf-t-ul-cont {
    padding: 0px 38px;
}
.atlas-footer .atlas-right-links .hf-t-cont {
    padding: 35px 0px !important;
}
	.atlas-right-image {
    padding: 43px;
    margin-top: -50px;
}
	.atlas-logo img {
    width: 60%;
}
}

@media(max-width:480px){
	.where-to-buy { width: 100%}
	.atlas-right-links {width: 100%!important}
	.atlas-right-links:nth-child(1) {
    /* float: left; */
    background: #c3112d;
}
.atlas-footer .atlas-right-links .hf-t-ul-cont {
    padding: 0px 11px;
}
.atlas-footer .atlas-right-links .hf-t-cont {
    padding: 35px 0px !important;
}
	.atlas-right-image {
    padding: 43px;
    margin-top: -50px;
}
}
label.atlas-textfield--search:after{
	font-size: 1.5rem !important;
	padding: 0px !important;
}
label.atlas-textfield input{
	font-size: 14px !important;
	padding: 0px 10px !important;
	font-weight: bold;
}
.sub-nav-header .col-md-2{
	float: left !important;
}
.sub-nav-header .col-md-6{
	float: left !important;
}
.sub-nav-header .col-md-3{
	float: left !important;
}
.sub-nav-header .col-md-5{
	float: left !important;
}
.mega-menu ul li a{
	font-size: 13px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.mega-menu ul li{
	font-size: 12px !important;
}
.mega-drop-down .mega-menu ul .header-title{
	font-size: 1rem !important;
}
.atlas-header{
	height: 80px !important;
}
.hr7-cont{
	max-width: 950px !important;
}