*{
	box-sizing: border-box;
}

html{
	overflow-x: hidden;
	overflow-y: scroll;
}

body{
	padding: 0px;
	margin: 0px;
	font-family: 'Work Sans', sans-serif;
	overflow-x: hidden;
	overflow-y: visible;
}

a:visited,
a{
	color: #04a450;
}

h1{font-size: 21px;}
a, p{font-size: 15px;}

.pre_text{
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	white-space: pre-wrap;
	line-height: 150%;
}

#nav{
	font-family: 'Oswald';
	display: block;
	position: fixed;
	top: 0px; left: 0px; right: 0px;
	height: 80px;
	z-index: 10;
	padding: 0px 15px;
}

/*navigation background*/
#nav:before{
	z-index: -1;
	content: "";
	position: absolute;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	background: white;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2), 0px 0px 23px rgba(0,0,0,0.2);
	transition: 240ms ease;
	pointer-events: none;
}

/*logo*/
#nav > aside{
	display: block;
	width: 100%;
	margin: 0px auto;
	height: 100%;
	table-layout: fixed;
}

#nav > aside > span{
	display: inline-block;
	line-height: 80px;
	text-align: left;
	vertical-align: middle;
}

.logo > a{
	display: block;
	text-align: left;
	height: 60px;
	line-height: 70px;
	vertical-align: top;
	background: transparent;
    margin-top: 10px;
}

.logo > a > img{
	display: inline;
	height: 100%;
	right: 0px;
}

#nav > aside > .quick_contact{
	position: absolute;
	top: 0px; right: 0px;
	line-height: 45px;
	vertical-align: top;
	height: 45px;
	padding: 0px 27px;
	font-size: 24px;
}

#nav > aside > .quick_contact:before{
	display: block; content: " ";
	position: absolute; top: 0px; left: 0px;
	width: 200%; height: 100%;
	background: #83ba1d;
	transform: skew(45deg);
	z-index: -1;
}

#nav > aside > .menu_items{
	display: none;
	line-height: 90px;
}

#nav > aside > .menu_items{
	text-align: right;
	font-size: 0px;
}

#nav > aside > .menu_items > a{
	box-sizing: border-box;
	display: inline-block;
	padding: 0px 25px;
	margin-left: 5px;
	font-size: 20px;
	line-height: 60px;
	vertical-align: middle;
	color: black;
	text-decoration: none;
	cursor: pointer;
	background: rgba(255,255,255,0);
	transition: all 220ms ease;
}

#nav > aside > .menu_items > a:hover{
	background: rgba(4,164,80,0.4);
}

#nav > aside > .menu_items > a.active{
	background: rgba(4,164,80,1);
	color: white;
}

#nav > aside > .menu_items > a.ph{
	background: linear-gradient(45deg,#83ba1d , #599722);
	color: white;
}

#nav > aside > .menu_items > a.ph:hover{
	opacity: 0.5;
}

/*menu button*/
#menu_toggle{
	position: fixed; top: 0px; right: 0px;
	background: none;
	border: none;
	
	margin: 10px;
	
	height: 60px; width: 60px;
	
	padding: 10px 5px;
	box-sizing: border-box;
	
	outline: none;
}

#menu_toggle > span{
	position: absolute; left: 10px; right: 10px;
	display: block;
	width: 100%; max-width: 35px;
	height: 4px;
	background: black;
	border-radius: 2px;
	transition: all 240ms ease 60ms, opacity 220ms ease;
}


#menu_toggle > span:nth-child(1){top: 14px; bottom: 40px}
#menu_toggle > span:nth-child(2){top: 27px; bottom: 27px}
#menu_toggle > span:nth-child(3){top: 40px; bottom: 14px}


#menu_toggle:focus > span:nth-child(1){transform: rotate(45deg); top: 27px; bottom: 27px;}
#menu_toggle:focus > span:nth-child(2){opacity: 0;}
#menu_toggle:focus > span:nth-child(3){transform: rotate(-45deg); top: 27px; bottom: 27px;}

/*menu item container*/
#nav > .menu{
	width: 0px;
	position: fixed;
	top: 80px; right: 0px;
	transition: 240ms ease 120ms;
	opacity: 0;
	background: white;
	overflow: hidden;
}

