@charset "UTF-8";
/*0.56, 0.75, 1, 1.33, 1.77, 2.36, 3.15, 4.2*/
/*0.64, 0.8, 1, 1.25, 1.56, 1.95, 2.44, 3.05, 3.81*/

body {
	font-size: 16px;
	line-height: 21px;
	font-family: "ProximaNova-Regular", arial, Helvetica, sans-serif;
	color: #727272;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bold {
	font-family: 'ProximaNova-Bold', arial, Helvetica, sans-serif !important;
	line-height: 1.3em;
}

img {
	display: block;
}

a {
	text-decoration: none;
}

.bold-caps {
	font: 14px/1em "ProximaNova-Bold", arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1 {
	color: #003a5d;
	font: 4.3em/1.1em "ProximaNova-Regular", arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0.1em;
}

.h1-title-light {
	color: #76bc21 !important;
	font-family: "ProximaNova-Bold", arial, Helvetica, sans-serif !important;
}

h2 {
	color: #003a5d;
	font: 3.3em/1.1em "ProximaNova-Regular", arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0.1em;
}

h3 {
	font: 3.81em/1.1em "ProximaNova-Regular", arial, Helvetica, sans-serif;
	color: #003a5d;
	text-transform: uppercase;
}

h4 {
	font: 2.44em/1.1em "ProximaNova-Bold", arial, Helvetica, sans-serif;
	color: #76bc21;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 .italic {
	font-family: "ProximaNova-BoldIt", arial, Helvetica, sans-serif;
}

h5 {
	font: 1.56em/1.1em "ProximaNova-Semibold", arial, Helvetica, sans-serif;
	color: #003a5d;
}

h6 {
	font: 1.95em/1.1em "ProximaNova-Bold", arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h7 {
	font: 1.5em/1.5em "LuloCleanOne-Bold", arial, Helvetica, sans-serif;
	color: white;
	text-transform: uppercase;
	letter-spacing: -0.08em;
}

.stage-header {
	position: fixed;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #9a9a9a;
	background-color: #434343;
	font: bold 18px/1.2em sans-serif;
	height: 60px;
	z-index: 200;
}

.stage-header .title {
	margin-left: 20px;
}

.stage-header .bug {
	margin-right: 20px;
}

.stage-header .bug img {
	height: 36px;
	width: 36px;
}

/*···················· H E A D E R ····················*/

.header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #cfcfcf;
	z-index: 100;
}

.header .left {
	padding: 14px 40px 10px 50px;
}

.header .left .logo {
	width: 240px;
}

.header .nav {
	display: flex;
	align-items: center;
}

.header .nav div {
	margin-top: 16px;
	font: 18px/1em "ProximaNova-Semibold", arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-right: 50px;
}

.header .nav div a {
	text-decoration: none;
	color: #003a5d;
	-webkit-transition: all, 0.25s ease-out;
	-moz-transition: all, 0.25s ease-out;
	-o-transition: all, 0.25s ease-out;
	transition: all, 0.25s ease-out;
}

.header .nav div a hr {
	text-align: left;
	margin: 0;
	height: 2px;
	width: 0;
	border-width: 0;
	background-color: #76bc21;
	-webkit-transition: all, 0.25s ease-out;
	-moz-transition: all, 0.25s ease-out;
	-o-transition: all, 0.25s ease-out;
	transition: all, 0.25s ease-out;
}

.header .nav div a:hover {
	color: #76bc21;
	-webkit-transition: all, 0.25s ease-out;
	-moz-transition: all, 0.25s ease-out;
	-o-transition: all, 0.25s ease-out;
	transition: all, 0.25s ease-out;
}

.header .nav div a:hover hr {
	width: 100%;
	-webkit-transition: all, 0.25s ease-out;
	-moz-transition: all, 0.25s ease-out;
	-o-transition: all, 0.25s ease-out;
	transition: all, 0.25s ease-out;
}

.header .nav div .active, .header .nav div active:hover {
	color: #76bc21 !important;
	cursor: default !important;
}

.header .nav div .active hr, .header .nav div active:hover hr {
	width: 100% !important;
}

.hero {
	position: relative;
}

.hero .offset-title, .hero .offset-title-one-line {
	position: absolute;
	padding: 40px 50px 24px;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
}

.carousel-container {
	height: 500px;
	width: 100%;
	margin-top: 118px;
	overflow: hidden;
}

.carousel-container .slide {
	width: 100%;
	height: 500px;
	position: relative;
}

.carousel-container .slide .carousel-box {
	padding: 2em;
	max-width: 350px;
	line-height: 1.4em;
	background-color: rgba(0, 0, 0, 0.45);
	position: absolute;
	right: 5%;
	top: 11%;
}

.carousel-container .slide .carousel-box p {
	text-transform: uppercase;
	color: white;
	font-family: "LuloCleanOne", arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-top: 0.6em;
	letter-spacing: -0.08em;
}

.carousel-container-short {
	height: 400px;
	width: 100%;
	overflow: hidden;
}

.carousel-container-short .slide-short {
	width: 100%;
	height: 400px;
}

.green-btn {
	background-color: #76bc21;
	font-family: "ProximaNova-Bold", arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: white;
	padding: 0.5em 1.5em;
	letter-spacing: 0.05em;
	display: inline-block;
	font-size: 0.8em;
}

.green-btn:hover {
	background-color: #3f96b4;
	-webkit-transition: all, 0.25s ease-out;
	-moz-transition: all, 0.25s ease-out;
	-o-transition: all, 0.25s ease-out;
	transition: all, 0.25s ease-out;
}

.hero-3 {
	background: url("../images/hero-3.jpg") no-repeat center center;
	background-size: cover;
}

.hero-4 {
	background: url("../images/hero-4.jpg") no-repeat center center;
	background-size: cover;
}

.hero-5 {
	background: url("../images/hero-5.jpg") no-repeat center center;
	background-size: cover;
}

.hero-6 {
	background: url("../images/hero-6.jpg") no-repeat center center;
	background-size: cover;
}

/*···················· M A I N ····················*/

.main {
	padding: 44px 50px 0;
}

.no-image {
	margin-top: 170px;
}

.lead-in {
	position: relative;
	background-color: #E6E6E6;
	padding: 0 50px 50px;
}

.lead-in .copy-container {
	position: relative;
	top: -82px;
	margin-bottom: -82px;
	padding: 24px 30px 40px;
	background-color: #ffffff;
}

.lead-in .copy-container .copy {
	color: #3f96b4;
	font: 1.56em/1.4em "ProximaNova-Regular", arial, Helvetica, sans-serif;
}

.lead-in .copy-container .copy-large {
	color: #3f96b4;
	font: 1.95em/1.1em "ProximaNova-Regular", arial, Helvetica, sans-serif;
}

.intro {
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: 500;
	font-style: normal;
}

.intro-sub {
	font-size: 1.55em;
	line-height: 1.55em;
	color: #003a5d !important;
	font-family: 'ProximaNova-Bold', arial, Helvetica, sans-serif !important;
}

.material-list {
	list-style: none;
}

.material-list li {
	margin-bottom: 0.5em;
	margin-left: 1em;
}

.material-list li:before {
	content: "■";
	margin-left: -16px;
	margin-right: 10px;
	font-size: 0.6em;
	position: relative;
	top: -3px;
}

.system-page {
	display: flex;
	margin: 1em 0;
}

.system-page .system-copy {
	flex: 1 1 30%;
	padding: 1em 0 1em 3em;
}

.system-page .image-system {
	flex: 1 1 70%;
}

.system-page .image-system img {
	display: inline-block;
	width: 100%;
}

.system-page .image-system .image-one {
	margin: 1em 0 2em 0;
}

.system-page .image-system .image-two-container {
	display: flex;
}

.system-page .image-system .image-two-container .image-two {
	flex: 1 1 100%;
}

.dark-blue {
	color: #003a5d !important;
}

.green {
	color: #76bc21;
}

.title-link {
	color: #76bc21;
	text-decoration: none;
	-webkit-transition: all, 0.25s ease-out;
	-moz-transition: all, 0.25s ease-out;
	-o-transition: all, 0.25s ease-out;
	transition: all, 0.25s ease-out;
}

.title-link:hover {
	color: #003a5d;
	-webkit-transition: all, 0.25s ease-out;
	-moz-transition: all, 0.25s ease-out;
	-o-transition: all, 0.25s ease-out;
	transition: all, 0.25s ease-out;
}

a .image-container {
	overflow: hidden;
}

a .image-container img {
	-webkit-transition: all, 0.75s cubic-bezier(0.65, 0, 0.35, 1);
	-moz-transition: all, 0.75s cubic-bezier(0.65, 0, 0.35, 1);
	-o-transition: all, 0.75s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all, 0.75s cubic-bezier(0.65, 0, 0.35, 1);
}

.stack:hover img {
	transform: scale(1.3);
}

.ready {
	color: #76bc21;
	-webkit-transition: color, 0.25s ease-out;
	-moz-transition: color, 0.25s ease-out;
	-o-transition: color, 0.25s ease-out;
	transition: color, 0.25s ease-out;
}

.ready:hover {
	color: #003a5d;
	-webkit-transition: color, 0.25s ease-out;
	-moz-transition: color, 0.25s ease-out;
	-o-transition: color, 0.25s ease-out;
	transition: color, 0.25s ease-out;
}

.column-3 {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin-bottom: 1em;
}

.column-3 .stack {
	width: 33%;
	position: relative;
}

.space {
	margin-bottom: 1em;
}

.system-tag {
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	display: inline;
	padding: 0.4em 0.7em 0.3em 0.7em;
	position: absolute;
	z-index: 99;
	font-family: "ProximaNova-Semibold", arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 1.25em;
}

.stack:hover .system-tag {
	background-color: #76bc21;
	-webkit-transition: all, 0.75s ease-out;
	-moz-transition: all, 0.75s ease-out;
	-o-transition: all, 0.75s ease-out;
	transition: all, 0.75s ease-out;
}

.column-2 {
	/*display: flex;
	padding: 0;
	justify-content: space-between;*/
}

.column-2 .stack {
	max-width: 700px;
}

.gutter {
	width: 60px;
	min-width: 60px;
}

.gutter-small {
	width: 20px;
	min-width: 20px;
}

.advantage {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.advantage .icon {
	width: 130px;
	height: 130px;
	margin-right: 20px;
}

.advantage .icon img {
	width: 130px;
	height: 130px;
}

.section-title {
	margin-bottom: 10px;
}

.callout {
	font-family: 'ProximaNova-Bold', arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #003a5d;
}

/*···················· F O O T E R ····················*/

.footer {
	background: url("../images/panel-eze-dark-texture1.jpg") no-repeat center top;
	background-size: cover;
	color: #979797;
	padding: 30px 50px 22px;
	font-size: 16px;
	line-height: 22px;
	position: relative;
}

.footer a {
	text-decoration: none;
	border-bottom: 1px solid rgba(118, 188, 33, 0);
	color: #979797;
	-webkit-transition: all, 0.25s ease-out;
	-moz-transition: all, 0.25s ease-out;
	-o-transition: all, 0.25s ease-out;
	transition: all, 0.25s ease-out;
}

.footer a:hover {
	color: #76bc21;
	border-bottom: 1px solid #76bc21;
	-webkit-transition: all, 0.25s ease-out;
	-moz-transition: all, 0.25s ease-out;
	-o-transition: all, 0.25s ease-out;
	transition: all, 0.25s ease-out;
}

.footer .upper {
	display: flex;
	justify-content: space-between;
}

.footer .upper .info-title {
	margin-bottom: 16px;
}

.footer .upper .footer-logo {
	width: 240px;
}

.footer .upper div:nth-of-type(n+2):nth-last-of-type(n+1) {
	margin-top: 45px;
}

.footer .back-to-top div {
	background-color: #76bc21;
	-webkit-transition: all, 0.25s ease-out;
	-moz-transition: all, 0.25s ease-out;
	-o-transition: all, 0.25s ease-out;
	transition: all, 0.25s ease-out;
	padding: 6px;
}

.footer .back-to-top div img {
	margin: auto;
}

.footer .back-to-top:hover div {
	background-color: #3f96b4;
	-webkit-transition: all, 0.25s ease-out;
	-moz-transition: all, 0.25s ease-out;
	-o-transition: all, 0.25s ease-out;
	transition: all, 0.25s ease-out;
}

.footer .back-to-top {
	width: 30px;
	height: 28px;
	position: absolute;
	top: 30px;
	right: 50px;
}

.footer hr {
	border: none;
	height: 1px;
	margin: 20px 0;
	background-color: #525252;
}

.footer .lower {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.footer .copyright {
	display: inline-block;
}

.footer .copyright #my-year {
	display: inline-block;
}

/*···················· U T I L I T Y ····················*/

.keep-together {
	white-space: nowrap;
}

[id]:before {
	display: block;
	content: "";
	margin-top: -180px;
	height: 180px;
	z-index: -100;
}

/*···················· R E S P O N S I V E ····················*/

@media screen and (max-width: 1760px) {
	.column-3 .stack h6 {
		height: 64px;
	}
}

/*···················· 1 3 0 0 ····················*/

@media screen and (max-width: 1300px) {
	.header .nav div {
		margin-top: 16px;
		margin-right: 30px;
		text-align: center;
	}
}

/*···················· 1 1 0 0 ····················*/

@media screen and (max-width: 1100px) {
	.header .nav div {
		margin-top: 10px;
		margin-right: 25x;
		font: 16px / 1em "ProximaNova-Semibold", arial, Helvetica, sans-serif;
	}
	
	.column-3 .stack h6 {
		height: auto;
	}
	
	h1 {
		font-size: 3.81em;
	}
	
	.lead-in .copy-container .copy-large {
		font-size: 1.56em;
	}
	
	.lead-in .copy-container .copy {
		font-size: 1.25em;
	}
	
	h6 {
		font: 1.56em / 1.1em "ProximaNova-Bold", arial, Helvetica, sans-serif;
	}
	
	.gutter {
		width: 40px;
		min-width: 40px;
	}
	
	.carousel-container {
		height: 400px;
	}
	
	.carousel-container .slide {
		height: 400px;
	}
	
	.system-tag {
		padding: 0.3em 0.7em;
		font-size: 1em;
	}
}

/*···················· 9 8 0 ····················*/

@media screen and (max-width: 980px) {
	h3 {
		font-size: 3.05em;
	}
	
	.section-title {
		font-size: 1.95em;
	}
	
	.advantage .icon {
		width: 110px;
		height: 110px;
	}
	
	.advantage .icon img {
		width: 110px;
		height: 110px;
	}
	
	.system-tag {
		padding: 0.3em 0.7em;
		font-size: 0.9em;
	}
	
	.intro-sub {
		font-size: 1.35em;
		line-height: 1.35em;
	}
}

/*···················· 8 8 0 ····················*/

@media screen and (max-width: 880px) {
	h6 {
		font: 1.25em / 1.1em "ProximaNova-Bold", arial, Helvetica, sans-serif;
	}
	
	h1 {
		font: 3.05em / 1.1em "ProximaNova-Regular", arial, Helvetica, sans-serif;
	}
	
	.footer .upper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.footer .upper .logo-container {
		width: 100%;
	}
	
	.footer .upper div:nth-of-type(n+2):nth-last-of-type(n+1) {
		margin-top: 34px;
	}
	
	.footer .back-to-top div {
		background-color: #76bc21;
		-webkit-transition: all, 0.25s ease-out;
		-moz-transition: all, 0.25s ease-out;
		-o-transition: all, 0.25s ease-out;
		transition: all, 0.25s ease-out;
		padding: 6px;
	}
	
	.footer .back-to-top div img {
		margin: auto;
	}
	
	.footer .back-to-top:hover div {
		background-color: #3f96b4;
		-webkit-transition: all, 0.25s ease-out;
		-moz-transition: all, 0.25s ease-out;
		-o-transition: all, 0.25s ease-out;
		transition: all, 0.25s ease-out;
	}
	
	.footer .back-to-top {
		width: 30px;
		height: 28px;
		position: absolute;
		top: 30px;
		right: 50px;
	}
	
	.footer hr {
		border: none;
		height: 1px;
		margin: 20px 0;
		background-color: #525252;
	}
	
	.footer .lower {
		display: flex;
		justify-content: space-between;
	}
	
	.system-page {
		display: block;
	}
	
	.system-page .system-copy {
		display: block;
		padding: 0;
		width: 100%;
	}
	
	.system-page .image-system {
		display: block;
		padding: 0;
		width: 100%;
		margin-bottom: 2em;
	}
	
	.system-tag {
		padding: 0.3em 0.7em;
		font-size: 0.8em;
	}
}

/*···················· 7 5 0 ····················*/

@media screen and (max-width: 750px) {
	h1 {
		line-height: 1.1em !important;
	}
	
	.column-3 {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		padding: 0;
		margin-bottom: 0;
	}
	
	.column-3 .stack {
		width: auto;
	}
	
	h6 {
		font: 1.95em / 1.1em "ProximaNova-Bold", arial, Helvetica, sans-serif;
	}
	
	a .image-container, .column-text {
		max-width: 400px;
	}
	
	.intro, .callout {
		font-size: 1.1em;
		line-height: 1.35em;
	}
	
	.intro-sub {
		font-size: 1.25em;
		line-height: 1.25em;
	}
	
	.system-tag {
		padding: 0.3em 0.7em;
		font-size: 1.3em;
	}
}

/*···················· 6 5 0 ····················*/

@media screen and (max-width: 650px) {
	.header .left {
		padding: 14px 20px 10px 30px;
	}
	
	.header .nav div {
		margin-right: 30px;
	}
	
	.carousel-container {
		height: 340px;
	}
	
	.carousel-container .slide {
		height: 340px;
	}
	
	.main {
		padding: 36px 30px 0;
	}
	
	h1 {
		font: 2.44em / 1.1em "ProximaNova-Regular", arial, Helvetica, sans-serif;
	}
	
	.lead-in {
		padding: 0 30px 30px;
	}
	
	h3 {
		font-size: 2.44em;
	}
	
	.section-title {
		font-size: 1.56em;
	}
	
	.advantage .icon {
		width: 80px;
		height: 80px;
	}
	
	.advantage .icon img {
		width: 80px;
		height: 80px;
	}
	
	.footer {
		padding: 30px 30px 22px;
	}
	
	.footer .upper div:nth-of-type(n+2):nth-last-of-type(n+1) {
		margin-top: 26px;
		width: 100%;
	}
	
	.footer .upper .info-title {
		margin-bottom: 0;
	}
	
	.footer .back-to-top {
		right: 30px;
	}
	
	.footer .lower {
		flex-wrap: wrap;
	}
	
	.footer .lower div:first-of-type {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.advantage .intro {
		line-height: 1.1em;
	}
}

/*···················· 5 6 0 ····················*/

@media screen and (max-width: 560px) {
	.lead-in .copy-container .copy {
		font-size: 1.1em;
	}
	
	.footer .upper .footer-logo, .header .left .logo {
		width: 140px;
		height: 54px;
	}
	
	.header .left {
		width: 140px;
		margin-right: 30px;
	}
	
	.header .nav div {
		font-size: 14px;
	}
	
	.carousel-container {
		margin-top: 78px;
	}
	
	.no-image {
		margin-top: 120px;
	}
	
	.system-page .image-system .image-one {
		margin-bottom: 1em;
	}
	
	.system-page .image-system .image-two-container {
		display: block;
	}
	
	.system-page .image-system .image-two-container .image-two {
		display: block;
		margin-bottom: 1em;
	}
}

/*···················· 4 2 0 ····················*/

@media screen and (max-width: 420px) {
	.header .nav div {
		width: 102px;
	}
	
	.system-tag {
		padding: 0.3em 0.7em;
		font-size: 1.2em;
	}
}

/*···················· P R I N T ····················*/

@media print {
	@page {
	size: 8.5in 11in;
	margin: 2em;
	}
}
