html {
	box-sizing: border-box
}

*,
*:before,
*:after {
	box-sizing: inherit
}

.sans {
	font-family: "ff-din-web", Arial, Verdana, sans-serif;
	line-height: 1.4em
}

.serif {
	font-family: Georgia, Times, serif
}

.italic {
	font-style: italic
}

.normal {
	font-weight: normal
}

.bold {
	font-weight: bold
}

.med {
	font-weight: 600
}

.center {
	text-align: center
}

.upper {
	text-transform: uppercase
}

.lower {
	text-transform: lowercase
}

.space {
	letter-spacing: 0.1em
}

.space2 {
	letter-spacing: 0.2em
}

.plain a {
	text-decoration: none
}

a {
	color: #6daa50;
	text-decoration: none;
	transition: all .25s ease
}

a.plain {
	text-decoration: none
}

a:hover {
	color: #8d8a86
}

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

.pad-short {
	padding-top: 20px;
	padding-bottom: 20px
}

.pad-medium {
	padding-top: 30px;
	padding-bottom: 30px
}

.pad-tall {
	padding-top: 40px;
	padding-bottom: 40px
}

.pad-top-short {
	padding-top: 20px
}

.pad-top-medium {
	padding-top: 30px
}

.pad-top-tall {
	padding-top: 40px
}

.pad-bottom-short {
	padding-bottom: 20px
}

.pad-bottom-medium {
	padding-bottom: 30px
}

.pad-bottom-tall {
	padding-bottom: 40px
}

.margin-none {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.margin-short {
	margin-top: 20px;
	margin-bottom: 20px
}

.margin-medium {
	margin-top: 30px;
	margin-bottom: 30px
}

.margin-tall {
	margin-top: 40px;
	margin-bottom: 40px
}

.margin-top-short {
	margin-top: 20px
}

.margin-top-medium {
	margin-top: 30px
}

.margin-top-tall {
	margin-top: 40px
}

.margin-bottom-short {
	margin-bottom: 20px
}

.margin-bottom-medium {
	margin-bottom: 30px
}

.margin-bottom-tall {
	margin-bottom: 40px
}

.rel {
	position: relative
}

ul.clean {
	list-style: none;
	margin: 0;
	padding: 0
}

ul.inline {
	display: inline-block
}

ul.inline li {
	display: inline;
	float: left
}

ul.inline.nav li {
	float: left
}

ul.inline.work-grid li {
	display: inline-block;
	float: none
}

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

.circle {
	width: 48px;
	height: 48px;
	border: 4px solid transparent;
	border-radius: 80px
}

.circle.active {
	border-color: #ed7d40
}

.button,
a.button,
.post-nav a {
	display: inline-block;
	padding: 5px 24px;
	text-align: center;
	border: 1px solid #8d8a86;
	color: #8d8a86;
	cursor: pointer;
	border-radius: 20px
}

.button.green,
a.button.green,
.post-nav a {
	border-color: #6daa50;
	color: #6daa50
}

.button.lt-green,
a.button.lt-green {
	border-color: #90c968;
	color: #90c968
}

.button.orange,
a.button.orange,
.post-nav a {
	border-color: #fff;
	color: #fff
}

.button.on-green,
a.button.on-green {
	border-color: #fff;
	color: #fff
}

.button:hover,
a.button:hover,
.post-nav a:hover {
	background: #8D8A86;
	color: #fff !important
}

.button.green:hover,
a.button.green:hover,
.post-nav a:hover {
	background: #6daa50
}

.button.lt-green:hover,
a.button.lt-green:hover {
	background: #90c968
}

.button.orange:hover,
a.button.orange:hover {
	background: #fff;
	color: #ed7d40 !important
}

.button.on-green:hover,
a.button.on-green:hover {
	background: #90c968
}

.button.green.arrow-left,
a.button.green.arrow-left,
.post-nav a:first-child {
	padding-left: 38px;
	position: relative
}

.button.green.arrow-left:after,
a.button.green.arrow-left:after,
.post-nav a:first-child:after {
	content: "";
	background: transparent url(../img/green-handle-arrow-left.png) center left no-repeat;
	background-image: linear-gradient(transparent, transparent), url(../img/green-handle-arrow-left.svg);
	background-position: center left;
	background-size: 13px 11px;
	width: 13px;
	height: 11px;
	position: absolute;
	top: 10px;
	left: 16px;
	display: block
}

.button.lt-green.arrow-left:after,
a.button.lt-green.arrow-left:after {
	content: "";
	background: transparent url(../img/lt-green-handle-arrow-right.png) center right no-repeat;
	background-image: linear-gradient(transparent, transparent), url(../img/lt-green-handle-arrow-right.svg);
	background-position: center right;
	background-size: 13px 11px;
	width: 13px;
	height: 11px;
	position: absolute;
	top: 10px;
	right: 16px;
	display: block
}

.button.arrow-right,
a.button.arrow-right,
.post-nav a {
	padding-right: 38px;
	position: relative
}

.button.green.arrow-right:after,
a.button.green.arrow-right:after,
.post-nav a:after {
	content: "";
	background: transparent url(../img/green-handle-arrow-right.png) center right no-repeat;
	background-image: linear-gradient(transparent, transparent), url(../img/green-handle-arrow-right.svg);
	background-position: center right;
	background-size: 13px 11px;
	width: 13px;
	height: 11px;
	position: absolute;
	top: 10px;
	right: 16px;
	display: block
}

.button.lt-green.arrow-right:after,
a.button.lt-green.arrow-right:after {
	content: "";
	background: transparent url(../img/lt-green-handle-arrow-right.png) center right no-repeat;
	background-image: linear-gradient(transparent, transparent), url(../img/lt-green-handle-arrow-right.svg);
	background-position: center right;
	background-size: 13px 11px;
	width: 13px;
	height: 11px;
	position: absolute;
	top: 10px;
	right: 16px;
	display: block
}

.button.orange.arrow-right:after,
a.button.orange.arrow-right:after {
	content: "";
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/white-handle-arrow-right.svg);
	background-position: center right;
	background-size: 13px 11px;
	width: 13px;
	height: 11px;
	position: absolute;
	top: 10px;
	right: 16px;
	display: block
}

.button.on-green.arrow-right:after,
a.button.on-green.arrow-right:after {
	content: "";
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/white-handle-arrow-right.svg);
	background-position: center right;
	background-size: 13px 11px;
	width: 13px;
	height: 11px;
	position: absolute;
	top: 10px;
	right: 16px;
	display: block
}

.button.arrow-left:hover:after,
a.button.arrow-left:hover:after,
.post-nav a:first-child:hover:after {
	background: transparent url(../img/white-handle-arrow-left.png) no-repeat !important;
	background-image: linear-gradient(transparent, transparent), url(../img/white-handle-arrow-left.svg) !important
}

.button.arrow-right:hover:after,
a.button.arrow-right:hover:after,
.post-nav a:hover:after {
	background: transparent url(../img/white-handle-arrow-right.png) no-repeat !important;
	background-image: linear-gradient(transparent, transparent), url(../img/white-handle-arrow-right.svg)
}

.button.orange.arrow-left:hover:after,
a.button.orange.arrow-left:hover:after {
	background-image: linear-gradient(transparent, transparent), url(../img/white-handle-arrow-left.svg) !important
}

.button.orange.arrow-right:hover:after,
a.button.orange.arrow-right:hover:after {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/green-handle-arrow-right.svg) !important
}

.button.on-green.arrow-right:hover:after,
a.button.on-green.arrow-right:hover:after {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/white-handle-arrow-right.svg) !important
}

.post-nav a:first-child {
	padding-right: 24px
}

.show-mobile {
	display: none
}

body {
	min-width: 320px;
	font-family: "ff-din-web", Arial, Verdana, sans-serif;
	font-size: 90%;
	color: #8d8a86;
	line-height: 1.4em
}

.inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative
}

.outer {
	width: 100%
}

#main.no-top {
	padding-top: 0 !important
}

header {
	height: 100px;
	border-bottom: 5px solid #EAEAE9;
	background: #F9F9F9
}

a.logo {
	width: 186px;
	padding-top: 35px;
	display: block;
	float: left
}

ul.nav {
	float: right
}

ul.nav li {
	position: relative
}

ul.nav a {
	line-height: 95px;
	margin-left: 3px;
	display: block;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 95%;
	color: #8d8a86
}

li.nav-phone {
	line-height: 95px;
	margin-left: 3px;
	display: block;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 95%;
	color: #8d8a86;
	height: 95px;
	width: 40px;
	padding: 0;
	transition: all .25s ease
}

li.nav-phone .inner-phone {
	background: #F1F1F1 url(../img/phone.png) 15px center no-repeat;
	background-image: linear-gradient(transparent, transparent), url(../img/phone.svg);
	background-position: 15px center;
	padding: 0 14px !important;
	width: 40px;
	height: 95px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	text-align: left;
	transition: all .25s ease
}

ul.nav a:hover,
ul.nav li#current a {
	background-color: #F1F1F1;
	color: #ed7d40
}

.inner-phone {
	background: #F1F1F1
}

ul.nav li#current {
	position: relative
}

ul.nav li.nav-phone {
	position: relative
}

ul.nav li.nav-phone:after {
	content: "";
	background: #EAEAE9;
	height: 5px;
	width: 100%;
	position: absolute;
	bottom: -5px;
	left: -3px;
	display: block;
	z-index: 100
}

