/*
Theme Name: Keen.com
Author: Delaware Creative
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/


/*! 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: 'Arial', 'Verdana', Helvetica san-serif; */
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
}


/**
 * 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;
}

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

[class^="icon-"],
[class*=" icon-"],
.social-networks li a:before {
    /* 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-facebook:before {
    content: "\e900";
}

.icon-twitter:before {
    content: "\e901";
}

.icon-linkedin:before {
    content: "\e902";
}


/* custom select styles */

.jcf-select {
    display: block;
    position: relative;
    border: 1px solid #aab1bc;
    background: #fff;
    border-radius: 5px;
}

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

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 8px 30px 8px 8px;
    font: 14px/1.2 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-select .jcf-select-opener:before {
    content: '';
    position: absolute;
    border-color: #0c0c0c transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    height: 0;
    width: 0;
    top: 50%;
    margin-top: -2px;
    right: 8px;
}

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 #aab1bc;
}


/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #aab1bc;
    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 {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 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: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}


/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.social-networks,
.breadcrumbs,
#main-nav ul,
.list-news,
.nav-add>ul,
.nav-add>ul ul,
#content .link-list,
.list-logo {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.content-holder:after,
.form-custom:after,
.widget.wpsl-search-widget form:after,
.breadcrumbs:after,
.nav-drop:after,
#main-nav:after,
.text-collumn:after,
#wpsl-search-wrap .wpsl-input:after,
#wpsl-search-wrap .wpsl-select-wrap:after,
#wpsl-search-wrap .wpsl-search-btn-wrap: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: #333;
    background: #fff;
    font: 12px/1.75 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
    margin: 0 0 1.75em;
}

blockquote {
    border-left: 4px solid #999;
    padding-left: .5em;
    margin-left: 1.75em;
}

th,
td {
    border: 1px solid #999;
    padding: .5em;
    text-align: left;
    vertical-align: top;
}

th {
    text-align: center;
    vertical-align: middle;
}

ul,
ol {
    padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
    padding-left: 3em;
    margin: 0;
}

ul {
    list-style-type: disc;
}

dl dt {
    float: left;
    clear: left;
    padding-right: .3em;
    font-weight: bold;
}

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
}

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 #aab1bc;
    padding: 8px 8px;
    border-radius: 5px;
    font: 14px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #181818;
}

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

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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

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

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;
}

.widget {
    margin-bottom: 21px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    padding: 9px 16px 12px 10px;
}

@media (max-width: 1023px) {
    .widget {
        padding: 9px 10px 12px;
    }
}

.widget ul {
    padding-left: 2em;
}

.widget select {
    min-width: 150px;
}

.comment-form label {
    display: block;
    padding-bottom: 4px;
}

.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px;
}

.comment-form textarea,
.comment-form input[type='text'] {
    margin: 0 4px 0 0;
    width: 270px;
}

.comment-form input[type='submit'] {
    display: block;
    float: none;
}

.post-password-form label {
    display: block;
}

.post-password-form input[type='password'] {
    margin: 0 4px 0 0;
    width: 270px;
}

.search-form input {
    float: left;
    height: 35px;
}

.search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 130px;
}

@media (max-width: 1023px) {
    .search-form input[type='search'] {
        width: 95px;
    }
}

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

.post-password-form input {
    float: left;
    height: 35px;
}

.post-password-form input[type='password'] {
    width: 150px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
    height: 35px;
    border: none;
}

.commentlist {
    margin: 0 0 1.75em;
}

.commentlist .edit-link {
    margin: 0;
}

.commentlist .avatar-holder {
    float: left;
    margin: 0 1.75em 4px 0;
}

.commentlist-item .commentlist-item {
    padding: 0;
}

@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }
}

.comment,
.commentlist-holder {
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item+.commentlist-item {
    padding-top: 1.75em;
}

.widget_calendar #next {
    text-align: right;
}

.gallery-item dt {
    float: none;
    padding: 0;
}

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.75em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em;
}

@media (max-width: 767px) {
    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0;
    }
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 49%;
    border-radius: 5px;
    border: 1px solid #4d524f;
    background: #007b30;
    color: #fff;
    padding: .4em;
    text-decoration: none;
    font: 700 14px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (max-width: 767px) {
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: .2em;
    }
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    color: #fff;
    background: #00481c;
}

.navigation-single {
    margin-bottom: 1.75em;
}