#menu_toggle:focus ~ .menu{
	transition-delay: 0ms;
	width: 100%;
	opacity: 1;
	box-shadow: 0px 5px 3px rgba(0,0,0,0.2);
}

#nav > .menu > *{
	transition: 120ms ease 80ms;
	display: block;
	min-width: 340px;
	width: 100%;
	padding: 8pt 12pt;
	margin: 0px;
	font-size: 14pt;
	color: black;
	text-decoration: none;
}

#nav > .menu > *:hover{
	transition-delay: 0ms;
	background: #333;
	color: white;
}

#nav > .menu > *:active{
	transition-duration: 20ms;
	transition-delay: 0ms;
	background: #04a450;
}

#footer{
	padding-top: 60pt;
	padding-bottom: 60pt;
	background: #333a3a;
	color: white;
}

#footer ul{
	display: block;
	padding: 0px;
	list-item-type: none;
	width: 100%;
	table-layout: fixed;
}

#footer h3{
	display: block;
	border-bottom: 2px solid #566;
	padding: 12px;
	margin-top: 36px;
	margin-bottom: 12px;
}

#footer li > a{
	display: block;
	padding: 6px;
	position: relative;
	color: white;
	text-decoration: none;
	transition: 240ms ease;
	line-height: 24px;
	height: 24px;
	margin: 6px 0px;
	vertical-align: middle;
}

#footer li > a:hover{
	color: #04a450;
}

#footer li > a > i{
	width: 24px;
	height: 24px;
	line-height: 24px;
	
	margin-right: 8px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	
	transition: all 120ms ease;
}

#footer li > a:hover > i{
	font-size: 20px;
	color: white;
	margin-right: 12px;
}

#footer li > a:before{
	content: "";
	position: absolute;
	top: 0px; left: 0px; bottom: 0px;
	width: 0%;
	background: #04a450;
	transition: 240ms ease;
	z-index: -1;
}

#footer li > a:hover:before{
	width: 100%;
}

.membership_banner{
	display: block;
	text-align: center;
	height: 80px;
	line-height: 80px;
}

.membership_banner > a{
	display: inline-block;
	height: 80px;
	line-height: 80px;
	padding: 0px 8px; 
	margin: 0px;
	transition: all 220ms;
	background: rgba(255,255,255,0);
}

.membership_banner > a:hover{
	opacity: 0.7;
	background: rgba(255,255,255,0.1);
}

.membership_banner > a > img{
	height: 100%;
}

section{
	box-sizing: border-box;
	position: relative;
	padding: 40px 18px;
}

section:nth-child(1){background: transparent; transform: none;}
section:nth-child(2){background: white;}
section:nth-child(3){background: radial-gradient(circle at center, #04a450 300px, #027739 900px, #026230 1200px); color: white;}
section:nth-child(4){background: white;}
section:nth-child(5){background:  radial-gradient(circle at center, #04a450 300px, #027739 900px, #026230 1200px); color: white;}

section p{
	line-height: 150%;
}

section table{
	margin: 16px 0px;
	width: 100% ! important;
	table-layout: fixed;
	border: none;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2), 0px 5px 15px rgba(0,0,0,0.1);
	
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.2);
}

.card{
	padding: 18px;
	margin: 16px 0px;
	width: 100%;
	border: none;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2), 0px 5px 15px rgba(0,0,0,0.1);
	
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.2);
}

section [bizeco_editable] table td{
	border: none;
	padding: 16px;
}

section [bizeco_editable] > div > p:last-child > a{
	display: inline-block;
	position: relative;
	padding: 8px 12px;
	background: linear-gradient(45deg,#83ba1d , #599722);
	text-decoration: none;
	color: white;
	transition: color 220ms ease;
}

section [bizeco_editable] > div > p:last-child > a:hover{
	color: black;
}

section [bizeco_editable] .editable_image{
	max-height: 200px;
}

.central{
	max-width: 900px;
	margin: 0px auto;
}

.narrow{
	max-width: 600px;
	margin: 0px auto;
}

#background{
	display: block;
	position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px;
	z-index: -3;
	opacity: 1;
	transition: opacity 1s ease;
	background-image: url('images/hero.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


body.loading #background{
	transition: none;
	opacity: 0;
}


#background:after{
	content: "";
	display: block;
	opacity: 1;
	position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px;
	z-index: -2;
	background: radial-gradient(circle at top center, rgba(255,255,255,0.4), rgba(10,30,50,0.8));
}

