:root {
    --color-primary-dark: #324f47;
    --color-primary: #678f7a;
    --color-secondary: #a3a8a9;
}

html, body{
	overflow-x:hidden;
}

* {
    font-family: 'Raleway', sans-serif;
}

h1{
	font-weight:900;
	font-size:2rem;
	margin-bottom:0.5rem;
}

h2{
	font-weight:900;
	font-size:1.75rem;
	margin-bottom:0.5rem;
	color:#334f47;
}

h3{
	font-weight:900;
	font-size:1.5rem;
	margin-bottom:0.5rem;
	color:#678f7a;
}

p{
	margin-bottom:1rem;
}

a{
	color:#678f7a;
}

.btn, span.btn a{
	font-size:1rem;
	color:#fff!important;
	background:#559575;
	padding:0.5rem 1rem;
	border-radius:0.5rem;
	display:inline-block;
	clear:both;
	font-weight:bold;
	letter-spacing:1px;
}

.pad-bottom-0{
	padding-bottom:0;
}

.mb0{
	margin-bottom:0;
}

.pb0{
	padding-bottom:0;
}

img{
	max-width:100%;
	height:auto;
}



/**
NAV
**/

.navbar-item img{
	max-height:4rem;
}

.navbar a:hover{
	color:#559575;
}

.hero {
    position: relative;
    background-size:cover;
    box-shadow: inset 200px 200px 300px 24px rgba(0, 0, 0, 0.82);
	color:#fff;
}

.hero .container{
	position:relative;
	z-index:3;
}

.hero:before{
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#01431f;
	position:absolute;
	z-index:1;
	opacity:0.9;
}

.hero:after{
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 78%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 78%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.absolute-micro img{
	position:absolute;
	top:3rem;
	right:3rem;
	z-index:3;
	box-shadow:10px 10px 30px rgba(0,0,0,0.5);
}

.is-relative {
    position: relative;
}

.bg-primary {
    background-color: var(--color-primary-dark) !important;
    box-shadow: inset 200px 200px 300px 24px rgba(2, 28, 6, 1);
}

.bg-primary>img {
    opacity: .2;
}

.bg-primary__image {
    position: absolute;
    top:40%;
	left:0;
	right:0;
	width:200px;
	margin:auto;
}

.background-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.absolute-image {
    position: absolute;
    top: 50px;
    right: 85px;

}

.absolute-image>img {
    height: 100vh;
}

.background-image>img {
    height: 100vh;
    opacity: .2;
}


.text-primary {
    color: var(--color-primary) !important;
}

.text-primary-dark {
    color: var(--color-primary-dark) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.button {
    background-color: var(--color-primary) !important;
    border-radius: 1rem !important;
    color: #fff !important;
    padding: 16px 18px !important;
    border: none;
}

.container>.button {
    background-color: rgb(85, 150, 118);
    border: none;
    color: #fff;
}

.is-bordered a{
	border-bottom:1px solid var(--color-secondary) !important;
	width:100%;
	display:block;
	padding:1rem;
}

.is-bordered:last-of-type a{
	border-bottom:none!important;
}

.is-radius {
    border: 1px solid var(--color-primary);
    border-radius: 24px;
}

.title {
    font-size: 1.5rem !important;
    color: var(--color-primary);
}

.text-black>li>a {
    color: black;
}

.h-100 {
    height: 100%;
}

.h-100>img {
    height: 100%;
}

.p-0 {
    padding: 0;
}

.separator {
    width: 100%;
    height: 6px;
    background-color: var(--color-primary);
}

.separator-thin {
    margin: 15px 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-primary);
}

/**
CONTENT
**/

section{
	position:relative;
}

.has-background-grey-lighter{
	background:#efefef!important;
	position:relative;
}

.curve-section{
	padding-top:10rem;
}

.curve-section:after {
    content: "";
    background: url(/img/ee-sticky-white.png) #fff right 30% bottom -10px no-repeat;
	background-size:contain;
    height: 150px;
    border-radius: 0 0 50% 50% ;
    z-index: 1;
    position: absolute;
    top: 0;
    margin: auto;
    left: -5%;
    width: 110%;
}

.sticky-logo{
	position:absolute;
	bottom:-6.25rem;
	right:15%;
	z-index:3;
}

/**
BASE PAGE
**/

.small-hero{
	display:block;
	text-align:left;
	padding:2rem 0;
}

.small-hero h1{
	margin-top:0;
}

.small-hero a{
	color:#fff!important;
}

.small-hero .is-active a{
	color:#fff;
}

.breadcrumb li.is-active a{
	color:#fff!important;
}

/**
CAREERS
**/

.career-item{
	border-bottom:3px solid rgba(0,0,0,0.25);
	position:relative;
}

.career-item:last-child{
	border-bottom:0;
}

.career-text{
	padding-left:2rem;
	border-left:3px solid #efefef;
	min-height:300px;
}

.pad-3{
	padding:2rem;
}

.logo-image{
	background:#efefef;
	display:flex;
	width:100%;
	min-height:200px;
	align-items:center;
	justify-content:center;
}

.logo-image img{
	max-width:400px;
}

.umb-grid ul, .umb-grid ol{
	list-style-type:disc;
	margin-left:3rem;
}

/**
FOOTER
**/
.footer ul li a{
	color:#000;
}

/**
PRODUCTS
**/

.product-item{
	padding:3rem;
	background:#efefef;
	overflow:hidden;
}

.product-item p{
	max-width:400px;
	margin:auto;
	margin-bottom:1rem;
}

/**
NEWS
**/

.news-date{
	padding:0.25rem;
	background:#fff;
	color:#678f7a;
	position:absolute;
	top:0;
	right:0;
	width:175px;
	text-align:center;
}

.columns .ee-item{
	padding:2rem;
	border-left:3px solid #ccc;
	border-right:3px solid #ccc;
}

.columns .ee-item:first-of-type{
	border-top:3px solid #ccc;
}

.columns .ee-item:last-child{
	border-bottom:3px solid #ccc;
}

@media screen and (max-width:500px){
	.absolute-micro img{
		position:relative;
		right:0;
		top:0;
	}
}