@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

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

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

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

* {
    max-height: 1000000px;
}

body {
    color: #838383;
    background: #fff;
    font: 18px/1.2 "Arimo", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
    max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}

h1, .h1 {
    font-size: 48px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #9bba5d;
}

a:hover, a:focus {
    text-decoration: none;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #838383;
    padding: 0.4em 0.7em;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #000;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #838383;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #838383;
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #838383;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #838383;
}

input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
    color: #838383;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?2rycuk");
    src: url("../fonts/icomoon.eot?2rycuk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2rycuk") format("truetype"), url("../fonts/icomoon.woff?2rycuk") format("woff"), url("../fonts/icomoon.svg?2rycuk#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^=icon-], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "";
}

.icon-settings:before {
    content: "";
}

.icon-cog:before {
    content: "";
}

.icon-preferences:before {
    content: "";
}

.icon-menu:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-envelope:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-facebook-official:before {
    content: "";
}

.home {
    background: url(../img/header.png) no-repeat 50% 0;
}

@media (max-width: 1279px) {
    .home {
        background-size: auto 916px;
    }
}

@media (max-width: 1023px) {
    .home {
        background-size: auto 700px;
    }
}

@media (max-width: 767px) {
    .home {
        background: none;
    }
}

@media (max-width: 767px) {
    .home .header-area {
        background: linear-gradient(166deg, #9bba5d 0%, #c0d290 100%);
        border-bottom: 12px solid #f3f7eb;
    }
}

.home #header:before {
    background: rgba(196, 216, 157, 0.2);
}

.home #nav .opener {
    color: #fff;
}

@media (min-width: 768px) {
    .home #nav ul li a {
        color: #fff;
    }

    .home #nav ul li:hover a, .home #nav ul li.active a {
        color: #f2ea62;
    }
}

@media (max-width: 767px) {
    .header-area {
        margin: 0 0 30px;
    }
}

#header {
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 30px;
    position: relative;
    z-index: 99;
}

@media (max-width: 1849px) {
    #header {
        padding: 40px 15px 30px;
    }
}

@media (max-width: 767px) {
    #header {
        display: block;
        padding: 27px 15px;
    }
}

#header:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 9999px;
    height: 1px;
    margin: 0 -9999px;
    padding: 0 9999px;
    background: rgba(131, 131, 131, 0.1);
}

#header .logo {
    max-width: 279px;
}

@media (max-width: 1023px) {
    #header .logo {
        width: 200px;
    }
}

@media (max-width: 767px) {
    #header .logo {
        display: block;
    }
}

#header .logo img {
    width: 100%;
    height: auto;
    display: block;
}

#nav {
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 1023px) {
    #nav {
        font-size: 14px;
    }
}

#nav.active .opener i:before {
    content: "";
}

@media (max-width: 767px) {
    #nav.active ul {
        margin: 0;
        opacity: 1;
        visibility: visible;
    }
}

#nav .opener {
    display: none;
}

@media (max-width: 767px) {
    #nav .opener {
        display: block;
        position: absolute;
        top: 25px;
        right: 20px;
        font-size: 24px;
        color: #9bba5d;
    }
}

#nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

@media (max-width: 767px) {
    #nav ul {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        position: absolute;
        top: 100%;
        left: 10px;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, margin 0.3s ease-in-out;
        right: 10px;
        background: #fff;
        margin: 30px 0 0;
        visibility: hidden;
        opacity: 0;
    }
}

#nav ul li {
    float: left;
    margin: 2px 0 0 49px;
}

@media (max-width: 1023px) {
    #nav ul li {
        margin: 2px 0 0 35px;
    }
}

@media (max-width: 767px) {
    #nav ul li {
        float: none;
        margin: 0;
        padding: 15px 20px;
    }
}

#nav ul li a {
    transition: color 0.3s ease-in-out;
    color: #4a4a4a;
    text-decoration: none;
}

#nav ul li:hover a, #nav ul li.active a {
    color: #9bba5d;
}

body {
    line-height: 32px;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
}

h1 {
    line-height: 62px;
}

@media (max-width: 1023px) {
    h1 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 20px;
        line-height: 28px;
    }
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

a {
    text-decoration: none;
}

.link {
    transition: opacity 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 0 26px 0 0;
    position: relative;
    opacity: 1;
}

.link:hover {
    opacity: 0.7;
}

.link:before {
    width: 15px;
    height: 10px;
    position: absolute;
    top: 4px;
    right: 0;
    content: "";
    background: url(../img/right-arrow.png) no-repeat;
}