body[page="home"] #background:after{
	opacity: 0.7;
}

#page_container{
	min-height: 100vh;
}

.hero{
	display: block;
	min-height: calc(100vh - 90px);
	padding: 0px;
	margin: 0px;
	width: 100%;
	table-layout: fixed;
	list-style-type: none;
}

.hero.half{
	min-height: 50vh;
}

.hero.quart{
	min-height: 20vh;
}

.hero > li{
	display: block;
	padding-top: 90px;
	vertical-align: middle;
	text-align: left;
	background: transparent;
	transition: 350ms ease;
	cursor: default;
	color: black;
}

.hero > li .tagline{
	background: rgba(4,164,80,0.7);
	padding: 12px 20px;
	color: white;
	display: inline-block;
}

.hero > li .tagline[bizeco_editable="false"]{
	color: black;
}

.hero > li .tagline.sub{
	font-size: 24px;
}
/*
.hero > li .reveal{
	opacity: 0;
	transition: 250ms ease;
	
}


.hero > li:hover{
	background: rgba(30,30,30,0.9);
	color: white;
}


.hero > li:hover .reveal{
	transition-delay: 140ms;
	opacity: 1;
}

.hero > li:hover p.reveal{
	transition-delay: 340ms;
}
*/

.hero > li p,
.hero > li h1,
.hero > li h2,
.hero > li h3,
.hero > li h4{
	font-size: 16pt;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	font-weight: normal;
}

.hero > li p.reveal{
	font-size: 12pt;
	color: #666;
}

.hero_link{
	display: inline-block;
	position: relative;
	font-size: 24px;
	margin-top: 32px;
	color: white;
	background: linear-gradient(45deg,#83ba1d , #599722);
    padding: 12px 20px;
	text-decoration: none;
}

.cta{
	vertical-align: top;
}


.cta > a,
.cta > *{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin-top: 32px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 70px;
	line-height: 50px;
	height: 50px;
	background: linear-gradient(45deg, #83ba1d , #599722);
	border: none;
	color: white;
	transition: all 220ms ease;
	font-size: 14px;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.2), 0px 0px 14px rgba(0,0,0,0.2);
	vertical-align: top;
	text-decoration: none;
	cursor: pointer;
}

.cta > input{
	box-sizing: border-box;
	background: rgba(0,0,0,0.2);
	border: 2px solid white;
}

.hero_link,
.cta > button:before,
.cta > a:before{
	transition: all 320ms ease;
}

.cta > button:before,
.cta > a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-size: 20px;
	position: absolute;
	top: 0px; right: 20px; bottom: 0px;
	width: 30px;
	height: 50px;
	color: white;
	font-weight: bold;
}

.button:visited,
.button{
	position: relative;
	color: white;
}

.button:hover{
	color: black;
}

.job_apply[active="false"]:after,
.job_info:after,
.button:after,
section [bizeco_editable] > div > p:last-child > a:after,
section [bizeco_editable] > div > p:last-child > a:after,
#contact_floater > a:after,
.hero_link:after,
.cta > button:after,
.cta > a:after{
	content: "";
	display: block;
	position: absolute;
	left: 0px; right: 0px; 
	top: 0px; bottom: 0px;
	background: rgba(255,255,255,0.3);
	z-index: 1;
	pointer-events: none;
	opacity: 0;
	transition: all 320ms ease;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.2), 0px 15px 30px rgba(0,0,0,0.2);
}

.job_apply[active="false"]:hover:after,
.job_info:hover:after,
.button:hover:after,
section [bizeco_editable] > div > p:last-child > a:active:after,
section [bizeco_editable] > div > p:last-child > a:hover:after,
#contact_floater > a:active:after,
#contact_floater > a:hover:after,
.hero_link:hover:after,
.cta > button:hover:after,
.cta > a:hover:after{
	opacity: 1;
}