ul.nav li#current {
	position: relative
}

@media screen and (min-width: 880px) {

	ul.nav li:after,
	ul.nav li a:hover:after {
		content: "";
		height: 5px;
		position: absolute;
		bottom: -5px;
		display: block;
		z-index: 100;
		background-color: #EAEAE9;
		width: calc(100% - 3px);
		left: 3px
	}
}

.desktop-phone {
	display: none
}

a.menu-toggle {
	display: none;
	float: right;
	padding-top: 39px
}

.mobile-phone-text {
	display: none;
	padding-left: 15px
}

li.nav-phone.open {
	width: 155px;
	position: relative;
	margin-left: -112px;
	border-left: 3px solid #fff;
	text-align: left
}

li.nav-phone.open .inner-phone {
	width: 155px
}

li.nav-phone.open:after {
	border-left: 3px solid #fff;
	width: calc(100% + 3px);
	left: -3px
}

li.nav-phone.open .desktop-phone {
	display: inline-block;
	padding-left: 25px
}

li.mobile-phone-text {
	width: 100% !important;
	float: left;
	display: none !important;
	padding-left: 0 !important
}

li.mobile-phone-text span {
	background: #F1F1F1 url(../img/phone.png) left center no-repeat;
	background-image: linear-gradient(transparent, transparent), url(../img/phone.svg);
	background-position: left center;
	padding-left: 25px
}

.header-image-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: table;
	width: 100%
}

.header-image {
	overflow: hidden;
	position: relative;
	text-align: center;
	max-width: 1300px;
	margin: 0 auto;
	max-height: 250px;
	min-height: 250px
}

.header-image img {
	display: block;
	margin: 0 auto;
	opacity: 0
}

.title-bar {
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 210%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.title-bar.no-image {
	position: relative;
	top: auto;
	-webkit-transform: none;
	transform: none;
	display: block;
	background-color: #ed7d40
}

.header-image-wrap-wrapper {
	position: relative
}

.home-header-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative
}

.home-header-image {
	overflow: hidden;
	position: relative;
	text-align: center;
	max-width: 1300px;
	margin: 0 auto;
	max-height: 500px;
	min-height: 175px
}

.home-header-text {
	position: relative;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.home-header-text .inner {
	height: 100%
}

.home-header-image img {
	display: block;
	margin: 0 auto;
	opacity: 0
}

.home-title-bar {
	height: 100%;
	max-width: 455px;
	width: 50%;
	float: right;
	padding: 0 75px 0 75px;
	font-size: 120%;
	line-height: 1.4em;
	text-align: left
}

.home-title-bar b,
.home-title-bar strong {
	font-weight: 500;
	font-size: 120%
}

.home-title-bar .hide-mobile {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home-title-bar .hide-mobile p:first-child {
	margin-top: 0
}

.home-title-bar .hide-mobile:after {
	content: "";
	width: 7px;
	height: 13px;
	background: transparent url(../img/white-arrow-right.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/white-arrow-right.svg);
	background-position: center center;
	background-size: 7px 13px;
	position: absolute;
	left: -25px;
	top: 6px
}

.subnav {
	background: #F4F3F3;
	height: 70px;
	line-height: 70px;
	overflow: hidden
}

.subnav ul {
	border-left: 1px solid #EAEAE9
}

.subnav ul li a {
	display: block;
	padding: 0 38px;
	border-right: 1px solid #EAEAE9;
	position: relative;
	color: #8d8a86
}

.subnav ul li a:hover {
	color: #6daa50
}

.subnav ul li.current_page_item a {
	color: #6daa50
}

.subnav ul li a:after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: -3px;
	margin-top: -3px;
	border-radius: 15px;
	background: #EAEAE9;
	display: block;
	z-index: 100
}

.subnav ul li:first-child a:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: -3px;
	margin-top: -3px;
	border-radius: 15px;
	background: #EAEAE9;
	display: block;
	z-index: 100
}

.subnav-toggle {
	display: none;
	height: 60px;
	line-height: 60px;
	background: #f4f3f3;
	position: relative
}

.subnav-toggle span {
	width: 22px;
	height: 17px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -8px;
	display: block;
	background: transparent url(../img/menu-toggle.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/menu-toggle.svg);
	background-position: center center;
	background-size: 22px 17px
}

.footer-top {
	padding: 40px 0;
	text-align: center
}

ul.footer-cols {
	width: 100%;
	max-width: 1190px;
	margin: 0 auto;
	text-align: left
}

ul.footer-cols li {
	width: 33.333333%;
	padding: 0 2.5%
}

.footer-bottom {
	padding: 25px 0;
	font-size: 85%
}

.footer-list-right {
	text-align: right;
	float: right
}

ul.footer-list {
	padding-top: 10px
}

ul.footer-list li {
	width: 100%;
	padding: 18px 0 !important;
	border-top: 1px solid #ccc
}

.footer-title {
	font-size: 120%
}

.social-icon {
	width: 38px;
	height: 38px;
	display: inline-block;
	padding: 10px;
	border: 1px solid #8d8a86;
	margin-right: 15px;
	border-radius: 80px
}

ul.footer-list.social a {
	display: block;
	cursor: pointer
}

ul.footer-list.social a:hover {
	color: #6daa50
}

.social-text {
	position: relative;
	top: -1px
}

.footer-bottom-left {
	width: 66.666666%;
	float: left
}

.footer-bottom-right {
	width: 33.333333%;
	float: right;
	padding-left: 3.5%
}

.iso {
	padding: 2px 8px;
	font-size: 90%;
	border: 1px solid #8d8a86;
	position: relative;
	top: -5px;
	border-radius: 3px
}

.iso-text {
	display: inline-block;
	font-size: 80%;
	padding-left: 5px;
	line-height: 1.3em
}

.grid-title-box {
	position: absolute;
	bottom: -200px;
	width: 100%;
	padding: 12px 35px;
	font-size: 16px;
	display: block;
	text-align: left;
	transition: all .25s ease
}

.grid-title-box:after {
	content: "";
	width: 7px;
	height: 13px;
	background: transparent url(../img/white-arrow-right.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/white-arrow-right.svg);
	background-position: center center;
	background-size: 6px 12px;
	position: absolute;
	top: 15px;
	left: 14px
}

.grid-title-box.initial {
	bottom: 0;
	background-color: transparent;
	opacity: 1;
	transition: all .35s ease;
	text-shadow: 0px 0px 9px #000
}

ul.work-grid {
	width: 100%;
	max-width: 1190px;
	margin: 0 auto;
	font-size: 0;
	text-align: left
}

ul.work-grid.page-left {
	width: 100%
}

ul.work-grid a {
	display: block;
	overflow: hidden
}

ul.work-grid a:hover .grid-title-box {
	bottom: 0
}

ul.work-grid a:hover .grid-title-box.initial {
	bottom: -200px
}

ul.work-grid a:hover .grid-title-box-under {
	opacity: 1;
	position: relative;
	overflow: hidden
}

ul.work-grid a .grid-title-box-under {
	position: relative;
	border-bottom: 1px solid #6daa50;
	padding: 6px 0;
	min-height: 34px;
	color: #8d8a86
}

ul.work-grid a .grid-title-box-under .grid-title {
	font-weight: normal;
	font-size: 14px;
	opacity: 1;
	position: absolute;
	left: 0;
	width: 100%;
	transition: all .25s ease
}

ul.work-grid a .grid-title-box-under .on {
	opacity: 0;
	color: #6daa50
}

ul.work-grid a .grid-title-box-under .on img {
	width: 4px;
	display: inline-block;
	margin-left: 2px
}

ul.work-grid a .grid-title-box-under .off {
	opacity: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	color: #8d8a86;
	padding-left: 35px
}

ul.work-grid a .grid-title-box-under .off img {
	width: 5px;
	display: inline-block;
	margin-right: 2px;
	display: none
}

ul.work-grid a .grid-title-box-under .off:after {
	content: "";
	width: 7px;
	height: 13px;
	background: rgba(0, 0, 0, 0) url(../img/grey-arrow-right.png) no-repeat center;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/grey-arrow-right.svg);
	background-position: center center;
	background-size: 6px 12px;
	position: absolute;
	top: 3px;
	left: 14px
}

ul.work-grid a:hover .grid-title-box-under .on {
	opacity: 1
}

ul.work-grid a:hover .grid-title-box-under .off {
	opacity: 0
}

ul.work-grid a:hover .initial {
	opacity: 0;
	bottom: -100px
}

ul work-grid a .grid-title-box-under:after {
	content: "";
	width: 7px;
	height: 13px;
	background: transparent url(../img/grey-arrow-right.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/grey-arrow-right.svg);
	background-position: center center;
	background-size: 6px 12px;
	position: absolute;
	top: 0;
	left: 14px
}

ul.work-grid a:hover .grid-title-box-under .grid-title .on {
	opacity: 1;
	left: -101%
}

ul.work-grid a:hover .grid-title-box-under .grid-title .off {
	opacity: 0;
	left: 101%
}

ul.work-grid li {
	width: 33.333333%;
	padding: 0 2.5% 5% 2.5%;
	overflow: hidden
}

ul.work-grid li.related-items {
	padding: 0 2.5% 2.5% 2.5%
}