.btn {
    display: inline-block;
    vertical-align: top;
    transition: box-shadow 0.3s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    background: #9bba5d;
    min-width: 164px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.btn:hover {
    -webkit-box-shadow: 0 6px 10px rgba(155, 186, 93, 0.35);
    -moz-box-shadow: 0 6px 10px rgba(155, 186, 93, 0.35);
    box-shadow: 0 6px 10px rgba(155, 186, 93, 0.35);
}

.hero-area {
    max-width: 1239px;
    margin: 0 auto;
    padding: 183px 0 100px;
}

@media (max-width: 1399px) {
    .hero-area {
        padding: 183px 15px 100px;
    }
}

@media (max-width: 1023px) {
    .hero-area {
        padding: 53px 15px 100px;
    }
}

@media (max-width: 767px) {
    .hero-area {
        padding: 53px 15px 50px;
    }
}

.hero-area .holder {
    max-width: 700px;
    padding: 0 0 68px;
}

@media (max-width: 1023px) {
    .hero-area .holder {
        padding: 0 0 38px;
    }
}

.hero-area h1 {
    margin: 0 0 29px;
    color: #f2ea62;
    font-weight: 700;
}

@media (max-width: 767px) {
    .hero-area h1 {
        margin: 0 0 15px;
    }
}

.hero-area h1 span {
    font-weight: 400;
    color: #fff;
}

.hero-area h1 strong {
    color: #fff;
    font-weight: 700;
}

.hero-area .match-job {
    display: block;
    color: #f2ea62;
    font-size: 28px;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .hero-area .match-job {
        font-size: 19px;
    }
}

.hero-area .match-job span {
    font-weight: 400;
    color: #fff;
}

.search-form {
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    border-radius: 58px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    max-width: 847px;
    background: #fff;
    padding: 31px 29px 29px;
}

@media (max-width: 767px) {
    .search-form {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        padding: 20px;
    }
}

.search-form .form-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}

.search-form i {
    position: absolute;
    top: 15px;
    left: 16px;
    color: #9bba5d;
    font-size: 25px;
    z-index: 2;
}

.search-form .select-box {
    width: 37%;
    position: relative;
}

@media (max-width: 767px) {
    .search-form .select-box {
        width: 100%;
        padding: 0 0 15px;
    }
}

.search-form input[type=submit] {
    width: 164px;
    height: 56px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    border: 0;
    outline: none;
}

@media (max-width: 767px) {
    .search-form input[type=submit] {
        width: 100%;
    }
}

.search-form input[type=reset] {
    background: none;
    border: 0;
    font-size: 14px;
    color: #9bba5d;
    outline: none;
    padding: 0;
    outline: none;
}

@media (max-width: 767px) {
    .search-form input[type=reset] {
        margin: 0 auto;
        display: block;
        width: 100px;
    }
}

.feed-area {
    max-width: 1063px;
    margin: 0 auto;
    padding: 0 0 120px;
    position: relative;
}

@media (max-width: 1279px) {
    .feed-area {
        padding: 0 15px 120px;
    }
}

@media (max-width: 767px) {
    .feed-area {
        text-align: center;
    }
}

.feed-area .tweet-feed {
    max-width: 800px;
    overflow: hidden;
}

.feed-area .icon {
    float: left;
    width: 82px;
    margin: 0 26px 0 0;
}

@media (max-width: 767px) {
    .feed-area .icon {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }
}

.feed-area .holder {
    overflow: hidden;
    padding: 15px 0 0;
}

.feed-area h2 {
    font-size: 18px;
    font-weight: 700;
    color: #4a4a4a;
    margin: 0;
}

.feed-area p {
    margin: 0 0 9px;
}

.feed-area p a {
    color: #4a90e2;
}

.btn-scroll {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 57px;
    height: 57px;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background: url(../img/btn-arrow.png) no-repeat;
    position: absolute;
    bottom: 17px;
    left: 50%;
}

.btn-scroll:hover {
    opacity: 0.7;
}

.features {
    max-width: 1063px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 83px 0 16px;
    line-height: 28px;
}

@media (max-width: 1279px) {
    .features {
        padding: 83px 15px 16px;
        line-height: 22px;
    }
}

@media (max-width: 1023px) {
    .features {
        padding: 33px 15px 16px;
    }
}

.features h2 {
    color: #4a4a4a;
}

.features .block {
    width: 49%;
    padding: 0 0 57px;
}

@media (max-width: 1023px) {
    .features .block {
        width: 100%;
        padding: 0 0 20px;
    }
}

.features .alignleft {
    float: left;
    margin: 0 19px 0 0;
}

@media (max-width: 767px) {
    .features .alignleft {
        float: none;
        margin: 0 auto 15px;
        display: block;
        max-width: 150px;
    }
}