.hero_link:hover,
.cta > button:hover,
.cta > a:hover{
	color: black;
}

.cta > button:hover:before,
.cta > a:hover:before{
	width: 20px;
	color: black;
}

.job_filter_toolbar{
	padding: 0px;
	list-style-type: none;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.job_filter_toolbar > li{
	display: table-cell;
	height: 60px;
	line-height: 60px;
	vertical-align: top;
}
.job_filter_toolbar > li:last-child{
	width: 130px;
	text-align: right;
}

.job_filter_toolbar > li input{
	width: 100%;
	outline: none;
}

.job_filter_toolbar ::-webkit-input-placeholder{color: white;}
.job_filter_toolbar :-ms-input-placeholder{color: white;}
.job_filter_toolbar ::placeholder{color: white;}

.job_details{
	line-height: 160%;
	list-style-type: none;
	padding: 0px;
	font-size: 16px;
}

.job_details > li{
	margin: 16px 0px;
}
.job_details > li b{
	opacity: 0.5;
}

.job_details a{
	color: white ! important;
}

.job_apply{
	position: relative;
	background: linear-gradient(45deg, #83ba1d , #599722);
	color: white;
	width: 150px;
	max-width: 700px;
	height: 46px;
	transition: width 260ms ease, background 500ms ease;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.2), 0px 0px 14px rgba(0,0,0,0.2);
	overflow: hidden;
}

.job_apply[active="true"]{
	width: 100%;
	height: auto;
	color: black;
	background: white;
}

.job_apply > button:first-child{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 46px;
	padding: 0px 20px;
	color: white;
	text-decoration: none;	
	border: none;
	background: none;
	font-size: 18px;
	cursor: pointer;
}

.job_apply[active="false"]:hover > button:first-child{
	color: black;
}


.job_apply form{
	padding: 50px 30px;	
}

.search_banner{
	font-size: 18px;
	margin-bottom: 5px;
	padding: 24px;
	background: white;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2), 0px 5px 15px rgba(0,0,0,0.1);
}

#listings{
	list-style-type: none;
	padding: 0px;
}

#listings > li{
	padding: 24px 0px;
	border-top: 2px solid black;
	position: relative;
}

#listings > li:first-child{
	border-top: none;
}

#listings > li > a{
	text-decoration: none;
	color: #04a450;
	margin: 0px;
}

#listings > li > p{
	margin: 24px 0px;
}

#listings > li > .job_title{
	position: relative;
	display: block;
	z-index: 1;
	color: #04a450;
	opacity: 1;
	transition: opacity 180ms ease;
}

#listings > li > .job_title:hover{
	opacity: 0.5;
}


#listings > li > .job_title > h2{
	margin: 0px;
	font-size: 18pt;
}

#listings > li > .job_toolbar{
	position: relative;
}

#listings > li > .job_toolbar > *{
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 8px;
	margin: 0px;
	margin-right: 4px;
	text-decoration: none;
	transition: opacity 180ms ease;
	opacity: 1;
}

#listings > li > .job_toolbar > .job_info{
	position: relative;
	color: white;
	background: linear-gradient(45deg,#83ba1d , #599722);
}

#listings > li > .job_toolbar > .job_info:hover{
	color: black;
}

#listings > li > .job_toolbar > .job_filter{
	border: 1px solid rgba(0,0,0,0.4);
	color: black;
}

.testimonials_carosel{
	position: relative;
	display: block;
	padding: 0px;
	min-height: 440px;
	list-style-type: none;
	cursor: pointer;
	margin: 0px;
}

.testimonials_carosel > li{
	position: absolute;
	left: -100%; top: 0px; right: 0px;
	opacity: 0;
	color: black;
	transition: all 600ms ease, background 200ms ease;
	width: 100%;
	padding: 0px 2px;
	text-align: left;
}


.testimonials_carosel > li > div{
	display: table;
	table-laout: fixed;
	overflow: hidden;
	width: 100%;
	max-width: 740px;
	min-height: 160px;
	margin: 0px auto;
	background: rgba(255,255,255,1);
	
	overflow: hidden;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 1px 13px rgba(0,0,0,0.4);
}