ul.work-grid li.placeholder {
	height: 0;
	padding: 0;
	margin: 0
}

ul.work-grid .work-image {
	position: relative;
	overflow: hidden
}

ul.work-grid img {
	display: block;
	max-width: 100%;
	width: 100%
}

@media screen and (min-width: 880px) {
	ul.work-grid.page-left {
		width: 65%
	}
}

.grid-wrap {
	text-align: center;
	max-width: 1190px;
	margin: auto
}

.grid-bar {
	margin-bottom: 60px;
	height: 100px
}

.grid-bar.no-pad {
	margin-bottom: 0 !important
}

.grid-bar.with-margin {
	margin-top: 10px !important;
	margin-bottom: 10px !important
}

.page-template-word-grid-php .grid-bar,
.blog .grid-bar {
	margin-bottom: 30px
}

.grid-left {
	width: 29.8%;
	float: left;
	line-height: 22px;
	text-align: center;
	font-size: 18px;
	height: 100px;
	max-height: 100px
}

.grid-left div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.grid-left.short {
	height: 40px;
	margin: 30px 0
}

.grid-right {
	width: 70.2%;
	float: right;
	padding: 30px 0 30px 5.3%
}

.grid-date {
	float: left;
	font-size: 10px;
	margin-left: 36px
}

.grid-read-more {
	float: right;
	font-size: 10px;
	margin-right: 36px
}

.select-wrap {
	width: 48%;
	padding-left: 0;
	float: left;
	position: relative
}

.select-wrap:not(:last-child) {
	margin-right: 4%
}

.select-wrap.thirds {
	width: 100%
}

@media only screen and (min-width: 767px) {
	.select-wrap.thirds {
		width: 32%
	}
}

.select-wrap.thirds:not(:last-child) {
	margin-right: 2%
}

select.grid-filter {
	width: 100% !important;
	padding: 3px;
	margin: 0;
	display: inline-block
}

span.grid-filter.customSelect {
	width: 100% !important;
	line-height: 40px;
	background: #fff;
	border: 1px solid #EFEEEE;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	border-radius: 4px
}

#the-grid .mix {
	opacity: 0;
	display: none
}

.grid-buttons {
	text-align: center
}

.pulldown {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	color: #c3bdb8;
	background: none;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	z-index: 9999
}

.pulldown span:not(.break) {
	width: 100% !important;
	display: block;
	line-height: 40px;
	background: #fff;
	border: 1px solid #EFEEEE;
	padding: 0 60px 0 15px;
	text-transform: uppercase;
	position: relative;
	border-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.pulldown ins {
	text-decoration: none
}

.pulldown span.filter-by:not(.break):after {
	content: "";
	background: transparent url(../img/select-arrow.png) center center no-repeat;
	background-image: linear-gradient(transparent, transparent), url(../img/select-arrow.svg);
	background-position: center center;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	display: block
}

.pulldown.active span.filter-by:after {
	content: "";
	background: transparent url(../img/select-arrow-down.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/select-arrow-down.svg);
	background-position: center center;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	display: block
}

.pulldown ul {
	margin: 0;
	position: absolute;
	left: 20px;
	width: 93%;
	background: white;
	overflow: scroll;
	display: none;
	border: 1px solid #EAEAE9;
	border-top: none;
	z-index: 99999;
	padding: 0 10px;
	font-size: 90%;
	max-height: 356px;
	z-index: 9999
}

.pulldown.service {
	z-index: 9998
}

.pulldown ul {
	left: 0;
	width: 100%
}

.pulldown li {
	display: block;
	margin-top: 8px;
	padding: 6px 10px 0 10px;
	text-transform: uppercase;
	text-transform: none;
	color: #808080
}

.pulldown li:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 0px;
	left: -5px;
	margin-right: 6px;
	border: 1px solid #ccc;
	border-radius: 30px
}

.pulldown li:last-of-type {
	margin-bottom: 12px
}

.pulldown li.active {
	color: #6daa50
}

.pulldown li.active:before {
	background: #6daa50;
	border-color: #6daa50
}

.pulldown.active ul {
	overflow-x: hidden !important;
	overflow-y: auto !important
}

.pulldown:nth-child(1) {
	z-index: 9999
}

.pulldown:nth-child(2) {
	z-index: 9998
}

.pulldown:nth-child(3) {
	z-index: 9997
}

.select-wrap.full-width {
	width: 100% !important;
	padding-left: 0 !important
}

.cta {
	background-size: cover;
	background-position: top center;
	position: relative;
	margin-bottom: 75px
}

.cta.no-bottom-margin {
	margin-bottom: 0
}

.cta .inner {
	padding-top: 55px;
	padding-bottom: 55px
}

.cta .inner .section-title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 0;
	border: none
}

.cta p {
	color: #fff;
	padding: 0 18.3% 15px 18.3%;
	text-align: center
}

.area-bar {
	margin: 0 auto 75px auto;
	position: relative
}

.area-bar.bg.lighter-gray {
	background-color: #f1f1f1
}

.area-bar.bg.light-gray {
	background-color: #EAEAE9
}

.area-bar.no-bottom-margin {
	margin-bottom: 0
}

.bg.lighter-gray {
	background-color: #f1f1f1;
	padding-top: 37px;
	margin-bottom: 37px
}

.bg.light-gray {
	background-color: #EAEAE9;
	padding-top: 37px;
	margin-bottom: 37px
}

.section-title {
	text-transform: uppercase;
	color: #6daa50;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 120%;
	text-align: left
}

.section-title.small {
	font-size: 120% !important
}

.section-title.our-jobs {
	padding-bottom: 0;
	padding-top: 20px;
	border-bottom: 0
}

@media screen and (max-width: 767px) {
	.section-title.our-jobs span {
		display: block
	}
}

.section-title span {
	font-weight: bold;
	line-height: 1.2
}

.home .section-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold
}

.area-bar-title {
	padding: 0 2.5%;
	position: relative
}

.page-template-job-grid .area-bar-title {
	margin: 0 32px !important
}

ul.area-list {
	width: 100%;
	max-width: 1190px;
	margin: 0 auto;
	text-align: left
}

ul.area-list li {
	width: 50%;
	padding: 20px 2.5% 0 2.5%
}

ul.area-list li.fourths {
	width: 25%
}

ul.area-list.careers li {
	width: 33.3%;
	padding-top: 0
}

ul.area-list.contact li {
	width: 33.3%
}

ul.area-list a.image-block {
	overflow: hidden;
	display: block;
	position: relative
}

ul.area-list a.news-icon {
	top: 0
}

.area-title {
	background: #90c968;
	color: #fff;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	position: relative;
	z-index: 100;
	font-size: 120%
}

.area-image {
	display: block
}

.area-overlay {
	background: #90c968;
	background: rgba(144, 201, 104, 0.9);
	position: absolute;
	top: 0;
	height: 300px;
	width: 100%;
	padding: 12% 32.1% 0 32.1%;
	text-align: center;
	opacity: 0;
	z-index: 10;
	transition: all .25s ease
}

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

ul.area-list a:hover .area-overlay {
	opacity: 1
}

ul.area-list a:hover .area-overlay img {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	transition: none;
	border-radius: 100%
}

ul.area-list li:nth-child(2n) .area-title {
	background-color: #6daa50
}

ul.area-list li:nth-child(3n) .area-title {
	background-color: #5f9049
}

ul.area-list li:nth-child(4n) .area-title {
	background-color: #ed7d40
}

ul.area-list li:nth-child(2n) .area-overlay {
	background-color: #6daa50;
	background-color: rgba(109, 170, 80, 0.9)
}

ul.area-list li:nth-child(3n) .area-overlay {
	background-color: #5f9049;
	background-color: rgba(95, 144, 73, 0.9)
}

ul.area-list li:nth-child(4n) .area-overlay {
	background-color: #5f9049;
	background-color: rgba(237, 125, 64, 0.9)
}

.page-left {
	width: 66.666666%;
	float: left
}

.page-left.grid {
	padding: 0
}

.page-right {
	width: 33.333333%;
	float: right;
	padding-left: 3.5%;
	padding-top: 3.2%
}

.page-right.no-pad {
	padding-top: 0
}

.sidebar-section {
	margin-top: 40px
}

.sidebar-section:first-child {
	margin-top: 0
}

.sidebar-section.grey-bg {
	padding: 20px
}

.sidebar-title {
	font-size: 115%
}

.news-contact {
	border-bottom: 5px solid #90c968
}

.news-team {
	border-bottom: 5px solid #6daa50
}

.news-email {
	border-bottom: 5px solid #ed7d40
}

.email-form .gfield_label {
	display: none
}

ul.gform_fields {
	list-style: none;
	margin: 0;
	padding: 0
}

ul.gform_fields input[type="button"],
ul.gform_fields input[type="submit"] {
	outline: none
}

ul.gform_fields li {
	list-style: none
}

input {
	outline: none
}

input[type=radio]+label {
	padding-left: 5px
}

ul.gform_fields li,
div.gfield {
	padding-bottom: 15px
}

.email-form input.medium {
	padding: 5px 24px;
	border: 1px solid #ed7d40;
	color: #ed7d40;
	background: none;
	width: 100%;
	font-family: "ff-din-web", Arial, Verdana, sans-serif;
	border-radius: 20px
}