.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 49%;
    border: 1px solid #4d524f;
    color: #fff;
    border-radius: 5px;
    font: 700 14px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
    background: #007b30;
    color: inherit;
    text-decoration: none;
    padding: .4em;
    display: block;
}

@media (max-width: 767px) {
    .navigation-single .next a,
    .navigation-single .prev a {
        padding: .2em;
    }
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
    color: #fff;
    background: #00481c;
}

.navigation-single .next {
    float: right;
}

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #999;
    padding: .4em;
    margin-bottom: 1.75em;
}

.wp-caption img {
    margin: 0;
    vertical-align: top;
}

.wp-caption p {
    margin: .4em 0 0;
}

div.aligncenter {
    margin: 0 auto 1.75em;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 1.75em 4px 0;
}

.alignright {
    float: right;
    margin: 0 0 4px 1.75em;
}

.mejs-container {
    margin-bottom: 1.75em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
    height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    font-weight: 400;
    margin: 0 0 0.5em;
    color: inherit;
}

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

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 28px;
    }
}

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

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

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

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

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

p {
    margin: 0 0 1em;
}

a {
    color: #008b3f;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #005828;
}

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

#wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 330px;
    right: 0;
    z-index: -1;
    border-image-source: url(images/bg-bar.png);
    border-image-repeat: repeat;
    -webkit-border-image: url(images/bg-bar.png) 0 0 150 0 repeat;
    -moz-border-image: url(images/bg-bar.png) 0 0 150 0 repeat;
    background: #EEEEEE;
    border-bottom: 150px solid #000;
}

.container,
.content-holder {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1150px;
}

.social-networks {
    line-height: 1;
}

.social-networks li {
    float: left;
    list-style: none;
    margin: 0 0 0 7px;
}

.social-networks li a {
    color: #007b30;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 0;
}

.social-networks li a:hover {
    color: #00481c;
}

.social-networks li a:before {
    font-size: 16px;
}

.social-networks li a.facebook:before {
    content: "\e900";
}

.social-networks li a.twitter:before {
    content: "\e901";
}

.social-networks li a.linkedin:before {
    content: "\e902";
}

.btn,
.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'],
.form-custom input[type="submit"],
.widget.wpsl-search-widget form input[type="submit"],
.wpsl-directions,
.wpcf7-submit {
    outline: none;
    border: none;
    font: 700 14px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    border-radius: 5px;
    border: 1px solid #4d524f;
    background: #007b30;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
    color: #fff;
    vertical-align: top;
    display: inline-block;
    padding: 9px 10px;
}

.btn:hover,
.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover,
.form-custom input[type="submit"]:hover,
.widget.wpsl-search-widget form input[type="submit"]:hover,
.wpsl-directions:hover,
.wpcf7-submit:hover {
    color: #fff;
    background: #00481c;
}

.form-custom {
    margin: 0;
    padding: 0 0 6px;
}

.form-custom input[type="text"],
.form-custom input[type="email"] {
    display: block;
    width: 100%;
    margin: 0;
}

.form-custom input[type="text"]::-webkit-input-placeholder,
.form-custom input[type="email"]::-webkit-input-placeholder {
    color: #181818;
}

.form-custom input[type="text"]::-moz-placeholder,
.form-custom input[type="email"]::-moz-placeholder {
    opacity: 1;
    color: #181818;
}

.form-custom input[type="text"]:-moz-placeholder,
.form-custom input[type="email"]:-moz-placeholder {
    color: #181818;
}

.form-custom input[type="text"]:-ms-input-placeholder,
.form-custom input[type="email"]:-ms-input-placeholder {
    color: #181818;
}

.form-custom input[type="text"].placeholder,
.form-custom input[type="email"].placeholder {
    color: #181818;
}

.form-custom input[type="submit"] {
    float: right;
    width: 45px;
    height: 34px;
    padding: 0;
    margin: 0 3px 0 0;
}

.form-custom .row {
    margin: 0 0 6px;
}

.widget.wpsl-search-widget #wpsl-widget-form label {
    display: none;
}

.widget.wpsl-search-widget form label {
    display: none;
}

.widget.wpsl-search-widget form input[type="text"] {
    display: block;
    width: 100%;
    color: #181818;
}

.widget.wpsl-search-widget form input[type="text"]::-webkit-input-placeholder {
    color: #181818;
}