.testimonials_carosel > li > div > span{
	display: table-cell;
	vertical-align: top;
	padding: 24px;
}

.testimonials_carosel > li > div > span > *{
	padding: 0px;
	margin: 0px;
}

.testimonials_carosel > li > div > span > img{
	width: 100%;
}

.testimonials_carosel > li > div > span > h3{
	margin-bottom: 12px;
}

li.sml p{font-size: 10px;}
li.med p{font-size: 12px;}
li.lrg p{font-size: 14px;}

.testimonials_carosel > li[tick="true"]{
	left: 0px;
	opacity: 1;
	transition-delay: 100ms;
}


.testimonials_carosel > li[tick="false"]:first-child,
.testimonials_carosel > li[tick="true"] ~ li{
	left: 100%;
}

.testimonials_carosel[frame="0"] > li[tick="false"]:last-child,
.testimonials_carosel[frame="1"] > li[tick="false"]:first-child{
	left: -100%;
}


/*
.testimonials_carosel:after,
.testimonials_carosel:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	top: 40px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 62px;
}

.testimonials_carosel:before{content: "\f053"; left: -60px;}
.testimonials_carosel:after{content: "\f105"; right: -60px;}
*/

.card_table{
	padding: 0px;
	list-style-type: none;
	width: 100%;
	margin: 0px auto;
	
	display: block;
	table-layout: fixed;
	border-spacing: 8px;
}

.card_table > li{
	display: block;
	padding: 30px;
	
	background: white;
	margin: 12px 0px;
	color: black;
	cursor: pointer;
	transition: background 240ms ease;
	text-align: center;
}

.card_table > li:hover{
	background: white;
}

.card_table > li > i:first-child{
	display: block;
	text-align: center;
	font-size: 32pt;
	margin: 10px 0px;
}

.static_testimonials{
	list-style-type: none;
	
	padding: 0px;
}

.static_testimonials > li{
	padding-bottom: 10px;
}

.static_testimonials > li.Disabled{
	opacity: 0.7;
	filter: grayscale(100%);
}

.static_testimonials > li:last-child{
	padding: 0px;
}

.static_testimonials > li > div{
	display: table;
	width: 100%;
	table-layout: fixed;
	min-height: 140px;
	background: white;
	
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2), 0px 5px 15px rgba(0,0,0,0.1);
}

.static_testimonials > li > div > span{
	display: table-cell;
	padding: 0px 20px;
}

.static_testimonials > li > div > span > h3{
	color: #04a450;
}

#contact_floater{
	position: fixed;
	bottom: 10px; left: 10px;
	background: linear-gradient(#83ba1d , #599722);
	box-shadow: 0px 1px 4px rgba(50,50,50,0.2), 0px 4px 14px rgba(50,50,50,0.2), 0px 8px 24px rgba(50,50,50,0.2);
	z-index: 5;
}

#contact_floater > a{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	vertical-align: middle;
	font-size: 20px;
	color: white;
	transition: all 180ms ease;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}

#contact_floater > a > i{
	width: 50px;
	text-align: center;
}

#contact_floater > a > b{
	position: absolute;
	top: 0px; bottom: 0px; left: 50px;
}

#contact_floater > a:active,
#contact_floater > a:hover{
	background: #83d00f;
	color: black;
	width: 220px;
}

section .loading{
	text-align: center;	
	padding: 90px 0px;
}

section .loading > i{
	font-size: 60px;
	color: #999;
}