.features .holder {
    overflow: hidden;
    padding: 26px 0 0;
}

.features h2 {
    margin: 0 0 16px;
}

.features p {
    margin: 0 0 15px;
}

.featured-jobs {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 80px 0 30px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

@media (max-width: 1279px) {
    .featured-jobs {
        padding: 80px 15px 30px;
    }
}

.featured-jobs:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 9999px;
    height: 100%;
    content: "";
    background: #f7f7f7;
    margin: 0 -9999px;
    padding: 0 9999px;
    z-index: -1;
}

.featured-jobs .box {
    width: 29%;
}

@media (max-width: 1279px) {
    .featured-jobs .box {
        width: 31.5%;
    }
}

@media (max-width: 1023px) {
    .featured-jobs .box {
        width: 47.5%;
    }
}

@media (max-width: 767px) {
    .featured-jobs .box {
        width: 100%;
    }
}

.box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(155, 186, 93, 0.2);
    -moz-box-shadow: 0 0 20px rgba(155, 186, 93, 0.2);
    box-shadow: 0 0 20px rgba(155, 186, 93, 0.2);
    border: 1px solid #f0f0f0;
    display: block;
    background: #fff;
    margin: 0 0 49px;
    padding: 20px 20px 35px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #4a4a4a;
    font-weight: 700;
    position: relative;
}

.box:hover {
    -webkit-box-shadow: 0 0 30px rgba(155, 186, 93, 0.25);
    -moz-box-shadow: 0 0 30px rgba(155, 186, 93, 0.25);
    box-shadow: 0 0 30px rgba(155, 186, 93, 0.25);
}

.box:hover .btn-more {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .box {
        margin: 0 0 20px;
    }
}

.box .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 203px;
    margin: 0 0 7px;
}

@media (max-width: 767px) {
    .box .img {
        height: 133px;
    }
}

.box p {
    margin: 0 0 12px;
}

.box .name {
    display: block;
    font-weight: 400;
    color: #838383;
}

.box .btn-more {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 68px;
    height: 68px;
    position: absolute;
    bottom: -34px;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    background: url(../img/arrow.png) no-repeat;
}

.featured-area {
    max-width: 1279px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 90px 0 104px;
}

@media (max-width: 1299px) {
    .featured-area {
        padding: 90px 15px 104px;
    }
}

@media (max-width: 767px) {
    .featured-area {
        padding: 40px 15px 54px;
    }
}

.featured-area .img {
    min-height: 81px;
    margin: 0 0 31px;
}

.featured-area .img img {
    display: block;
}

.featured-area .feature-post {
    width: 31.2%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.2px;
}

@media (max-width: 1023px) {
    .featured-area .feature-post {
        width: 100%;
        padding: 0 0 30px;
    }
}

.featured-area .feature-post h3 {
    margin: 0 0 19px;
    font-size: 20px;
    line-height: 32px;
    color: #4a4a4a;
}

.featured-area .feature-post h3 a {
    transition: color 0.3s ease-in-out;
    color: #4a4a4a;
}

.featured-area .feature-post h3 a:hover {
    color: #9bba5d;
}

.featured-area .feature-post p {
    margin: 0 0 20px;
}

.search-area {
    max-width: 846px;
    margin: 0 auto;
    padding: 102px 0 46px;
}

@media (max-width: 1023px) {
    .search-area {
        padding: 42px 15px 46px;
    }
}

.search-area h1 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 13px;
    max-width: 590px;
}

@media (max-width: 767px) {
    .search-area h1 {
        font-size: 20px;
        line-height: 28px;
    }
}

.search-area .sub-head {
    display: block;
    color: #838383;
    padding: 0 0 42px;
}

.search-area .search-form {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    padding: 0;
}

.search-area .search-form .form-holder {
    padding: 0 16px 0 0;
}

.search-area .search-form .select-box {
    width: 43%;
}

@media (max-width: 767px) {
    .search-area .search-form .select-box {
        width: 100%;
    }
}

.post-area {
    position: relative;
    z-index: 1;
    max-width: 1063px;
    margin: 0 auto;
    padding: 65px 0 131px;
}

@media (max-width: 1279px) {
    .post-area {
        padding: 65px 15px 131px;
    }
}

.post-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 9999px;
    height: 100%;
    content: "";
    margin: 0 -9999px;
    padding: 0 9999px;
    z-index: -1;
    background: #f7f7f7;
}