.widget.wpsl-search-widget form input[type="text"]::-moz-placeholder {
    opacity: 1;
    color: #181818;
}

.widget.wpsl-search-widget form input[type="text"]:-moz-placeholder {
    color: #181818;
}

.widget.wpsl-search-widget form input[type="text"]:-ms-input-placeholder {
    color: #181818;
}

.widget.wpsl-search-widget form input[type="text"].placeholder {
    color: #181818;
}

.widget.wpsl-search-widget form input[type="submit"] {
    float: right;
    padding: 0 10px;
    height: 34px;
    margin: 0 3px 0 0;
}

.widget.wpsl-search-widget form p {
    margin: 0 0 6px;
}

.decor-ttl {
    padding: 0 0 13px;
    margin: 0 0 10px;
    line-height: 1;
    color: #5c5c5c;
    border-bottom: 1px solid #cdcdcd;
}

.decor-ttl h1 {
    margin: 0;
}

.breadcrumbs {
    color: #ababab;
    font: 12px/1.2 "Helvetica", "Arial", sans-serif;
    padding: 9px 0 10px;
    margin: 0 0 12px;
    border-bottom: 3px solid #007b30;
}

.breadcrumbs li {
    float: left;
    padding: 0 0 0 6px;
    position: relative;
}

.breadcrumbs li.home {
    padding: 0;
}

.breadcrumbs li.home:before {
    display: none;
}

.breadcrumbs li:before {
    content: '';
    height: 12px;
    width: 1px;
    position: absolute;
    top: 1px;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    left: 2px;
    background: #ababab;
}

.breadcrumbs li a {
    color: #008b3f;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.breadcrumbs li a:hover {
    color: #005828;
}

#header {
    position: relative;
    padding: 3px 0 22px;
    background: #eee;
}

@media (max-width: 767px) {
    #header {
        padding-bottom: 28px;
    }
}

#header .wrap {
    float: right;
    padding: 0 0 20px;
    max-width: 75%;
}

@media (max-width: 1023px) {
    #header .wrap {
        max-width: 75%;
    }
}

@media (max-width: 767px) {
    #header .wrap {
        padding: 45px 0 20px;
        float: none;
        width: auto;
        overflow: hidden;
        width: 100%;
        padding: 10px 0 20px;
    }
}

#header .social-networks {
    float: right;
    margin: 0 18px 0 24px;
}

@media (max-width: 1023px) {
    #header .social-networks {
        margin: 0 15px;
    }
}

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

@media (max-width: 767px) {
    #header.nav-active {
        z-index: 10;
    }
}

.nav-drop {
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .nav-drop {
        margin: 0;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        padding: 5px 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        text-align: center;
    }
}

@media (max-width: 479px) {
    .nav-drop {
        margin-top: -20px;
    }
}

@media (max-width: 767px) {
    .nav-active .nav-drop {
        opacity: 1;
        visibility: visible;
        z-index: auto;
        background: #fff;
    }
}

.logo {
    margin-top: 2px;
    float: left;
    width: 205px;
}

@media (max-width: 479px) {
    .logo {
        float: none;
    }
}

.logo img {
    vertical-align: top;
}

.header-phone {
    float: right;
    font: 34px/1.2 "Trebuchet MS", "Helvetica", sans-serif;
    color: #5c5c5c;
}

@media (max-width: 767px) {
    .header-phone {
        font-size: 20px;
        float: none;
        display: block;
    }
}

.header-phone a {
    color: inherit;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.header-phone a:hover {
    opacity: 0.8;
}

#main-nav {
    font-size: 12px;
    float: left;
    padding: 3px 0 0;
    line-height: 1.2;
}

@media (max-width: 767px) {
    #main-nav {
        float: none;
        font-size: 14px;
    }
}

#main-nav ul {
    font-weight: bold;
}

#main-nav ul li {
    list-style: none;
    float: left;
    margin: 0 0 0 5px;
    padding: 0 0 0 6px;
    position: relative;
}

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

#main-nav ul li:first-child:before {
    display: none;
}

#main-nav ul li:before {
    content: '';
    position: absolute;
    height: 11px;
    width: 1px;
    top: 2px;
    left: 0;
    background: #008b3f;
}

@media (max-width: 767px) {
    #main-nav ul li:before {
        display: none;
    }
}