.email-form input.button {
	border-color: #ed7d40;
	background: #ed7d40 !important;
	color: #fff;
	background: none;
	font-family: "ff-din-web", Arial, Verdana, sans-serif
}

.email-form input.button:hover {
	background: none !important;
	color: #ed7d40 !important
}

.email-form .validation_error,
.email-form .validation_message {
	color: #ed7d40;
	padding-bottom: 20px;
	font-weight: bold;
	font-style: italic
}

#gforms_confirmation_message {
	color: #ed7d40;
	padding-bottom: 20px;
	font-weight: bold;
	font-style: italic
}

.email-form .validation_message {
	padding: 3px 0 0 0;
	font-size: 90%
}

.gform_footer img {
	margin-left: 10px
}

.email-form #gforms_confirmation_message {
	padding-bottom: 0;
	color: #ed7d40
}

.email-form input.medium:focus {
	border-color: #ed7d40;
	color: #ed7d40
}

.post {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #EAEAE9;
	padding-bottom: 40px
}

.post:first-child {
	padding-top: 0;
	margin-top: 0;
	border: none
}

.post-title {
	font-size: 120%
}

.post-meta {
	padding: 2px 0 5px 0;
	font-size: 95%
}

.post-nav {
	padding-top: 50px
}

.post-nav-sep {
	margin: 0 20px;
	line-height: 30px;
	border-left: 1px solid #EAEAE9;
	display: inline-block;
	height: 30px;
	width: 1px;
	margin-bottom: -10px
}

.post-nav-sep:first-child,
.post-nav-sep:last-child {
	display: none
}

.post-content {
	font-size: 105%
}

.post-content img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto
}

.page-content {
	font-size: 105%;
	padding-bottom: 40px
}

.toggle-bar a {
	display: block;
	height: 80px;
	border-bottom: 5px solid #EAEAE9;
	line-height: 75px;
	text-align: center;
	color: #8d8a86;
	cursor: pointer
}

.toggle-bar a:hover {
	color: #6daa50
}

.toggle-text {
	position: relative;
	text-transform: uppercase
}

.toggle-text:before {
	content: "";
	background: transparent url(../img/grey-arrow-down.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/grey-arrow-down.svg);
	background-position: center center;
	background-size: 12px 6px;
	width: 13px;
	height: 7px;
	position: absolute;
	left: -28px;
	top: 50%;
	margin-top: -4px
}

.toggle-text:after {
	content: "";
	background: transparent url(../img/grey-arrow-down.svg) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/grey-arrow-down.svg);
	background-position: center center;
	background-size: 12px 6px;
	width: 13px;
	height: 7px;
	position: absolute;
	right: -28px;
	top: 50%;
	margin-top: -4px
}

.toggle-bar a.open .toggle-text:before,
.toggle-bar a.open .toggle-text:after {
	background: transparent url(../img/grey-arrow-up.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/grey-arrow-up.svg);
	background-position: center center
}

.round-list {
	display: none;
	background: #f4f3f3;
	padding: 10px 0
}

.single .news-wrap,
.work-wrap {
	padding-top: 60px
}

.round-list ul {
	width: 100%;
	font-size: 0;
	text-align: justify
}

.round-list li {
	width: 50%;
	padding-right: 28px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	float: none
}

.round-list li:nth-child(2n) {
	padding-left: 28px;
	padding-right: 0
}

.round-list li a {
	padding: 20px 20px 20px 70px;
	border-bottom: 1px solid #EAEAE9;
	position: relative;
	display: block
}

.round-post-icon {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 5px solid transparent;
	position: absolute;
	top: 15px;
	left: 0;
	border-radius: 100%;
	transition: all .25s ease
}

.round-post-icon img {
	overflow: hidden;
	border-radius: 45px
}

.round-post-title {
	color: #8d8a86;
	font-size: 110%
}

.round-post-meta {
	color: #c6c4c2;
	font-size: 95%
}

.round-list li a.current .round-post-icon,
.round-list li a:hover .round-post-icon {
	border-color: #ed7d40
}

.round-list-more {
	text-align: center;
	padding: 30px 0
}

.toggle-back {
	display: none;
	padding-top: 30px;
	padding-bottom: 30px
}

.sub-image-caption {
	padding-left: 18px;
	background: transparent url(../img/green-arrow-right.png) no-repeat left 5px;
	background-image: linear-gradient(transparent, transparent), url(../img/green-arrow-right.svg);
	background-position: left 5px;
	background-size: 6px 12px
}

.author-name {
	padding-top: 8px
}

.author-meta {
	font-size: 95%
}

.news-author {
	border-bottom: 5px solid #6daa50
}

.news-author .sidebar-text {
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid #EAEAE9
}

.single .post-content,
.work-wrap .post-content {
	padding-top: 10px;
	margin-top: 25px;
	border-top: 1px solid #EAEAE9
}

.post-image {
	padding-bottom: 20px
}

.post-footer {
	margin-top: 30px;
	padding-top: 50px;
	border-top: 1px solid #EAEAE9
}

ul.post-social span {
	width: 12px;
	position: relative;
	left: -5px;
	top: 1px;
	margin-right: 5px;
	width: 12px;
	height: 14px;
	display: inline-block
}

ul.post-social a {
	margin-left: 15px;
	position: relative;
	top: -3px
}

ul.post-social a span.twitter {
	background-image: url(../img/twitter-green.svg);
	background: transparent url(../img/twitter-green.png) no-repeat;
	background-image: linear-gradient(transparent, transparent), url(../img/twitter-green.svg)
}

ul.post-social a span.linkedin {
	background: transparent url(../img/linkedin-green.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/linkedin-green.svg);
	background-position: center center
}

ul.post-social a span.facebook {
	background: transparent url(../img/facebook-green.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/facebook-green.svg);
	background-position: center center;
	top: 2px;
	left: -6px;
	margin-right: 0
}

ul.post-social a:hover span.twitter {
	background: transparent url(../img/twitter-white.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/twitter-white.png);
	background-position: center center
}

ul.post-social a:hover span.linkedin {
	background: transparent url(../img/linkedin-white.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/linkedin-white.png);
	background-position: center center
}

ul.post-social a:hover span.facebook {
	background: transparent url(../img/facebook-white.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/facebook-white.png);
	background-position: center center
}

.related {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 55px 30px 0 30px
}

.related-left {
	width: 48.4%;
	float: left
}

.related-right {
	width: 48.4%;
	float: left;
	float: right
}

.related-title,
ul.related-list {
	padding: 20px
}

.related-title {
	padding-top: 15px;
	padding-bottom: 15px
}

ul.related-list li {
	min-height: 55px
}

ul.related-list li a {
	padding: 20px 0 20px 80px;
	border-top: 1px solid #EAEAE9;
	position: relative;
	display: block
}

ul.related-list li:first-child a {
	padding-top: 0;
	border: none
}

ul.related-list .round-post-title {
	font-weight: bold
}

ul.related-list .round-post-icon {
	border: none;
	width: 45px;
	height: 45px;
	top: 20px
}

ul.related-list li:first-child .round-post-icon {
	top: 0
}

.work-cycle a.flex-next,
.work-cycle a.flex-prev {
	width: 40px;
	height: 40px;
	background-color: #EEEDED;
	background-color: rgba(238, 237, 237, 0.7);
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	background-position: center;
	background-size: 6px 12px;
	background-repeat: no-repeat
}

@media screen and (max-width: 767px) {

	.work-cycle a.flex-next,
	.work-cycle a.flex-prev {
		position: relative;
		top: 0;
		margin-top: 0;
		width: 50%
	}
}

.work-cycle a.flex-next {
	right: 0;
	background-image: linear-gradient(transparent, transparent), url(../img/grey-arrow-right-dark.svg);
	background-color: rgba(241, 241, 241, 0.9);
	background-color: rgba(238, 237, 237, 0.7);
	background-position: center center
}

@media screen and (max-width: 767px) {
	.work-cycle a.flex-next {
		float: right;
		border-left: 1px solid #ccc
	}
}

.work-cycle a.flex-prev {
	left: 0;
	background-image: linear-gradient(transparent, transparent), url(../img/grey-arrow-left-dark.svg);
	background-color: rgba(241, 241, 241, 0.9);
	background-color: rgba(238, 237, 237, 0.7);
	background-position: center center
}

@media screen and (max-width: 767px) {
	.work-cycle a.flex-prev {
		float: left
	}
}

ul.sidebar-list li {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #EAEAE9
}

ul.sidebar-list li:first-child {
	padding-top: 0;
	margin-top: 0;
	border: none
}

.detail-title {
	font-size: 115%
}

.detail-text {
	color: #c6c4c2;
	font-size: 95%
}

.detail-text p:first-child {
	margin-top: 5px
}

.round-arrow {
	border: 1px solid #8d8a86;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: linear-gradient(transparent, transparent), url(../img/grey-arrow-right-dark.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 6px 12px;
	border-radius: 60px
}

ul.area-sidebar-list a {
	position: relative;
	padding-right: 40px;
	display: block
}

.work-list ul {
	width: 100%;
	max-width: 948px;
	margin: 0 auto
}

.work-list ul li {
	width: 33.333333%;
	max-width: 316px;
	padding: 0 .8% !important
}

.speciality-list ul {
	padding-left: 15px
}

.speciality-list li {
	margin-bottom: 8px
}