.post {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px rgba(155, 186, 93, 0.25);
    -moz-box-shadow: 0 0 30px rgba(155, 186, 93, 0.25);
    box-shadow: 0 0 30px rgba(155, 186, 93, 0.25);
    background: #fff;
    border: solid 1px #f0f0f0;
    overflow: hidden;
    padding: 38px 39px 35px 40px;
    display: flex;
    justify-content: space-between;
    margin: 0 0 31px;
    font-size: 16px;
    line-height: 30px;
    color: #838383;
}

@media (max-width: 767px) {
    .post {
        padding: 10px 24px 35px;
        font-size: 14px;
        line-height: 20px;
        display: block;
    }
}

.post .img {
    width: 16.6%;
    flex-shrink: 0;
    margin: 0 4% 0 0;
}

@media (max-width: 767px) {
    .post .img {
        width: 100%;
        max-width: 170px;
        margin: 0 auto 20px;
    }
}

.post img {
    width: 100%;
    height: auto;
    display: block;
}

.post .post-content {
    padding: 3px 0 0;
    width: 100%;
}

.post h2 {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.1;
    margin: 0 0 14px;
}

.post h2 a {
    color: #4a4a4a;
}

.post p {
    margin: 0 0 10px;
}

.post .meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #4a4a4a;
    padding: 0 0 11px;
}

@media (max-width: 767px) {
    .post .meta {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .post .meta time {
        padding: 0 0 0 20px;
    }
}

.button-row {
    display: block;
    text-align: center;
    padding: 36px 0;
}

.button-row a {
    padding: 11px 0 13px;
}

#twocolumns {
    max-width: 1278px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 99px 0 107px;
}

@media (max-width: 1299px) {
    #twocolumns {
        padding: 99px 15px 107px;
    }
}

@media (max-width: 767px) {
    #twocolumns {
        padding: 39px 15px 47px;
    }
}

#twocolumns h1 {
    font-size: 24px;
    line-height: 42px;
    color: #9bba5d;
    margin: 0 0 1px;
}

@media (max-width: 767px) {
    #twocolumns h1 {
        font-size: 20px;
        line-height: 28px;
    }
}

#twocolumns p {
    margin: 0 0 50px;
}

#twocolumns ul {
    padding: 0;
    list-style: none;
    margin: 0;
    line-height: 32px;
    font-size: 18px;
    padding: 0 0 35px;
    margin: -2px 0 0;
}

@media (max-width: 767px) {
    #twocolumns ul {
        font-size: 14px;
        line-height: 20px;
    }
}

#twocolumns ul li {
    position: relative;
    padding: 0 0 9px 46px;
}

#twocolumns ul li:before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 13px;
    left: 10px;
    content: "";
    background: #838383;
}

#twocolumns ul li span {
    display: block;
    margin: 7px 0 -3px -1px;
}

#twocolumns .non-list {
    margin: 0;
}

#twocolumns .non-list li {
    padding: 0 0 20px;
}

#twocolumns .non-list li:before {
    display: none;
}

#twocolumns .position {
    display: block;
    font-size: 14px;
    color: #4a4a4a;
    padding: 0 0 31px;
}

#twocolumns #content {
    width: 57.6%;
}

@media (max-width: 1299px) {
    #twocolumns #content {
        width: 63.6%;
    }
}

@media (max-width: 1023px) {
    #twocolumns #content {
        width: 100%;
    }
}

#twocolumns .button-row {
    padding: 51px 0 50px;
}

#twocolumns .button-row .btn {
    padding: 12px;
    min-width: 206px;
}

#twocolumns h2 {
    font-size: 18px;
    color: #4a4a4a;
    margin: 0 0 17px;
}

@media (max-width: 767px) {
    #twocolumns h2 {
        font-size: 16px;
    }
}

#twocolumns #sidebar {
    width: 30%;
    padding: 0 31px 0 0;
}

@media (max-width: 1299px) {
    #twocolumns #sidebar {
        padding: 0;
    }
}

@media (max-width: 1023px) {
    #twocolumns #sidebar {
        width: 100%;
    }
}

#twocolumns #sidebar p {
    margin: 0 0 12px;
}

#twocolumns h3 {
    margin: 0 0 14px;
    font-size: 18px;
}

#twocolumns .related-jobs {
    padding: 0 0 30px;
}

#twocolumns .related-jobs .box {
    margin: 0 0 30px;
}

.company-info {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(155, 186, 93, 0.2);
    -moz-box-shadow: 0 0 20px rgba(155, 186, 93, 0.2);
    box-shadow: 0 0 20px rgba(155, 186, 93, 0.2);
    border: 1px solid #f0f0f0;
    display: block;
    background: #fff;
    margin: 0 0 49px;
    padding: 20px 20px 35px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #4a4a4a;
    font-weight: 700;
}