#main-nav ul a {
    color: #007b30;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 767px) {
    #main-nav ul a {
        display: block;
        padding: 0 15px;
    }
}

#main-nav ul a:hover {
    color: #00481c;
}

.nav-opener {
    width: 27px;
    height: 25px;
    position: absolute;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    top: 15px;
    right: 15px;
    display: none;
}

@media (max-width: 767px) {
    .nav-opener {
        display: block;
    }
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    background: #333;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav-opener:before,
.nav-opener:after {
    content: '';
    top: 0;
}

.nav-opener:after {
    top: 20px;
}

.nav-opener:hover {
    opacity: .9;
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active .nav-opener:hover {
    opacity: .9;
}

.nav-active .nav-opener .close-btn:after,
.nav-active .nav-opener .close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    left: 0;
    right: 0;
}

.nav-active .nav-opener .close-btn:after,
.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main {
    position: relative;
}

.content-holder {
    position: relative;
    z-index: 2;
    padding-bottom: 22px;
}

@media (max-width: 767px) {
    .content-holder {
        padding-bottom: 0;
    }
}

#sidebar {
    float: left;
    width: 24.3%;
    color: #5c5c5c;
}

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

@media (max-width: 767px) {
    #sidebar {
        width: auto;
        float: none;
    }
}

#sidebar .widget {
    background: #fff;
}

#sidebar table {
    table-layout: fixed;
    width: 100%;
}

@media (max-width: 767px) {
    #sidebar table {
        max-width: 50%;
    }
}

@media (max-width: 479px) {
    #sidebar table {
        max-width: none;
    }
}

#sidebar h3 {
    font: 20px/1.2 "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    padding: 0 0 5px;
    border-bottom: 1px solid #cdcdcd;
    margin: 0 0 11px;
}

.list-news {
    margin-top: -10px;
}

.list-news li {
    padding: 0 0 8px;
    margin: 0 0 2px;
    border-bottom: 1px solid #cdcdcd;
}

.list-news li:last-child {
    border: none;
    padding: 0 0;
    margin: 0;
}

.list-news time {
    font-style: italic;
}

.list-news p {
    margin: 0;
}

.list-news a {
    color: #5c5c5c;
    text-decoration: underline;
    font: 14px/1.2 "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.list-news a:hover {
    text-decoration: none;
    color: #434343;
}

.widget .list-news {
    padding: 0;
}

.nav-add {
    margin-bottom: 21px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    /*background: #f9f9f9 */
    ;
    background: #ffffff;
}

.nav-add>ul {
    font: 20px/1.2 "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.nav-add>ul>li {
    border-bottom: 1px solid #cbcbcb;
}

.nav-add>ul>li.active>a {
    color: #fff;
    background: #007b30;
}

.nav-add>ul>li.active>ul {
    display: block;
}

.nav-add>ul>li>a {
    color: #5c5c5c;
    display: block;
    padding: 7px 11px 7px;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
}

.nav-add>ul>li>a:hover {
    color: #fff;
    background: #007b30;
}

.nav-add>ul ul {
    background: #fff;
    display: none;
}

.nav-add>ul ul li {
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

.nav-add>ul ul li.active a {
    position: relative;
}

.nav-add>ul ul li.active a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    background: #007b30;
}

.nav-add>ul ul a {
    position: relative;
    color: #5c5c5c;
    display: block;
    padding: 6px 23px;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
}

.nav-add>ul ul a:hover {
    color: #fff;
    background: #007b30;
}

.widget .nav-add ul {
    padding: 0;
}

.widget .nav-add ul ul {
    padding: 0;
}

#content {
    float: right;
    width: 73.5%;
    padding: 10px;
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.23);
    background: #fff;
    position: relative;
}

.home-page #content {
    box-shadow: none;
    background: none;
    padding: 0;
}

#content:last-child {
    width: auto;
    float: none;
}

@media (max-width: 767px) {
    #content {
        float: none;
        width: auto;
        margin: 0 0 21px;
    }
}

#content .link-holder {
    position: absolute;
    bottom: 100%;
    right: 12px;
    width: calc(100% - 24px);
    overflow: auto;
}

@media (max-width: 1023px) {
    #content .link-holder {
        right: 0;
        width: 100%;
    }
}

#content .link-list {
    text-align: right;
    white-space: nowrap;
    font: 700 14px/1.2 "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

#content .link-list li {
    display: inline-block;
}