.sidebar-section ul.footer-list li {
	border: none;
	padding: 13px 0 !important;
	border-bottom: 1px solid #EAEAE9
}

.sidebar-section ul.footer-list li.phone .social-icon {
	padding: 8px 7px 11px 8px
}

.sidebar-section ul.footer-list li.email .social-icon {
	padding: 8px 8px 11px 8px
}

.sidebar-section ul.footer-list li:first-child {
	padding-top: 0 !important
}

.sidebar-section ul.footer-list li:last-child {
	border-bottom: none
}

.sidebar-section .sidebar-title {
	margin-bottom: 13px
}

.sidebar-section .social-text {
	top: -3px
}

.sidebar-section ul.footer-list {
	padding-top: 0
}

.people-cycle ul.slides li.slide-wrap {
	width: 100% !important;
	padding: 0 !important;
	display: none
}

.people-cycle ul.slides li.slide-wrap li {
	display: inline-block
}

.people-pager ol.flex-control-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	margin: 0 auto
}

.people-pager ol.flex-control-nav li {
	width: 18px;
	height: 18px;
	padding: 0 !important;
	margin-left: 12px;
	display: inline;
	float: left
}

.people-pager ol.flex-control-nav li a {
	width: 18px;
	height: 18px;
	border: 1px solid #DDDCDB;
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	border-radius: 40px;
	transition: all .25s ease
}

.people-pager ol.flex-control-nav li:first-child {
	margin-left: 0
}

.people-pager ol.flex-control-nav li a:hover {
	background: #dddcdb
}

.people-pager ol.flex-control-nav li a.flex-active {
	background: #6daa50
}

a.next-slide,
a.prev-slide {
	width: 18px;
	height: 18px;
	margin: 0 10px;
	display: inline-block;
	cursor: pointer
}

.page-wrap {
	padding-top: 60px !important
}

.contact .page-wrap {
	padding-top: 0
}

.full-width-image {
	margin-bottom: 45px
}

.full-width-title {
	margin-bottom: 40px
}

.job .full-width-title {
	padding-left: 32px
}

.page-content p:first-child {
	margin-top: 0
}

ul.news-list li {
	padding-left: 60px;
	position: relative
}

.news-icon {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 20px;
	left: 0;
	overflow: hidden;
	border-radius: 90px
}

.area-list .news-icon {
	top: 0
}

.news-block {
	padding-left: 60px
}

ul.news-list li:first-child .news-icon {
	top: 0
}

ul.three-image {
	width: 100%
}

ul.three-image li {
	width: 31.9%
}

ul.three-image li.three-image-sep {
	width: 2.15%;
	height: 1px
}

ul.three-image img {
	width: 100%
}

.acc-toggle {
	padding: 20px 0;
	border-top: 1px solid #EAEAE9
}

.acc-toggle.has-children {
	background: transparent url(../img/plus.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/plus.svg);
	background-position: right center;
	cursor: pointer;
	background-size: 15px 15px
}

.acc-toggle.ui-state-active {
	background: transparent url(../img/minus.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/minus.svg);
	background-position: center center
}

.acc-toggle:focus {
	outline: none !important
}

.acc-toggle:first-child {
	border: none;
	padding-top: 0;
	background-position: right top
}

.acc-text {
	padding-bottom: 20px
}

.acc-text p:first-child {
	margin-top: 0
}

a.more-space {
	margin-top: 30px
}

.career-page-bar {
	padding-bottom: 40px;
	padding-top: 40px
}

a.career-button {
	margin-top: 30px;
	display: block;
	height: 60px;
	line-height: 60px;
	background: #90c968;
	padding-left: 60px;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 130px;
	-webkit-border-bottom-left-radius: 130px;
	-moz-border-radius-topleft: 130px;
	-moz-border-radius-bottomleft: 130px;
	border-top-left-radius: 130px;
	border-bottom-left-radius: 130px
}

ul.career-page-list li:nth-child(2n) a.career-button {
	background: #6daa50
}

ul.career-page-list li:nth-child(3n) a.career-button {
	background: #5f9049
}

.career-icon {
	width: 60px;
	height: 60px;
	border: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 130px
}

ul.career-page-list li:nth-child(2n) .career-icon {
	border-color: #65A048
}

ul.career-page-list li:nth-child(3n) .career-icon {
	border-color: #467C39
}

.more-news {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #EAEAE9
}

.home-pre-text {
	font-size: 130%;
	line-height: 1.4em;
	padding-bottom: 60px
}

.contact-text {
	padding: 20px 0;
	border-top: 1px solid #EAEAE9
}

.contact-text.address {
	padding-top: 35px;
	border: none
}

.contact-bottom {
	padding-top: 57px;
	padding-bottom: 40px
}

.contact-bottom .section-title {
	margin-bottom: 30px
}

.contact-left {
	width: 50%;
	padding-right: 20px;
	float: left
}

.contact-right {
	width: 50%;
	padding-left: 20px;
	float: right
}

input.medium,
input.large {
	border: 1px solid #EAEAE9;
	padding: 4px 10px;
	height: 40px;
	font-family: "ff-din-web", Arial, Verdana, sans-serif;
	color: #8D8A86;
	background: none;
	width: 100%;
	border-radius: 2px;
	transition: all .25s ease
}

textarea.medium,
textarea.large {
	border: 1px solid #EAEAE9;
	padding: 4px 10px;
	height: 40px;
	font-family: "ff-din-web", Arial, Verdana, sans-serif;
	color: #8D8A86;
	background: none;
	width: 100%;
	border-radius: 2px;
	transition: all .25s ease;
	resize: none;
	height: 80px
}

input.medium:focus,
textarea.medium:focus,
input.large:focus,
textarea.large:focus {
	color: #90C968;
	border-color: #90C968
}

.contact-form .gfield_label {
	display: none
}

input.gform_button {
	background: none;
	border: 1px solid #90C968;
	color: #90C968;
	font-family: "ff-din-web", Arial, Verdana, sans-serif;
	transition: all .25s ease
}

#gform_3 input.gform_button[type="submit"] {
	text-transform: uppercase;
	border-color: #8D8A86;
	color: #8D8A86
}

input.gform_button:hover {
	background: #90C968;
	color: #fff
}

input.gform_button[type="submit"]:hover {
	border-color: #90C968
}

ul.gform_fields li,
div.gfield {
	padding-bottom: 30px;
	list-style: none
}

ul.gform_fields li input[type=radio]+label {
	padding-left: 5px
}

.gform_body .customSelect {
	display: block !important;
	overflow: hidden
}

.gform_body .customSelectInner {
	border: 1px solid #EAEAE9;
	padding: 4px 40px 4px 10px;
	height: 40px;
	width: 100% !important;
	display: block !important;
	line-height: 32px;
	background-size: 8px 16px !important;
	background: transparent url(../img/grey-arrow-right.png) no-repeat 98% center;
	background-image: linear-gradient(transparent, transparent), url(../img/grey-arrow-right.svg);
	background-position: 98% center;
	border-radius: 2px
}

.validation_error {
	padding-bottom: 20px;
	color: #6daa50;
	font-weight: bold
}

.validation_message {
	font-style: italic;
	color: #6daa50;
	font-size: 90%;
	padding-top: 3px
}

#gforms_confirmation_message {
	color: #6daa50
}

.small-career-bar {
	padding: 35px 0 35px 0
}

.career-bar-title {
	padding: 0 30px;
	text-align: left
}

.small-career-bar a.career-button {
	margin-top: 0
}

.small-career-bar ul.area-list li {
	padding-bottom: 0
}

ul.resp-tabs-list p {
	margin: 0px;
	padding: 0px
}

.resp-tabs-list li {
	display: inline-block;
	list-style: none;
	cursor: pointer;
	float: left
}

.resp-tabs-container {
	padding: 0px;
	clear: left
}

.resp-accordion {
	cursor: pointer;
	display: none
}

.resp-tab-content {
	display: none
}

.resp-content-active,
.resp-accordion-active {
	display: block
}

.resp-jfit {
	width: 100%;
	margin: 0px
}

.resp-tab-content-active {
	display: block
}

ul.resp-tabs-list {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%
}

.tab-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 29.36%;
	padding-top: 5%
}

.tab-buttons {
	width: 100%;
	float: right;
	text-align: right;
	display: block
}

ul.resp-tabs-list {
	padding-left: 29.38%;
	background: transparent url(../img/tab-border.png) repeat-x bottom left;
	background-image: linear-gradient(transparent, transparent), url(../img/tab-border.svg);
	background-position: bottom left;
	background-repeat: repeat-x
}

ul.resp-tabs-list li {
	width: 25%;
	padding: 0 0 0 46px;
	max-width: 166px
}

.tab-icon {
	padding-bottom: 55px;
	position: relative
}

.tab-icon .tab-icon-wrap {
	background: #90c968
}

.tab-icon2 .tab-icon-wrap {
	background: #6daa50
}

.tab-icon3 .tab-icon-wrap {
	background: #5f9049
}

.tab-icon4 .tab-icon-wrap {
	background: #ed7d40
}

.tab-icon-wrap {
	overflow: hidden;
	border-radius: 300px
}

.tab-icon-wrap img {
	display: block
}