@media screen and (min-width: 1150px) {
		
	body[scroll="0"] #nav:before{
		background: rgba(255,255,255,0.5);
	}

	h1{font-size: 24pt;}
	.pre_text, p, a{font-size: 18px;}

	#contact_floater{
		top: 37vh; left: 0px; bottom: auto;
		width: 50px;
		min-height: 50px;
	}

	#contact_floater > a{
		display: block;
		vertical-align: middle;
		font-size: 22px;
		
		transition: all 180ms ease;
	}


	
	.card_table,
	.hero{display: table;}
	
	.card_table > li{
		display: table-cell;
		background: rgba(220,220,220,0.9);
	}
	
	.testimonials_carosel{
		min-height: 380px;
	}
	
	.testimonials_carosel > li{
		font-size: 22px;
		color: black;
		border: none;
		min-height: 380px;
	}
	
	.testimonials_carosel > li > div{
		min-height: 220px;
	}
	
	.testimonials_carosel > li > div:hover{
		background: rgba(255,255,255,1);
	}

	.testimonials_carosel > li > div > span:first-child{
		width: 220px;	
	}
	
	li.sml p{font-size: 12px;}
	li.med p{font-size: 15px;}
	li.lrg p{font-size: 18px;}
	
	.hero > li{
		display: table-cell;
		padding: 0px;
	}
	
	#nav{
		height: 90px;
	}
	
	#menu_toggle,
	#nav > .menu{
		display: none;
	}
	
	#nav > aside > .menu_items{
		display: inline-block;
		float: right;
	}
	
	#nav > aside > span{
		line-height: 90px;
	}
	
	.logo{
		height: 70px;
		display: block;	
	}
	
	.logo > a{
		position: fixed; 
		top: 10px; right: calc(100% - 160px);
		padding-right: 30px;
		height: 70px;
		line-height: 70px;
		text-align: right;
        margin-top: 0px;
		transition: margin 100ms ease, height 380ms ease, top 520ms ease, right 380ms ease;
	}

    body[page="contact"][scroll="0"] .logo > a,
    body[page="home"][scroll="0"] .logo > a{
		transition: margin 100ms ease, height 520ms ease, top 380ms ease, right 520ms ease;
    }
	
	body[page="home"][scroll="0"] .logo > a{
		top: 37vh;
		right: 50%;
		height: 24vh;
	}	
	
	body[page="contact"][scroll="0"] .logo > a{
		top: 25vh;
		right: 50%;
		height: 15vh;
	}

	body[page="home"] .hero > li{
		padding-top: calc(37vh - 90px);
		vertical-align: top;
	}

	body[page="contact"] .hero > li{
		padding-top: calc(25vh - 90px);
		vertical-align: top;
	}
	
	section{
		padding: 80px 0px;
	}
	
	section:nth-child(1){padding-top: 90px; padding-bottom: 0px;}

	.hero > li p,
	.hero > li h1,
	.hero > li h2,
	.hero > li h3,
	.hero > li h4{
		font-size: 20pt;
		text-align: left;
	}
	
	.cta > a,
	.cta > *{
		line-height: 50px;
		font-size: 18px;
	}
	
	.job_details > li{
		margin: 0px;
	}

	#listings{
		position: relative;
		text-align: left;
		width: 100%;
		margin: 0px auto;
	}

	#listings:before,
	#listings:after{
		content: "";
		position: relative;
		display: table;
		width: 100%;
		clear: both;
	}

	#listings > li,
	#listings > li:first-child{
		display: inline;
		width: calc(50% - 6px);
		margin: 8px 0px;
		overflow: hidden;
		background: white;
		vertical-align: top;
		height: 280px;
		padding: 24px;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.2), 0px 5px 15px rgba(0,0,0,0.1);
		
		
		overflow: hidden;
		border: 1px solid rgba(0,0,0,0.2);
	}
	
	#listings > li:nth-child(odd){
		float: left;
		clear: left;
	}	
	
	#listings > li:nth-child(even){
		float: right;
		clear: right;
	}
	
	#listings > li > .job_title{
		font-size: 18pt;
	}	
		
	#listings > li > .job_toolbar{
		position: absolute;
		bottom: 0px; left: 0px; right: 0px;
		padding: 24px;
		background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 30px);
	}
		
	#footer ul{
		display: table;
	}		
	
	#footer ul > li{
		display: table-cell;
		vertical-align: top;
		padding: 0px 6px;
	}


	.card_table > li > i:first-child{
		font-size: 64pt;
		margin: 50px 0px;
	}

}

@media screen and (min-width: 1300px) {
	
	#nav > aside > .menu_items > a{	font-size: 20px	}
	.hero > li p,
	.hero > li h1,
	.hero > li h2,
	.hero > li h3,
	.hero > li h4{
		font-size: 34pt;
	}
	
}