.company-info .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 205px;
    margin: 0 0 23px;
}

.company-info p {
    margin: 0 0 7px !important;
}

.company-info .job-active {
    display: block;
    font-size: 14px;
    color: #838383;
}

.info {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #eee;
    margin: 0 0 0 -1px;
    position: relative;
    padding: 25px 57px 0;
}

@media (max-width: 1023px) {
    .info {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .info {
        padding: 15px;
    }
}

.info img {
    position: absolute;
    top: -43px;
    right: -10px;
    width: 32.6%;
    max-width: 240px;
}

@media (max-width: 767px) {
    .info img {
        position: static;
        margin: 0 auto 20px;
        display: block;
        max-width: 110px;
    }
}

.info dl {
    overflow: hidden;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    font-size: 16px;
    line-height: 26px;
    max-width: 324px;
}

@media (max-width: 767px) {
    .info dl {
        margin: 0 auto;
    }
}

.info dl dt {
    width: 50%;
    font-weight: 700;
    padding: 3px 0 24px;
}

.info dl dd {
    width: 50%;
    margin: 0;
    padding: 3px 0 24px;
}

.info dl dd a {
    color: #4a90e2;
}

.jcf-select {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    display: block;
    position: relative;
    border: 2px solid #e0e0e0;
    background: #fff;
    height: 54px;
    cursor: pointer;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin: 11px 35px 12px 55px;
    color: #838383;
}

.jcf-select .jcf-select-opener {
    margin: -2px 0 0;
    position: absolute;
    right: 13px;
    top: 50%;
    border: 4px solid;
    border-color: #4a4a4a transparent transparent transparent;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #4a4a4a;
}

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

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

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 12px 9px;
    color: #656565;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e0e0e0;
    color: #4a4a4a;
    cursor: pointer;
}

#footer {
    background: url(../img/bg-footer.png) no-repeat 50% 0;
    margin: 0 0 0;
    padding: 131px 0 33px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1299px) {
    #footer {
        padding: 131px 15px 33px;
    }
}

@media (max-width: 767px) {
    #footer {
        background: linear-gradient(166deg, #9bba5d 0%, #c0d290 100%);
        border-top: 12px solid #f3f7eb;
        padding: 51px 15px 33px;
    }
}

#footer .holder {
    max-width: 1279px;
    margin: 0 auto;
}

#footer .social-networks {
    padding: 0;
    list-style: none;
    margin: 0;
    float: right;
    color: #fff;
    padding: 7px 0 0;
    font-size: 24px;
}

@media (max-width: 767px) {
    #footer .social-networks {
        text-align: center;
        padding: 15px 0;
        float: none;
    }
}

#footer .social-networks li {
    float: left;
    margin: 0 0 0 32px;
}

@media (max-width: 767px) {
    #footer .social-networks li {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0 16px;
    }
}

#footer .social-networks li a {
    transition: opacity 0.3s ease-in-out;
    color: #fff;
    opacity: 1;
}

#footer .social-networks li a:hover {
    opacity: 0.7;
}

#footer .top {
    overflow: hidden;
    padding: 0 0 48px;
}

@media (max-width: 767px) {
    #footer .top {
        padding: 0 0 10px;
    }
}

#footer img {
    width: 100%;
    height: auto;
    display: block;
}

#footer .logo {
    float: left;
    margin: 0 47px 0 0;
    width: 17.3%;
}

@media (max-width: 767px) {
    #footer .logo {
        display: block;
        float: none;
        margin: 0 auto 15px;
        max-width: 200px;
        width: 100%;
    }
}

#footer .partner {
    float: left;
    margin: 8px 0 0;
    width: 14.2%;
}

@media (max-width: 767px) {
    #footer .partner {
        display: block;
        float: none;
        margin: 0 auto 15px;
        max-width: 200px;
        width: 100%;
    }
}

#footer .bottom {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    #footer .bottom {
        text-align: center;
        display: block;
    }
}

#footer .nav {
    padding: 0;
    list-style: none;
    margin: 0;
    font-size: 14px;
}

#footer .nav li {
    float: left;
    margin: 0 35px 0 0;
}

@media (max-width: 767px) {
    #footer .nav li {
        float: none;
        margin: 0 0 15px;
    }
}

#footer .nav li a {
    color: #fff;
}

#footer .nav li a:hover {
    text-decoration: underline;
}

#footer .copyright {
    font-size: 14px;
    color: #fff;
}

#footer .copyright a {
    color: #fff;
}

#footer .copyright a:hover {
    text-decoration: underline;
}

/*# sourceMappingURL=eh/static/eh/css/main.css.map */