ul.resp-tabs-list li.resp-tab-active .tab-icon {
	background: transparent url(../img/tab-pointer.png) no-repeat center bottom;
	background-image: linear-gradient(transparent, transparent), url(../img/tab-pointer.svg);
	background-position: center bottom
}

.resp-tab-content {
	padding: 20px 0 20px 0
}

.resp-tab-content .section-title {
	padding-bottom: 20px
}

.tab-cycle-control-wrap {
	padding-top: 20px
}

.tab-cycle-control-wrap a:first-child {
	margin-left: 0
}

ul.job-grid {
	padding-bottom: 100px
}

ul.job-grid li {
	text-align: left;
	position: relative;
	padding-bottom: 0
}

.jobs-wrap {
	padding: 15px 30px 0 30px
}

.job-wrap {
	border-bottom: 1px solid #EAEAE9;
	padding: 45px 0
}

.jobs-content {
	padding: 15px 32px 0 32px
}

ul.job-grid a.button {
	display: inline-block
}

.job-title {
	font-size: 120%;
	position: relative;
	padding-right: 30px;
	cursor: pointer
}

.job-title:after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0;
	background: transparent url(../img/plus-green.png) no-repeat center;
	background-image: linear-gradient(transparent, transparent), url(../img/plus-green.svg);
	background-size: 15px 15px
}

.job-title.open:after {
	background-image: url(../img/minus-green.svg);
	background: transparent url(../img/minus-green.png) no-repeat;
	background-image: linear-gradient(transparent, transparent), url(../img/minus-green.svg)
}

.job-text-wrap {
	position: relative
}

.job-text {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 100;
	border-bottom: 1px solid #6daa50;
	padding-bottom: 20px
}

a.send-resume {
	display: inline-block;
	padding: 8px 24px;
	border: 1px solid #6daa50;
	color: #6daa50;
	margin-top: 20px;
	margin-bottom: 45px;
	cursor: pointer;
	border-radius: 3px
}

a.send-resume:hover {
	color: #fff !important
}

.resume-form {
	padding-bottom: 45px;
	display: none
}

.resume-form select {
	width: 100% !important
}

.ginput_container {
	position: relative
}

a.send-resume:hover {
	color: #fff;
	background: #6daa50
}

.resume-form-header {
	line-height: 60px;
	padding: 0 60px 0 20px;
	margin-bottom: 30px;
	margin-top: 30px
}

a.resume-close {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 100;
	cursor: pointer
}

.gfield_required:after {
	content: " (required field)"
}

li#field_4_1,
li#field_4_2,
li#field_4_3,
li#field_4_4 {
	width: 25%;
	float: left;
	padding-left: 30px
}

li#field_4_1 {
	padding-left: 0
}

li#field_4_4 select {
	height: 40px !important
}

li#field_4_5 {
	clear: both
}

.resume-form select { height: 40px !important;}

.resume-form .gform_body .customSelectInner {
	background-position: 96% center
}

.gsection_title {
	font-weight: normal;
	font-size: 100%;
	margin: 0
}

li#field_4_8 {
	padding: 15px 15px 0 15px;
	border: 1px solid #EAEAE9;
	border-bottom: 0
}

li#field_4_6,
li#field_4_7 {
	padding: 10px 15px;
	border-left: 1px solid #EAEAE9;
	border-right: 1px solid #EAEAE9
}

li#field_4_6 input {
	border: none;
	padding: 0
}

li#field_4_7 {
	border-bottom: 1px solid #EAEAE9;
	padding-bottom: 17px;
	padding-top: 5px
}

li#field_4_7 input {
	border: none;
	padding: 0
}

.resume-form .gform_footer {
	margin-top: 30px
}

#gform_fields_4 button {
	display: none
}

.single-job-wrap .inner {
	padding-bottom: 60px
}

a.submit-resume {
	font-size: 90%;
	padding-top: 4px;
	padding-bottom: 6px
}

.single-job-wrap li#field_4_1,
.single-job-wrap li#field_4_2,
.single-job-wrap li#field_4_3,
.single-job-wrap li#field_4_4 {
	width: 50%
}

.single-job-wrap li#field_4_1,
.single-job-wrap li#field_4_3 {
	padding-right: 15px
}

.single-job-wrap li#field_4_2,
.single-job-wrap li#field_4_4 {
	padding-left: 15px
}

.single-job-wrap li#field_4_3 {
	clear: both;
	padding-left: 0
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.flexslider {
	margin: 0;
	padding: 0
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden
}

.flexslider .slides img {
	width: 100%;
	display: block
}

.flexslider.home {
	margin-bottom: 60px
}

.flex-pauseplay span {
	text-transform: capitalize
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .slides {
	display: block
}

* html .slides {
	height: 1%
}

.no-js .slides>li:first-child {
	display: block
}

.grid {
	text-align: justify !important;
	text-justify: distribute-all-lines;
	font-size: 0
}

.grid:after {
	content: "";
	display: inline-block;
	width: 100%
}

.grid.table {
	display: table
}

.grid-cell {
	vertical-align: top;
	display: inline-block;
	margin-bottom: 5%;
	position: relative;
	width: 100% !important;
	font-size: 16px;
	font-size: 1rem;
	text-align: left;
	padding-left: 0 !important;
	padding-right: 0 !important
}

.grid-cell.placeholder {
	height: 0;
	padding: 0;
	margin: 0
}

@media screen and (min-width: 480px) {
	.grid-cell {
		width: 46% !important
	}
}

@media only screen and (max-width: 1300px) {

	.home-header-image img,
	.header-image img {
		opacity: 1
	}
}

@media only screen and (max-width: 1150px) {
	.home-title-bar {
		font-size: 115%
	}
}

@media only screen and (max-width: 999px) {
	ul.nav a {
		padding: 0 10px;
		font-size: 90%
	}

	header .inner {
		padding-right: 0
	}

	ul.career-page-list li .page-content {
		height: auto !important
	}

	.home-title-bar {
		font-size: 105%
	}
}

@media only screen and (max-width: 990px) {
	.tab-title {
		padding-top: 4%;
		font-size: 80%
	}
}

@media only screen and (max-width: 910px) {
	.header-image {
		height: 175px
	}

	.header-image img.full {
		width: 910px !important;
		max-width: none;
		height: 175px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -455px
	}

	.title-bar {
		height: 85px;
		font-size: 140%;
		line-height: 85px
	}
}

@media only screen and (max-width: 880px) {
	ul.nav a {
		font-size: 75%
	}

	.page-left {
		width: 100%;
		padding-left: 0;
		float: none
	}

	.page-right {
		width: 100%;
		padding-left: 0;
		float: none;
		padding-top: 60px
	}

	.home-title-bar {
		padding: 0 50px 0 50px;
		font-size: 95%
	}

	.home-title-bar .hide-mobile:after {
		top: 4px
	}

	li#field_4_1,
	li#field_4_2,
	li#field_4_3,
	li#field_4_4 {
		width: 50%
	}

	li#field_4_1,
	li#field_4_3 {
		padding-right: 15px
	}

	li#field_4_2,
	li#field_4_4 {
		padding-left: 15px
	}

	li#field_4_3 {
		clear: both;
		padding-left: 0
	}
}