#content .link-list a {
    border-bottom: 0;
    background: #007b30;
    border: 1px solid #4f5a53;
    color: #fff;
    display: block;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px 4px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

#content .link-list a:hover {
    background: #00481c;
}


/*
#content .title 
{
    position: absolute;
    bottom: 100%;
    right: 12px;
    font: 700 14px/1.2 "Times New Roman", 
		"Times", 
		"Baskerville", 
		"Georgia", 
		serif; 
}
    
#content .title a 
{
	border-bottom: 0;
    background: #007b30;
    border: 1px solid #4f5a53;
    color: #fff;
    display: block;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px 4px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; 
}
      
#content .title a:hover 
{
        background: #00481c;
}
*/

#content .text-box {
    margin: 0 0 23px;
}

#content .text-area {
    color: #424242;
    /*
     * font: 12px/14px "Helvetica",
     * 		"Arial", 
     * 		sans-serif; 
     * */
}

#content .text-area p {
    margin: 0 0 16px;
}

#content .btn-wrap {
    text-align: center;
    padding: 0 0 15px;
}

#content .btn-wrap .btn,
#content .btn-wrap .comment-form input[type='submit'],
.comment-form #content .btn-wrap input[type='submit'],
#content .btn-wrap .post-password-form input[type='submit'],
.post-password-form #content .btn-wrap input[type='submit'],
#content .btn-wrap .search-form input[type='submit'],
.search-form #content .btn-wrap input[type='submit'],
#content .btn-wrap .form-custom input[type="submit"],
.form-custom #content .btn-wrap input[type="submit"],
#content .btn-wrap .widget.wpsl-search-widget form input[type="submit"],
.widget.wpsl-search-widget form #content .btn-wrap input[type="submit"] {
    font-size: 13px;
    border: none;
    min-width: 130px;
}

#content .image {
    text-align: center;
}

#content .image img {
    vertical-align: top;
}

#content .text {
    display: block;
    padding: 3px 0 0;
}

.carousel {
    position: relative;
    margin: 0 0 29px;
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.23);
    padding: 2px;
    background: #fff;
}

.carousel .mask {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel .mask .slideset {
    width: 99999px;
    float: left;
}

.carousel .mask .slide {
    float: left;
    position: relative;
    height: 302px;
    background-size: cover;
}

.carousel .mask .slide img {
    width: 100%;
    vertical-align: top;
}

.carousel .mask .slide .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 1.41;
    color: #fff;
    font-weight: 700;
    padding: 10px 13px 6px;
    background: rgba(0, 123, 48, 0.7);
}

@media (max-width: 767px) {
    .carousel .mask .slide .caption {
        padding: 10px;
    }
}

.carousel .mask .slide .caption p {
    margin: 0;
}

.text-collumn {
    margin: 0 -15px 25px;
}

.text-collumn .col {
    padding: 0 15px 30px;
    float: left;
    width: 50%;
}

@media (max-width: 767px) {
    .text-collumn .col {
        float: none;
        width: auto;
        margin: 0 0 15px;
    }
}

.text-collumn p {
    margin: 0;
}

.text-collumn .btn,
.text-collumn .comment-form input[type='submit'],
.comment-form .text-collumn input[type='submit'],
.text-collumn .post-password-form input[type='submit'],
.post-password-form .text-collumn input[type='submit'],
.text-collumn search-form input[type='submit'],
.search-form .text-collumn input[type='submit'],
.text-collumn .form-custom input[type="submit"],
.form-custom .text-collumn input[type="submit"],
.text-collumn .widget.wpsl-search-widget form input[type="submit"],
.widget.wpsl-search-widget form .text-collumn input[type="submit"] {
    display: block;
    font-size: 12px;
    text-align: center;
    margin: 0 -10px 0 0;
}

@media (max-width: 1023px) {
    .text-collumn .btn,
    .text-collumn .comment-form input[type='submit'],
    .comment-form .text-collumn input[type='submit'],
    .text-collumn .post-password-form input[type='submit'],
    .post-password-form .text-collumn input[type='submit'],
    .text-collumn .search-form input[type='submit'],
    .search-form .text-collumn input[type='submit'],
    .text-collumn .form-custom input[type="submit"],
    .form-custom .text-collumn input[type="submit"],
    .text-collumn .widget.wpsl-search-widget form input[type="submit"],
    .widget.wpsl-search-widget form .text-collumn input[type="submit"] {
        margin: 0;
    }
}