@media only screen and (max-width: 767px) {
	.hide-mobile {
		display: none !important
	}

	#main {
		padding: 45px 0
	}

	header {
		height: auto;
		min-height: 100px
	}

	header .inner {
		padding: 0
	}

	a.logo {
		margin-left: 20px;
		height: 100px
	}

	a.menu-toggle {
		display: block;
		cursor: pointer;
		margin-right: 30px;
		width: 22px;
		height: 17px
	}

	ul.nav {
		width: 100%;
		display: none
	}

	ul.nav li {
		width: 50%;
		border-top: 2px solid #f1f1f1
	}

	ul.nav li a {
		margin: 0;
		line-height: 65px;
		padding: 0 !important;
		text-align: center;
		font-size: 95%
	}

	ul.nav li#current:after {
		display: none
	}

	li.phone-nav:after,
	ul.nav li.nav-phone {
		display: none
	}

	li.mobile-phone-text {
		display: block !important
	}

	ul.nav li:nth-child(odd) {
		border-right: 1px solid #f1f1f1
	}

	ul.nav li:nth-child(even) {
		border-left: 1px solid #f1f1f1
	}

	ul.work-grid {
		max-width: 660px
	}

	ul.work-grid li {
		width: 50%
	}

	.grid-bar {
		margin-bottom: 35px;
		height: auto
	}

	.grid-bar .inner {
		padding-left: 0;
		padding-right: 0
	}

	.grid-left {
		line-height: 60px;
		width: 100%;
		float: none
	}

	.grid-right {
		width: 100%;
		padding: 30px;
		float: none
	}

	.select-wrap {
		width: 100%;
		float: none;
		padding: 30px 0 0 0
	}

	.select-wrap:first-child {
		padding-top: 0
	}

	select.hasCustomSelect {
		width: 100% !important
	}

	.filtered-by {
		top: 208px;
		left: 47px
	}

	ul.footer-cols {
		padding: 0 30px
	}

	ul.footer-cols li {
		width: 100%;
		max-width: none;
		float: none;
		padding: 35px 0 0 0;
		display: block
	}

	ul.footer-cols li:first-child {
		padding-top: 0
	}

	.footer-bottom-left,
	.footer-bottom-right {
		width: 100%;
		padding-left: 0;
		float: none
	}

	.footer-bottom-left {
		padding-top: 15px
	}

	.area-bar {
		padding-top: 60px
	}

	ul.area-list {
		width: 100%;
		display: block;
		padding: 0 30px
	}

	ul.area-list .area-image,
	ul.area-list .area-overlay {
		display: none !important
	}

	ul.area-list li {
		width: 100% !important;
		max-width: none;
		padding: 20px 0 0 0;
		margin-top: 20px;
		border-top: 1px solid #EAEAE9;
		float: none;
		display: block
	}

	ul.area-list li:first-child {
		padding-top: 0;
		border: none
	}

	ul.area-list .area-title {
		color: #6daa50 !important;
		background: none !important;
		padding: 0;
		line-height: normal;
		height: auto
	}

	.area-bar-title {
		padding: 0 30px
	}

	.toggle-bar,
	.round-list,
	.post-footer {
		display: none !important
	}

	.toggle-back {
		display: block
	}

	.single .news-wrap,
	.work-wrap {
		padding-top: 0
	}

	.related {
		padding-left: 0;
		padding-right: 0
	}

	.related-left {
		float: none;
		width: 100%;
		height: auto !important
	}

	.related-right {
		float: none;
		width: 100%;
		height: auto !important;
		margin-top: 40px
	}

	a.subnav-toggle {
		display: block
	}

	.subnav {
		height: auto;
		background: none
	}

	.subnav-wrap {
		display: none;
		padding: 0 !important
	}

	.subnav ul {
		width: 100%;
		display: block
	}

	.subnav ul li {
		display: block;
		float: none
	}

	.subnav ul li a {
		padding: 25px;
		line-height: normal;
		border: none !important;
		border-bottom: 1px solid #EAEAE9 !important
	}

	.subnav ul li:first-child a {
		border-top: 0
	}

	.subnav ul li a:after,
	.subnav ul li a:before {
		display: none !important
	}

	.career-page-bar {
		padding-top: 40px
	}

	.career-button {
		margin-top: 30px;
		max-width: 300px
	}

	ul.career-page-list li {
		width: 100% !important;
		max-width: none;
		border: none;
		margin: 40px 0 0 0;
		padding: 0
	}

	ul.career-page-list li:first-child {
		margin-top: 0
	}

	.home-header-image {
		height: 300px;
		position: relative
	}

	.home-header-image img.full {
		width: 780px !important;
		max-width: none;
		height: 300px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -390px
	}

	.home-title-bar {
		height: 175px;
		margin-top: -87px;
		font-size: 140%;
		line-height: normal;
		padding: 30px;
		position: absolute;
		top: 50%;
		width: 100%;
		left: 0;
		max-width: none
	}

	.show-mobile {
		display: block
	}

	.contact-top ul.area-list li {
		border-top: 0
	}

	.contact-left {
		width: 100%;
		padding: 0
	}

	.contact-right {
		width: 100%;
		padding: 0;
		padding-top: 60px
	}

	.small-career-bar ul.area-list {
		padding-top: 20px
	}

	li.nav-phone .hide-desktop {
		display: inline-block
	}

	ul.resp-tabs-list {
		display: none
	}

	.resp-accordion {
		display: block
	}

	.resp-htabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none
	}

	.resp-accordion-closed,
	.tab-top {
		display: none !important
	}

	.tab-icon {
		padding: 0;
		width: 120px;
		display: block;
		margin: 0 auto
	}

	.resp-accordion {
		margin-top: 35px
	}

	.resp-accordion:first-child {
		margin-top: 0
	}

	.resp-tab-content .section-title {
		border-top: 1px solid #EAEAE9;
		padding-top: 20px
	}

	.resp-tabs-container {
		padding-bottom: 45px
	}

	ul.job-grid {
		display: block;
		width: 100%;
		padding: 0 30px;
		max-width: none
	}

	ul.job-grid li {
		width: 100%;
		display: block;
		float: none;
		padding: 0;
		max-width: none;
		height: auto !important
	}

	.job-text {
		position: static;
		padding-bottom: 0;
		border: 0
	}

	li#field_4_1,
	li#field_4_2,
	li#field_4_3,
	li#field_4_4 {
		float: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important
	}

	.resume-form .gform_body .customSelectInner {
		background-position: 98% center
	}

	.tab-title {
		position: static;
		width: 100%
	}
}

@media only screen and (max-width: 600px) {
	ul.work-grid {
		padding: 0 30px
	}

	ul.work-grid li {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.pulldown span ins,
	.people-pager ol.flex-control-nav {
		display: none
	}
}

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0
}

.ir br {
	display: none
}

.hidden {
	display: none !important;
	visibility: hidden
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.invisible {
	visibility: hidden
}

.clearfix {
	*zoom: 1
}

.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		-webkit-filter: none !important;
		filter: none !important;
		-ms-filter: none !important
	}

	a {
		text-decoration: underline
	}

	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	.ir a:after {
		content: ""
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr {
		page-break-inside: avoid
	}

	img {
		page-break-inside: avoid;
		max-width: 100% !important
	}
}

.white {
	color: #fff
}

.green {
	color: #6daa50 !important
}

a.green:hover {
	color: #ed7d40
}

.lt-green {
	color: #90c968
}

.dk-green {
	color: #5f9049
}

.orange {
	color: #ed7d40
}

.grey,
.grey p {
	color: #8d8a86 !important
}

.lt-grey {
	color: #c6c4c2
}

.orange-trans {
	background: #ed7d40;
	background: rgba(237, 125, 64, 0.9)
}

.green-trans {
	background: #6daa50;
	background: rgba(109, 170, 80, 0.9)
}

.lt-green-trans {
	background: #90c968;
	background: rgba(144, 201, 104, 0.9)
}

.dk-green-trans {
	background: #5f9049;
	background: rgba(95, 144, 73, 0.9)
}

.light-gray-trans {
	background: #EAEAE9;
	background: rgba(234, 234, 233, 0.9)
}

.light-gray {
	background: #EAEAE9
}

.lighter-gray {
	background: #f1f1f1
}

.lighter-gray-trans {
	background: #f1f1f1;
	background: rgba(241, 241, 241, 0.9)
}

.orange-bg {
	background: #ed7d40
}

.green-bg {
	background: #6daa50;
	position: relative
}

.filtered-by {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
}

.lt-green-bg {
	background: #90c968
}

.dk-green-bg {
	background: #5f9049
}

.grey-bg {
	background: #e2e2e2
}

.jobs-accordion {
	margin-bottom: 50px;
	border-top: 1px solid #ccc
}

.jobs-accordion .acc-row {
	border-bottom: 1px solid #ccc
}

.jobs-accordion .acc-row .accordion-toggle {
	background-color: #fff;
	transition: background-color .25s ease
}

.jobs-accordion .acc-row:hover .accordion-toggle {
	background-color: #f8f8f8
}

.jobs-accordion .acc-row.row-open {
	border-top: 6px solid #6daa50
}

.jobs-accordion .acc-row.row-open .accordion-toggle {
	background: url(../img/grey-arrow-up.svg) no-repeat top right;
	background-position: 98% 50%
}

.jobs-accordion .acc-row.row-open:first-child {
	border-top: 6px solid #6daa50
}

.jobs-accordion .accordion-toggle {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	margin-bottom: 0;
	border-radius: 5px;
	padding: 35px 32px;
	position: relative;
	z-index: 10;
	cursor: pointer;
	background-color: #ffffff;
	background-image: url(../img/grey-arrow-down.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 32px) 50%
}

@media (max-width: 600px) {
	.jobs-accordion .accordion-toggle {
		display: block
	}
}

.jobs-accordion .accordion-toggle .column {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis
}

.jobs-accordion .accordion-toggle .column.job__title {
	width: 30%;
	padding-right: 10px
}

.jobs-accordion .accordion-toggle .column.job__division {
	width: 30%;
	padding-right: 10px
}

.jobs-accordion .accordion-toggle .column.job__location {
	width: 40%
}

@media (max-width: 600px) {
	.jobs-accordion .accordion-toggle .column {
		width: 100% !important
	}
}

.jobs-accordion .accordion-toggle .column span {
	display: block
}

.jobs-accordion .accordion-toggle p {
	margin: 0
}

.jobs-accordion .accordion-toggle.open {
	background: #f5f5f5 url(../img/grey-arrow-up.svg) no-repeat top right !important;
	background-position: calc(100% - 32px) 50% !important;
	color: #6daa50
}

.jobs-accordion .accordion-toggle.open i {
	-webkit-transform: rotate(46deg);
	transform: rotate(46deg)
}

@media (max-width: 600px) {
	.jobs-accordion .accordion-toggle.open {
		padding: 35px 30px;
		background-position: 93% 50% !important
	}
}

.jobs-accordion .accordion-toggle i {
	margin-left: auto;
	color: #000;
	transition: -webkit-transform .1s ease-in-out;
	transition: transform .1s ease-in-out;
	transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

.jobs-accordion .accordion-content {
	display: none;
	background: #f5f5f5;
	padding: 10px 32px 10px 32px;
	margin-top: -5px;
	position: relative;
	z-index: 5;
	text-align: left
}

.jobs-accordion .accordion-content p {
	margin: 0
}

.jobs-accordion .accordion-content .accordion-content__copy {
	margin-bottom: 20px
}

.jobs-accordion .accordion-content .accordion-content__copy a.button {
	display: table;
	margin-top: 20px
}

.jobs-accordion .accordion-content a.acc-button {
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 20px
}

.jobs-accordion .accordion-content.default {
	display: block
}

.single-job-wrap .full-width-title {
	font-size: 24px;
	text-transform: none;
	margin-bottom: 10px;
	border-bottom: 0
}

.single-job-wrap .full-width-title .subtitle {
	color: #8d8a86;
	font-weight: bold;
	margin-top: 2px;
	font-size: 20px
}

.single-job-wrap .full-width-title .subtitle span.pipe {
	font-weight: normal !important;
	margin: 0 2px
}

.single-job-wrap .full-width-title .subtitle span.location {
	font-weight: normal
}

@media (max-width: 600px) {
	.single-job-wrap .full-width-title .subtitle span.location {
		margin-left: 0;
		display: block
	}
}

.single-job-wrap .page-left {
	background: #f5f5f5;
	border-top: 6px solid #6daa50;
	padding: 35px 32px
}

.single-job-wrap .page-left .page-content h3 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #6daa50;
	border-bottom: 1px solid #6daa50;
	margin-bottom: 0;
	display: inline-block
}

.single-job-wrap .page-left .page-content .job-section {
	display: block;
	margin-bottom: 0
}

.single-job-wrap .page-left .page-content .job-section ul {
	padding-left: 15px !important
}

.single-job-wrap .page-left .page-content .job-section.disclaimer {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 50px
}

.single-job-wrap .page-left .page-content .job-section.disclaimer p {
	margin-bottom: 0
}

@media (max-width: 780px) {
	.single-job-wrap #job-sidebar {
		height: 1px !important
	}
}

.single-job-wrap #job-sidebar.mobile-sidebar {
	position: fixed;
	bottom: 0
}

.single-job-wrap #job-sidebar.is-affixed .inner-wrapper-sticky {
	margin-left: 2.8%;
	margin-top: 17px
}

@media (max-width: 780px) {
	.single-job-wrap #job-sidebar.is-affixed .inner-wrapper-sticky {
		margin-left: 0 !important;
		left: 0 !important;
		width: 100% !important;
		top: auto !important;
		bottom: 0;
		z-index: 999
	}

	.single-job-wrap #job-sidebar.is-affixed .inner-wrapper-sticky .sidebar-section {
		border-bottom: 6px solid #ed7d40;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2)
	}

	.single-job-wrap #job-sidebar.is-affixed .inner-wrapper-sticky a.all-jobs {
		position: absolute;
		top: 98px;
		right: 10%
	}
}

@media (max-width: 320px) {
	.single-job-wrap #job-sidebar.is-affixed .inner-wrapper-sticky a.all-jobs {
		top: 120px;
		right: 7%
	}
}

.single-job-wrap #job-sidebar.is-affixed .inner-wrapper-sticky.stuck-to-bottom {
	-webkit-transform: translate3d(0px, 1302px, 0px) !important;
	transform: translate3d(0px, 1302px, 0px) !important
}

.single-job-wrap #job-sidebar a.all-jobs {
	color: #8d8a86;
	margin: 20px 10px;
	background: url(../img/grey-handle-arrow-left.png) no-repeat top left;
	padding-left: 30px;
	display: block
}

.single-job-wrap #job-sidebar a.all-jobs:hover {
	color: #ed7d40;
	background: url(../img/orange-handle-arrow-left.png) no-repeat top left
}

.single-job-wrap #job-sidebar .sidebar-section.apply-now {
	background: #f5f5f5;
	border-top: 6px solid #ed7d40
}

.single-job-wrap #job-sidebar .sidebar-section.apply-now .sidebar-title {
	font-size: 20px;
	color: #ed7d40
}

.single-job-wrap #job-sidebar .sidebar-section.apply-now a.button.orange {
	border-color: #ed7d40;
	color: #ed7d40
}

.single-job-wrap #job-sidebar .sidebar-section.apply-now a.button.orange:after {
	background-image: linear-gradient(transparent, transparent), url(../img/orange-handle-arrow-right.svg)
}

.single-job-wrap #job-sidebar .sidebar-section.apply-now a.button.orange:hover {
	background-color: #ed7d40;
	color: #fff !important
}

.single-job-wrap #job-sidebar .sidebar-section.apply-now a.button.orange:hover:after {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/white-handle-arrow-right.svg) !important
}

.close-job {
	position: absolute;
	top: calc(50% - 4px);
	right: 26px;
	font-size: 26px
}

@media (min-width: 1200px) {
	.close-job {
		right: 30px
	}
}

.job-filters.grid-right {
	height: 100px;
	display: flex
}

@media (max-width: 780px) {
	.job-filters.grid-right {
		flex-direction: column;
		height: 240px
	}
}

.job-filters.grid-right .column {
	flex-grow: 1;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center
}

.job-filters.grid-right .column select {
	border: 1px solid #ccc;
	font-size: 16px;
	height: 38px;
	width: 100%;
	border: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	color: #ccc;
	padding-left: 15px;
	font-size: 14px;
	letter-spacing: 0;
	background: #fff url(../img/select-arrow.png) no-repeat top right
}

.job-testimonials {
	position: relative;
	padding: 50px 0;
	min-height: 257px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center
}

.job-testimonials .slick-prev,
.job-testimonials .slick-next {
	bottom: -62px;
	top: auto;
	z-index: 20
}

@media (max-width: 600px) {

	.job-testimonials .slick-prev,
	.job-testimonials .slick-next {
		display: none !important
	}
}

.job-testimonials .slick-prev {
	left: 40%;
	background: url(../img/white-handle-arrow-left.png) no-repeat top center !important
}

@media (max-width: 900px) {
	.job-testimonials .slick-prev {
		left: 34% !important
	}
}

.job-testimonials .slick-prev:before {
	content: none
}

.job-testimonials .slick-next {
	right: 40%;
	background: url(../img/white-handle-arrow-right.png) no-repeat top center !important
}

@media (max-width: 900px) {
	.job-testimonials .slick-next {
		right: 34% !important
	}
}

.job-testimonials .slick-next:before {
	content: none
}

.job-testimonials .section-title {
	border-bottom: 0;
	margin-bottom: 0
}

.job-testimonials span.testimonial-headline1 {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 24px
}

.job-testimonials span.testimonial-headline2 {
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 24px
}

.job-testimonials .slick-slide blockquote {
	padding: 0 100px;
	font-style: normal
}

@media (max-width: 600px) {
	.job-testimonials .slick-slide blockquote {
		padding: 0 !important
	}
}

.job-testimonials .slick-slide cite {
	margin-bottom: 50px
}

.job-testimonials .slick-slide cite .person-name {
	font-weight: bold;
	font-style: normal
}

.job-testimonials .slick-slide cite .person-company {
	font-weight: normal;
	font-style: normal
}

.job-testimonials .slick-dots {
	z-index: 10;
	bottom: -50px
}

.job-testimonials .slick-dots li button {
	border: 2px solid #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: transparent
}

.job-testimonials .slick-dots li button::before {
	display: none;
	content: none
}

.job-testimonials .slick-dots li.slick-active button {
	background: #ed7d40;
	border: 2px solid #ed7d40
}

@media (max-width: 600px) {
	.inner-wrapper-sticky {
		margin-top: 40px
	}
}

.close {
	transition: opacity .25s ease;
	opacity: 0
}

.close.visible {
	opacity: 1
}

.single-jobs .page-content {
	padding-bottom: 0
}

/* !Padding Fix - - - - - */

.page-wrap.bottom-pad {
	padding-bottom: 60px;
}

/* !Home Posts - - - - - */

.home-posts {
	padding-bottom: 60px;
}

/* !Search Results - - - - - */

.results-title {
	font-size: 150%;
	position: relative;
	top: 7px;
}

ul.search-list li+li {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e2e2e2;
}

h2.small-headline {
	line-height: 1.3em;
}

/* !Pagination - - - - - */

#nav-below {
	padding-top: 40px;
}

/* !Search Form - - - - - */

.search-form-wrap {
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	background: #F1F1F1;
	padding: 32px 0;
	z-index: 101;
	overflow: hidden;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	transition: all .35s ease;
}

.search-form-wrap.active {
	width: 240px;
	padding-left: 20px;
	padding-right: 20px;
}

a.search-toggle {
	background: #F1F1F1;
}

a.search-toggle img {
	position: relative;
	top: 2px;
}

input.search-box {
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-bottom: 1px solid #8D8A86;
	font-family: "ff-din-web", Arial, Verdana, sans-serif;
	color: #8d8a86;
	font-size: 16px;
	line-height: 1.3em;
	padding: 5px 30px 5px 0;
	width: 200px;
}

input.search-button {
	width: 20px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/search-arrow.svg) no-repeat right center;
	z-index: 101;
	border: none;
	text-indent: -9999px;
}

#searchform {
	position: relative;
}

@media only screen and (max-width: 767px) {

	ul.nav a.search-toggle {
		display: none;
	}

	.search-form-wrap {
		width: 100%;
		position: relative;
		right: 0;
		padding: 20px;
		height: auto;
	}

	ul.nav li.nav-search {
		width: 100%;
		border-right: none !important;
	}

	input.search-box {
		width: 100%;
	}

}