.text-collumn .text {
    min-height: 105px;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .text-collumn .text {
        min-height: 1px !important;
    }
}

.list-logo {
    text-align: center;
    letter-spacing: -5px;
    padding: 0 30px;
}

@media (max-width: 767px) {
    .list-logo {
        padding: 0;
    }
}

.list-logo li {
    letter-spacing: normal;
    width: 33.33%;
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 5px 5px;
}

@media (max-width: 767px) {
    .list-logo li {
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .list-logo li:nth-child(1),
    .list-logo li:nth-child(2) {
        padding: 0 35px 5px;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .list-logo li:nth-child(1) {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .list-logo li:nth-child(2) {
        text-align: left;
    }
}

.list-logo li a {
    opacity: 0.8;
}

.list-logo img {
    vertical-align: top;
}

.maps-box {
    margin: 0 -6px 10px;
}

.maps-box img {
    vertical-align: middle;
}

#wpsl-search-wrap .wpsl-input,
#wpsl-search-wrap .wpsl-select-wrap,
#wpsl-search-wrap .wpsl-search-btn-wrap {
    display: block;
    float: none;
}

#wpsl-search-wrap .wpsl-select-wrap,
#wpsl-search-wrap .wpsl-search-btn-wrap {
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
}

#wpsl-search-wrap .wpsl-dropdown+.jcf-select {
    float: left;
    display: none !important;
}

.touch-device #wpsl-search-wrap .wpsl-dropdown+.jcf-select {
    display: block !important;
}

#wpsl-wrap .wpsl-directions {
    display: block;
    margin: 10px 0;
    text-align: center;
}

#footer {
    background: #efefef;
    color: #5c5c5c;
    font-size: 12px;
    padding: 5px 0 10px;
    line-height: 1.2;
    font: 13px/1.2 "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

@media (max-width: 767px) {
    #footer {
        text-align: right;
    }
}

#footer .copy {
    float: left;
    letter-spacing: 0.6px;
    padding: 29px 0 0;
    max-width: 49%;
}

@media (max-width: 767px) {
    #footer .copy {
        float: Left;
        display: block;
        max-width: none;
        margin: 0 0 10px;
    }
}

#footer .btn,
#footer .comment-form input[type='submit'],
.comment-form #footer input[type='submit'],
#footer .post-password-form input[type='submit'],
.post-password-form #footer input[type='submit'],
#footer .search-form input[type='submit'],
.search-form #footer input[type='submit'],
#footer .form-custom input[type="submit"],
.form-custom #footer input[type="submit"],
#footer .widget.wpsl-search-widget form input[type="submit"],
.widget.wpsl-search-widget form #footer input[type="submit"] {
    max-width: 49%;
    float: right;
    margin: 0 -5px 0 0;
    padding: 8px 13px;
    font-size: 13px;
}

@media (max-width: 767px) {
    #footer .btn,
    #footer .comment-form input[type='submit'],
    .comment-form #footer input[type='submit'],
    #footer .post-password-form input[type='submit'],
    .post-password-form #footer input[type='submit'],
    #footer .search-form input[type='submit'],
    .search-form #footer input[type='submit'],
    #footer .form-custom input[type="submit"],
    .form-custom #footer input[type="submit"],
    #footer .widget.wpsl-search-widget form input[type="submit"],
    .widget.wpsl-search-widget form #footer input[type="submit"] {
        float: none;
        margin: 0;
    }
}


/*# sourceMappingURL=style.css.map */

.job_application,
.job-type,
.company_logo {
    display: none;
}

.rp4wp-related-job_listing>ul li.job_listing a div.position,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position,
ul.job_listings li.job_listing a div.position,
ul.job_listings li.no_job_listings_found a div.position {
    padding: 0px!important;
}

#content .link-list li {
    margin-right: 3px;
}

.panel .panel-body {
    color: #333;
    border: medium none;
    box-shadow: none;
    font: 12px/1.75 "Arial", "Helvetica Neue", "Helvetica", sans-serif!important;
    padding: 15px!important;
}

.post_slider img {
    height: 200px!important;
    width: 200px!important;
    margin-left: 32%;
}

.panel-heading {
    font-size: 16px;
    font-weight: bold;
}

.evo_cal_above {
    display: none;
}