/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*********************
FONTS
*********************/

@font-face {
    font-family: 'The Bold Font';
    src: url('../fonts/theboldfont-webfont.woff2') format('woff2'),
        url('../fonts/theboldfont-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*********************
GENERAL
*********************/

.grid-x {
    max-width: 1500px;
    margin: 0 auto;
}

.grid-padding-x>.cell {
    padding-right: 20px;
    padding-left: 20px;
}

.grid-padding-y>.cell {
    padding-top: 20px;
    padding-bottom: 20px;
}

.grid-x.full {
    max-width: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3d3d3d;
    font-size: 16px;
}

a {
    color: #008641;
}

a:hover,
a:active,
a:focus {
    color: #55a040;
}

h1 {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 15px;
    font-size: 44px;
}

h2 {
    color: #62ba4a;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    color: #62ba4a;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

p {
    margin-bottom: 15px;
}

.content ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 15px;
}

.content ul li {
    margin-left: 2em;
    position: relative;
    padding: 5px 0;
}

.content ul li:before {
    content: "\2022";
    color: #62ba4a;
    display: inline-block;
    font-size: 15px;
    left: -1em;
    position: absolute;
}

ul li a {
    color: inherit;
}

.button {
    background: #62ba4a;
}

.button:focus,
.button:hover {
    background: #55a240;
}

/*********************
HEADER
*********************/

header .cell {
    position: relative;
}

.header-top {
    background: #62ba4a;
    padding: 10px 0;
}

.header-top .fa {
    color: #00863c;
    margin-right: 3px;
    font-size: 18px;
}

.header-top .contacts,
.header-top .social {
    display: inline-block;
}

.header-top .social {
    margin-left: 20px;
}

@media print,
screen and (max-width: 850px) {
    .header-top .contacts {
        display: none;
    }

    .header-top .social {
        margin-left: 0;
    }
}

.language-switcher {
    list-style: none;
    margin: 0;
    padding: 0;
}

.language-switcher li {
    display: inline-block;
}

.language-switcher li a {
    color: #fff;
    padding: 12px 15px;
}

.language-switcher li a:hover,
.language-switcher li a.active {
    border-bottom: 3px solid #00863c;
}

.logo {
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 5;
}

.logo img {
    width: 230px;
}

@media print,
screen and (max-width: 1024px) {
    .logo img {
        max-width: 150px;
    }
}

header .menu {
    padding: 15px 0;
}

header .menu a {
    color: #3d3d3d;
}

header .menu a:hover {
    color: #00863c;
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after,
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: none;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a,
.dropdown.menu>li.is-dropdown-submenu-parent>a,
.dropdown.menu a {
    padding: 1rem;
    line-height: 1.5;
}

.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    z-index: 25;
    min-width: 250px;
}

.menu.align-right.vertical li .submenu li {
    text-align: left;
}

.menu .active>a {
    background: none;
    color: inherit;
}

.dropdown.menu .is-active>a {
    color: #00863c;
}

.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu,
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: auto;
    left: 0;
}

.is-dropdown-submenu {
    border: none;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #62ba4a transparent transparent;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    padding: 0;
}

.menu-wrapper {
    display: inline-block;
}

.hamburger-menu {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-left: 10px;
}

.hamburger-menu::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #00863c;
    -webkit-box-shadow: 0 7px 0 #00863c, 0 14px 0 #00863c;
    box-shadow: 0 7px 0 #00863c, 0 14px 0 #00863c;
    content: '';
}

.off-canvas {
    background: #00863c;
}

.off-canvas ul li {
    width: 100%;
}

.off-canvas .menu a {
    color: #fff;
}

.off-canvas .menu a:hover {
    color: #fff;
    background: #027737;
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: none;
}

@media print,
screen and (max-width: 1024px) {
    .menu-wrapper {
        display: none;
    }

    .show-for-small-only {
        display: block !important;
    }

    .menu-cell {
        padding: 15px 0;
    }

    .menu.align-right.vertical li {
        text-align: left;
    }

    header .menu {
        padding: 0;
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a,
    .dropdown.menu>li.is-dropdown-submenu-parent>a,
    .dropdown.menu a {
        padding: .7rem 1rem;
    }
}

header.header {
    position: fixed;
    z-index: 11;
    width: 100%;
    background: #fff;
}

.drilldown a {
    background: transparent;
}

.drilldown .is-drilldown-submenu-parent>a::after {
    display: none;
}

.drilldown .is-drilldown-submenu {
    background: #037335;
}

.drilldown .js-drilldown-back>a::before {
    border-color: transparent #fff transparent transparent;
}

/*********************
POSTS & CONTENT STYLES
*********************/

.page-title .vcard {
    border: 0px;
    padding: 0px;
}

.article-header h1 {
    font-size: 36px;
}

.byline {
    font-size: 14px;
}

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

.entry-content .alignleft,
.entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.entry-content .alignright,
.entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.entry-content video,
.entry-content object {
    max-width: 100%;
    height: auto;
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}

.post-password-form input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe;
}

[data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0;
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe;
}

.post {
    padding-right: 20px;
}


/*********************
IMAGE GALLERY STYLES
*********************/

.gallery {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-right: -15px;
    margin-left: -15px;
}

.gallery::before,
.gallery::after {
    content: ' ';
    display: table;
}

.gallery::after {
    clear: both;
}

.gallery.gallery-columns-1>dl {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-1>dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.gallery.gallery-columns-1>dl:last-child:not(:first-child) {
    float: right;
}

.gallery.gallery-columns-2>dl {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-2>dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.gallery.gallery-columns-2>dl:last-child:not(:first-child) {
    float: right;
}

.gallery.gallery-columns-3>dl {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-3>dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.gallery.gallery-columns-3>dl:last-child:not(:first-child) {
    float: right;
}

.gallery.gallery-columns-4>dl {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-4>dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.gallery.gallery-columns-4>dl:last-child:not(:first-child) {
    float: right;
}

.gallery.gallery-columns-5>dl {
    width: 20%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-5>dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.gallery.gallery-columns-5>dl:last-child:not(:first-child) {
    float: right;
}

.gallery.gallery-columns-6>dl {
    width: 16.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-6>dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.gallery.gallery-columns-6>dl:last-child:not(:first-child) {
    float: right;
}

.gallery.gallery-columns-7>dl {
    width: 14.28571%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-7>dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.gallery.gallery-columns-7>dl:last-child:not(:first-child) {
    float: right;
}

.gallery.gallery-columns-8>dl {
    width: 12.5%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-8>dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.gallery.gallery-columns-8>dl:last-child:not(:first-child) {
    float: right;
}

.gallery dl {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.gallery dl:last-child:not(:first-child) {
    float: right;
}


/*********************
PAGE NAVI STYLES
*********************/

.page-navigation {
    margin-top: 1rem;
}


/*********************
COMMENT STYLES
*********************/

#comments .commentlist {
    margin-left: 0px;
}

#respond ul {
    margin-left: 0px;
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
}

.commentlist li:last-child {
    margin-bottom: 0;
}

.commentlist li ul.children {
    margin: 0;
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em;
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
}

.commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
}

.commentlist .vcard {
    margin-left: 50px;
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}

.commentlist .vcard time {
    float: right;
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none;
}

.commentlist .vcard time a:hover {
    text-decoration: underline;
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
}

.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}

.commentlist .comment-reply-link {
    float: right;
}


/*********************
COMMENT FORM STYLES
*********************/

.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
}

.respond-form form {
    margin: 0.75em 0;
}

.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
    display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
    background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -ms-box-shadow: none;
    box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px;
}

.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
}

#comment-form-title {
    margin: 0 0 1.1em;
}

#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
    margin: 0 20px 1.1em;
}


/*********************
SIDEBARS & ASIDES
*********************/

.sidebar {
    border-left: 1px solid #f1f1f1;
    padding: 30px 20px 30px 40px !important;
}

@media print,
screen and (max-width: 1024px) {
    .sidebar {
        border: none;
        padding: 20px !important;
    }
}

.sidebar li {
    list-style: none;
}

.widget {
    margin-bottom: 45px;
}

.widget ul {
    margin: 0;
}

.widget a {
    color: #3d3d3d;
}

.widget .screen-reader-text {
    display: none;
}

.widget form.search-form:after {
    content: "";
    display: table;
    clear: both;
}

.widget .search-field {
    width: calc(100% - 80px);
    border-right: none;
    float: left;
    margin: 0;
    border: 1px solid #e4e4e4;
    box-shadow: none;
    padding: 0 10px;
    height: auto;
    line-height: 40px;
}

.widget .search-submit {
    width: 80px;
    padding: 0 10px;
    line-height: 40px;
    margin: 0;
    float: left;
    background: #62ba4a;
    transition: 0.4s;
}

.widget .search-submit:hover {
    background: #58a942;
}

/*********************
VISUAL EDITOR STYLES
*********************/

body#tinymce {
    margin: 20px;
}


/*********************
PLUGIN STYLES
*********************/

.gform_body ul {
    list-style: none outside none;
    margin: 0;
}


/*********************
SLIDER
*********************/

.slideshow {
    position: relative;
    height: 400px;
}

.slides,
.testimonial-slider {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slide,
.item {
    position: relative;
}

.home .slideshow {
    /*height: 570px;*/
    overflow: hidden;
}

.slide {
    height: 400px;
}

.video-slide {
    height: 400px;
    position: relative;
}

.home .slide {
    /*height: 570px;*/
}

.home .video-slide {
    position: relative;
    /*height: 570px;*/
}

.home .slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home .video-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideshow-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.slideshow-overlay h1 {
    color: #fff;
    font-family: 'The Bold Font', sans-serif;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1.25;
}

.slideshow-overlay p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.slideshow-overlay a {
    font-size: 18px;
    font-family: 'The Bold Font', sans-serif;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 15px;
}

.slideshow-overlay a:after {
    content: '';
    background: #62ba4a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    transform: skew(-2deg);
}

.slideshow-overlay a:hover:after {
    background: #57a741;
    transition: 0.5s;
}

@media print,
screen and (max-width: 850px) {
    .slideshow-overlay h1 {
        font-size: 34px;
        line-height: 1.2;
    }
}

.overlay-content {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.overlay-content h2 {
    font-family: 'The Bold Font', sans-serif;
    color: #fff;
    font-size: 44px;
    font-weight: 500;
}

.slideshow-btn {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.slideshow-btn a {
    display: inline-block;
    padding: 10px 30px;
    background: #62ba4a;
    color: #fff;
    transition: 0.4s;
    margin: 0;
}

.slideshow-btn a:hover {
    background: #59a944;
}

.slideshow .owl-dots {
    position: absolute;
    bottom: 40px;
    right: 12.5%;
}

.owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    background: #a2a2a2;
    border-radius: 50%;
}

.owl-dot span:hover {
    color: #fff;
}

.owl-dot.active span {
    background: #fff;
}

@media print,
screen and (max-width: 1024px) {
    .home .slideshow {
        height: 500px;
    }

    .home .slideshow .slide {
        height: 500px;
    }

    .home .slideshow video {
        height: 500px;
    }

    .home .slideshow .slide img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

@media print,
screen and (max-width: 640px) {
    .home .slideshow {
        height: 50vh;
    }

    .home .slideshow .slide {
        height: 50vh;
    }

    .home .slideshow .video-slide {
        height: 50vh;
    }
}

/*********************
CONTENT
*********************/

.content {
    padding-top: 130px;
}

@media print,
screen and (max-width: 1024px) {
    .content {
        padding-top: 100px;
    }
}

.inner-content {
    padding: 75px 0;
}

.inner-content.alternative {
    border-bottom: none;
}

.latest-news-intro {
    margin-bottom: 25px;
}

.latest-news-intro h3 {
    color: #248d52;
    margin: 0;
}

.intro-link a {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 10px 35px;
    color: #3d3d3d;
}

.intro-link a:after {
    font-family: FontAwesome;
    content: '\f105';
    padding-left: 10px;
    transition: 0.5s;
    color: #00863c;
}

.intro-link a:hover:after {
    padding-left: 20px;
}

.latest-news {
    padding: 50px 0;
}

.latest-article a {
    position: relative;
    display: block;
    background: #008641;
}

.latest-article a img {
    opacity: 1;
    transition: 0.5s;
    margin: 0;
}

.latest-article a:hover img {
    opacity: 0.5;
}

.article-title {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    padding: 12px 65px 12px 20px;
    left: 25px;
    right: auto;
    bottom: 25px;
    background: #fff;
    color: #248d52;
    font-size: 18px;
    /*border-right: 12px solid #62ba4a;*/
    transition: 0.55s;
    min-width: 0;
    max-width: calc(100% - 100px);
}

.article-title-inner::after {
    content: '→';
    font-family: monospace;
    display: inline-block;
    vertical-align: middle;
    color: lightgrey;
    font-size: 1.4em;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.latest-article a:hover .article-title {
    /*min-width: calc(100% - 50px);*/
}

.latest-article a:hover .article-title::after {
    border-right: solid 25px #62ba4a;
}

.latest-article a:hover .article-title-inner::after {
    right: 35px;
}

.article-title:after {
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: '\2192';
    color: #8d8d8d;*/
    position: absolute;
    content: '';
    display: block;
    width: 0px;
    background-color: #fff;
    right: 11px;
    top: 0;
    bottom: 0;
    transform: skewX(-8deg);
    border-right: solid 14px #62ba4a;
    margin-right: -19px;
    transition: 0.3s;
}

.latest-article a:hover .article-title:after {
    color: #00863c;
}

.home-links a {
    position: relative;
    display: block;
    background: #008641;
}

.home-links a img {
    transition: 0.5s;
}

.home-links a:hover img {
    opacity: 0.5;
}

.link-overlay {
    position: absolute;
    padding: 20px 65px 20px 20px;
    left: 25px;
    bottom: 25px;
    background: #fff;
    /*border-right: 12px solid #62ba4a;*/
    transition: 0.5s;
    min-width: 0;
    max-width: 85%;
}

.link-overlay-inner::after {
    content: '→';
    font-family: monospace;
    display: inline-block;
    vertical-align: middle;
    color: lightgrey;
    font-size: 1.4em;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.6s;
}

.link-overlay::after {
    position: absolute;
    content: '';
    display: block;
    width: 0px;
    background-color: #fff;
    right: 10px;
    top: 0;
    bottom: 0;
    transform: skewX(-8deg);
    border-right: solid 18px #62ba4a;
    margin-right: -19px;
    transition: 0.3s;
}

.home-links a:hover .link-overlay {
    min-width: calc(100% - 80px);
}

.link-title {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #248d52;
    display: block;
    margin-bottom: 12px;
}

.link-description {
    display: block;
    font-size: 15px;
    color: #8d8d8d;
}

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

.home-link-wide {
    position: relative;
}

.home-link-wide .colour-overlay {
    background: #00853e;
    opacity: 0.85;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.wide-link-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.wide-link-title {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #fff;
    display: block;
}

.wide-link-description {
    color: #fff;
    display: block;
    padding: 15px 0;
}

.home-link-wide a {
    display: inline-block;
    padding: 10px 30px;
    background: #62ba4a;
    color: #fff;
    transition: 0.4s;
}

.home-link-wide a:after {
    font-family: FontAwesome;
    content: '\f105';
    padding-left: 10px;
    transition: 0.5s;
}

.home-link-wide a:hover {
    background: #54a23f;
}

.home-link-wide a:hover:after {
    padding-left: 20px;
}

.home-testimonials {
    padding: 100px 0;
}

.home-testimonials .grid-x {
    max-width: 1200px;
}

.home-testimonials .title {
    display: block;
    text-align: center;
}

.home-testimonials h3 {
    font-size: 22px;
    margin-bottom: 50px;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 1;
}

.list-thumbnail {
    position: relative;
    min-height: 200px;
}

.title-list {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    padding: 12px 65px 12px 20px;
    left: 25px;
    right: auto;
    bottom: 25px;
    background: #fff;
    color: #248d52;
    font-size: 18px;
    border-right: 12px solid #62ba4a;
    transition: 0.55s;
    min-width: 0;
    max-width: calc(100% - 50px);
    font-weight: 400;
    margin: 0;
}

.excerpt {
    margin-top: 10px;
}

.excerpt p {
    margin: 0;
    font-size: 14px;
}

a.excerpt-read-more {
    margin-left: 3px;
}

.post-data {
    font-size: 12px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #f5f5f5;
}

.listed-posts-content {
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 5px #f5f5f5;
}

#nav-posts:after {
    content: "";
    display: table;
    clear: both;
}

#nav-posts a {
    display: inline-block;
    padding: 8px 20px;
    background: #62ba4a;
    color: #fff;
    transition: 0.4s;
    font-size: 14px;
}

#nav-posts a:hover {
    background: #54a23f;
}

.prev-page {
    float: left;
}

.next-page {
    float: right;
}

.wp-post-image {
    margin-bottom: 15px;
    width: 100%;
}

/*********************
JOBS BOARD
*********************/

.sjb-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

.sjb-page .sjb-filters {
    margin: 0 0 15px;
    padding: 20px 20px 5px;
}

.sjb-page .form-group {
    margin-bottom: 0;
}

.sjb-page .sjb-filters .form-control {
    margin-bottom: 15px;
}

.sjb-page .sjb-filters .btn-search {
    margin-bottom: 0;
}

.sjb-page .btn-primary,
.sjb-page .btn {
    background: #62ba4a !important;
    border: 1px solid #62ba4a !important;
    border-radius: 0;
    padding: 0 10px;
    line-height: 40px;
    transition: 0.4s;
}

.sjb-page .btn:hover {
    background: #58a942;
    border-color: #58a942;
}

.sjb-page .list-data {
    border: none;
    box-shadow: 0px 0px 5px #f5f5f5;
}

.sjb-page .sjb-detail .list-data {
    box-shadow: none;
}

.sjb-page .sjb-detail .list-data .col-md-11 {
    width: 100%;
    margin-top: 0;
}

.sjb-page .sjb-detail .list-data .job-date {
    color: #3d3d3d;
    text-align: center;
}

.sjb-page .sjb-detail {
    margin: 0;
}

.sjb-page,
.sjb-page .list-data .job-info h4 a,
.sjb-page .list-data .job-description p,
.sjb-page .list-data .job-type,
.sjb-page .list-data .job-location,
.sjb-page .list-data .job-date {
    color: #3d3d3d;
    font-size: inherit;
}

.sjb-page .list-data .job-description p:first-of-type {
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.sjb-page .list-data .job-info h4 {
    font-weight: 600;
}

.sjb-page .list-data .job-info h4 a:hover {
    color: #58a942;
}

.sjb-page .list-data .company-logo img {
    border: none;
}

.sjb-page .sjb-detail .list-data h3 {
    color: #3d3d3d !important;
    font-size: 15px;
    font-weight: 600;
}

.sjb-page .sjb-detail .job-features .table tr:last-child td {
    padding: 10px;
    font-size: 15px;
}

.sjb-page .sjb-detail .jobpost-form .file div {
    background: #58a942 !important;
    border-color: #58a942 !important;
    border-radius: 0 !important;
}

.sjb-page .list-data .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sjb-page .list-data .col-sm-9 {
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
}

.sjb-page .list-data .col-sm-9 .job-info h4 {
    line-height: 1.5;
}

.sjb-page .list-data .col-sm-3 {
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
}

.sjb-page .list-data .job-date {
    font-size: 12px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #f5f5f5;
}

.sjb-page .list-data .company-logo {
    margin-bottom: 0;
}

.jobpost-template-default .byline {
    display: none;
}

.jobpost-template-default .article-header h1 {
    font-weight: 600;
}

.jobpost-template-default .entry-content img {
    margin-bottom: 0;
}

.sjb-page .pagination li a,
.sjb-page .pagination li span.current,
.sjb-page .pagination li .next,
.sjb-page .pagination li .prev {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.sjb-page .pagination li a:hover,
.sjb-page .pagination li span.current {
    background: #62ba4a;
}

.sjb-page .pagination li {
    margin-left: 15px;
    margin-right: 0;
}

/*********************
FOOTER
*********************/

.footer-top {
    background: #62ba4a;
    padding: 30px 0;
}

.footer-top .fa {
    color: #00863c;
    margin-right: 3px;
    font-size: 18px;
}

.contacts p {
    margin: 0;
    display: inline-block;
    color: #fff;
}

.contacts p+p {
    margin-left: 20px;
}

.social a {
    margin: 0 10px;
}

.social a:last-of-type {
    margin-right: 0;
}

.social .fa-stack {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.social .fa {
    font-size: 15px;
    color: #62ba4a
}

.social .fa.fa-square {
    font-size: 25px;
    color: #00863c;
}

.footer-middle {
    padding: 50px 0;
}

.footer-middle h3 {
    color: #00853e;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-middle ul {
    list-style: none;
    margin: 0 0 35px;
    padding: 0;
}

.footer-middle ul li {
    display: inline-block;
    margin: 0 15px;
}

.footer-middle ul li:first-of-type {
    margin-left: 0;
}

.footer-middle ul li:last-of-type {
    margin: 0;
    display: block;
}

.footer-middle ul li a {
    color: #000;
    padding: 10px 0;
}

.footer-middle ul li a:hover {
    color: #2e2e2e;
}

.footer-bottom {
    background: #2e2e2e;
    color: #a5a5a5;
    padding: 25px 0;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    color: #fff;
    text-decoration: underline;
}

footer .social .fa {
    font-size: 22px;
    color: #62ba4a
}

footer .social .fa.fa-square {
    font-size: 40px;
    color: #00863c;
}

footer .social .fa-stack {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

footer .euro-social-fund p {
    margin: 30px 30px 0;
}

footer .euro-social-fund p a {
    color: #000;
}

/* JOBS */

.single_job_listing .meta li {
    margin: 0 2.5em 0 0;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
    max-width: none;
}

.content-404 {
    background: url('../images/error-404.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 250px 0;
}

.content-404 .inner-content {
    border-bottom: 0;
    color: #fff;
}

#cookie-notice.cookie-revoke-visible {
    transition: opacity .5s;
    opacity: 1;
}

#cookie-notice.cookie-revoke-visible.hide-cookie {
    opacity: 0;
}

/*@media screen and (max-width: 1280px) {
    #cookie-notice.cookie-revoke-visible {
        transform: translateY(50%);
        transition-duration: .5s;
    }

    #cookie-notice.cookie-revoke-visible:hover,
    #cookie-notice.cookie-revoke-visible:active {
        transform: translateY(0);
    }
}*/

#cookie-notice .cn-button {
    margin-left: 10px;
    font-size: 13px;
    margin-bottom: 0;
}

.footer-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-logos a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 16.6666666667%;
    display: flex;
    align-items: center;
}

/* Virtual Open Day Page */

.virtual__sector-blocks {
    padding: 50px 0;
}

.virtual__sector-blocks .sector-block-inner {
    position: relative;
    z-index: 1;
    padding: 30px 0;
    display: inline-block;
    width: 90%;
    margin: 20px auto;
}

.virtual__sector-blocks .sector-block-inner:after {
    content: '';
    background: #008641;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    transform: skew(-2deg);
}

.virtual__sector-blocks .sector-icon {
    max-width: 100px;
    margin: 0 auto;
}

.virtual__sector-blocks h3.sector-title {
    color: #fff;
    font-family: 'The Bold Font', sans-serif;
    font-size: 28px;
    margin: 10px auto;
}

.virtual__sector-blocks .sector-text {
    color: #fff;
    max-width: 75%;
    margin: 0 auto;
}

.virtual__sector-blocks .sector-links {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: -17px;
    margin-right: -10px;
}

.virtual__sector-blocks .sector-links a {
    font-size: 20px;
    font-family: 'The Bold Font', sans-serif;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 25px 40px;
    display: inline-block;
    margin-top: 10px;
    width: 45%;
}

.virtual__sector-blocks .sector-links a:after {
    content: '';
    background: #62ba4a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    transform: skew(-2deg);
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.virtual__sector-blocks .sector-links a:hover:after {
    background: #57a741;
    transition: 0.5s;
}

.virtual__full-width-block {
    background: #23a4ff;
}

.virtual__full-width-block .text-cell {
    display: flex;
    align-items: center;
    position: relative;
}

.virtual__full-width-block .text-cell:after {
    content: '';
    background: #23a4ff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    right: -20px;
    z-index: 1;
    transition: 0.5s;
    transform: skew(-5deg);
}

.virtual__full-width-block h3 {
    color: #fff;
    font-family: 'The Bold Font', sans-serif;
    font-size: 28px;
    margin: 0 auto 25px;
    max-width: 75%;
}

.virtual__full-width-block .text-block-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    z-index: 2;
}

.virtual__full-width-block .text-block {
    padding: 50px;
    z-index: 1;
    position: relative;
    margin-right: 5%;
}

.virtual__full-width-block .text-block:after {
    content: '';
    background: #fff;
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    right: 0;
    z-index: -1;
    transform: skew(-5deg);
}

.virtual__full-width-block .text-block a {
    font-size: 22px;
    font-family: 'The Bold Font', sans-serif;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 10px;
}

.virtual__full-width-block .text-block a:after {
    content: '';
    background: #1b5ca0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    transform: skew(-5deg);
}

.virtual__full-width-block .text-block a:hover:after {
    background: #184d86;
    transition: 0.5s;
}

.virtual__full-width-block .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 640px) {
    .virtual__full-width-block .text-block {
        margin-left: 5%;
    }

    .virtual__full-width-block .text-block:after {
        left: 0;
    }
}

@media screen and (max-width: 550px) {
    .social a {
        margin: 0 4px;
    }
}

.flex-video.widescreen,
.responsive-embed.widescreen {
    max-width: 75% !important;
    margin: 0 auto 1em !important;
    padding-bottom: 32.25% !important;
}

.medium-9 .flex-video.widescreen,
.medium-9 .responsive-embed.widescreen {
    padding-bottom: 42.25% !important;
}

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

    .flex-video.widescreen,
    .responsive-embed.widescreen {
        padding-bottom: 42.25% !important;
    }
}

/* New */

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

    header .menu-outer-wrapper {
        display: inline-block;
        position: relative;
        transform: translateY(20px);
        padding: 0 25px 0 15px;
    }

    header .menu-outer-wrapper:after {
        content: '';
        background: #62ba4a;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        transition: 0.5s;
        transform: skew(-2deg);
    }

    header .menu-outer-wrapper .menu-wrapper>.menu>.menu-item>a {
        color: #fff;
    }

    header .menu-outer-wrapper .menu-wrapper>.menu>.menu-item>a:hover {
        color: #fff;
        opacity: 0.9;
        text-decoration: underline;
    }

    header .menu-outer-wrapper .hamburger-menu::after {
        background: #fff;
        -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
        box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    }
}

.home-main h3 {
    color: #008641;
    font-family: 'The Bold Font', sans-serif;
    font-size: 22px;
}

.home__sector-blocks {
    padding: 50px 0 0;
}

.home__sector-blocks .sector-block-inner {
    position: relative;
    z-index: 1;
    padding: 30px 0;
    display: inline-block;
    width: 90%;
    margin: 20px auto;
}

.home__sector-blocks .sector-block-inner:after {
    content: '';
    background: #008641;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    transform: skew(-2deg);
}

.home__sector-blocks .sector-icon {
    max-width: 100px;
    margin: 0 auto;
}

.home__sector-blocks h3.sector-title {
    color: #fff;
    font-family: 'The Bold Font', sans-serif;
    font-size: 28px;
    margin: 10px auto;
}

.home__sector-blocks .sector-text {
    color: #fff;
    max-width: 75%;
    margin: 0 auto;
}

.home__sector-blocks .sector-links {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: -17px;
    margin-right: -10px;
}

.home__sector-blocks .sector-links a {
    font-size: 20px;
    font-family: 'The Bold Font', sans-serif;
    color: #008641;
    position: relative;
    z-index: 1;
    padding: 25px 40px;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.home__sector-blocks .sector-links a:after {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    transform: skew(-2deg);
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.home__circles {
    position: relative;
    padding: 50px 0;
    margin: 0;
}

.home__circles:after {
    content: '';
    background: #57a741;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    transform: rotate(-0.5deg);
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.home__circles .home-circle-inner img {
    max-width: 95px;
    margin: 0 auto 15px;
    border-radius: 50%;
    padding: 15px;
    background: #008641;
}

.home__circles .home-circle-inner h4 {
    font-size: 20px;
    font-family: 'The Bold Font', sans-serif;
    color: #fff;
    max-width: 85%;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .home__circles .home-circle-inner h4 {
        font-size: 16px;
        max-width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .circle-block {
        width: 33.3333% !important;
        flex: 0 0 auto !important;
    }
}

@media screen and (max-width: 600px) {
    .circle-block {
        width: 50% !important;
    }
}

.home__quotes {
    position: relative;
    width: 80%;
    max-width: 1500px;
    margin: 0 auto 50px;
}

.home__quotes-inner {
    position: relative;
    padding: 45px 60px;
    color: #fff;
    width: 100%;
}

.home__quotes:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -45px;
    background: url("../images/quotes1.png");
    background-size: contain;
    width: 75px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: center;
}

.home__quotes:after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: -45px;
    background: url("../images/quotes2.png");
    background-size: contain;
    width: 75px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: center;
}

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

    .home__quotes-inner {
        padding: 40px;
    }

    .home__quotes:before,
    .home__quotes:after {
        width: 50px;
        height: 40px;
    }

}

.home__quotes-inner:after {
    content: '';
    background: #57a741;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    transform: skew(-4deg);
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.home__quotes-inner .view-more-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    text-align: center;
}

.home__quotes-inner a.view-more {
    position: relative;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
}

.home__quotes-inner a.view-more:after {
    content: '';
    background: #008641;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    transform: skew(-4deg);
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.home__quotes-inner .quote-slide:after {
    content: "";
    display: table;
    clear: both;
}

.home__quotes-inner .quote-slide h4 {
    font-size: 20px;
    font-family: 'The Bold Font', sans-serif;
    float: right;
    margin: 15px 0 0;
}

.home__quotes-inner .quote-slide p {
    font-size: 17px;
}

.home__quotes-inner .quote-slide p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .home__quotes-inner .quote-slide p {
        font-size: 16px;
    }

    .home__quotes-inner .quote-slide h4 {
        float: none;
        margin: 20px 0 10px;
        font-size: 18px;
    }
}

.home__vacancies .vacancy-inner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.home__vacancies .vacancy-inner .image {
    width: 40%;
    padding-top: 45px;
    padding-bottom: 45px;
}

.home__vacancies .vacancy-inner .image img {
    width: 100%;
    z-index: 2;
    position: relative;
}

.home__vacancies .vacancy-inner .text {
    width: 60%;
    text-align: center;
    color: #fff;
}

.home__vacancies .vacancy-inner .text h3 {
    font-size: 25px;
    font-family: 'The Bold Font', sans-serif;
    color: #fff;
}

.home__vacancies .vacancy-inner .text p {
    margin: 0 auto 50px;
}

.home__vacancies .vacancy-inner .text p:last-of-type {
    margin-bottom: 0;
}

.home__vacancies .vacancy-inner .text a {
    display: block;
    color: #008641;
    font-size: 18px;
    font-family: 'The Bold Font', sans-serif;
    padding: 15px;
    margin-left: -100px;
    margin-right: -100px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1300px) {
    .home__vacancies .vacancy-inner .image {
        width: 35%;
    }

    .home__vacancies .vacancy-inner .text {
        width: 65%;
    }

    .home__vacancies .vacancy-inner .text p {
        margin: 0 auto 20px;
    }

    .home__vacancies .vacancy-inner .text p:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1450px) {
    .home__vacancies .vacancy-inner .text h3 {
        font-size: 22px;
    }

    .home__vacancies .vacancy-inner .text p {
        font-size: 14px;
    }
}

.home__vacancies .vacancy-inner .text a:after {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    transform: skew(-7deg);
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.home__vacancies .vacancy {
    position: relative;
}

.home__vacancies .vacancy.left {
    background: #62ba4a;
}

.home__vacancies .vacancy.right {
    background: #008641;
}

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

    .home__vacancies .vacancy.left {
        background: none;
        width: 48%;
    }

    .home__vacancies .vacancy.left:after {
        content: '';
        background: #62ba4a;
        position: absolute;
        left: -40px;
        right: 30px;
        top: 0;
        bottom: 0;
        z-index: -1;
        transform: skew(-7deg);
    }

    .home__vacancies .vacancy.left .image {
        order: 1;
    }

    .home__vacancies .vacancy.left .image img {
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    }

    .home__vacancies .vacancy.left .text {
        order: 2;
        padding-left: 5%;
        padding-right: 10%;
    }

    .home__vacancies .vacancy.right {
        background: none;
        width: 48%;
    }

    .home__vacancies .vacancy.right:after {
        content: '';
        background: #008641;
        position: absolute;
        left: 30px;
        right: -40px;
        top: 0;
        bottom: 0;
        z-index: -1;
        transform: skew(-7deg);
    }

    .home__vacancies .vacancy.right .image {
        order: 2;
    }

    .home__vacancies .vacancy.right .image img {
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    }

    .home__vacancies .vacancy.right .text {
        order: 1;
        padding-left: 10%;
        padding-right: 5%;
    }

    .home__vacancies .vacancy.left .vacancy-inner .text a {
        margin-right: -65px;
    }

    .home__vacancies .vacancy.right .vacancy-inner .text a {
        margin-left: -90px;
    }
}

@media screen and (min-width: 1700px) {
    .home__vacancies .vacancy.left {
        width: 50%;
    }

    .home__vacancies .vacancy.right {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .home__vacancies .vacancy-inner .text h3 {
        font-size: 22px;
    }

    .home__vacancies .vacancy-inner .text p {
        margin-bottom: 20px;
    }

    .home__vacancies .vacancy-inner .text a {
        margin: 0 !important;
    }
}

@media screen and (max-width: 1050px) {
    .home__vacancies .vacancy {
        width: 100% !important;
        margin-bottom: 25px;
    }

    .home__vacancies .vacancy-inner .image {
        width: 40%;
    }

    .home__vacancies .vacancy-inner .text {
        width: 60%;
    }

    .home__vacancies .vacancy-inner .image img {
        height: 50vh;
        object-fit: cover;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    }

    .home__vacancies .vacancy-inner .text {
        padding: 25px 40px;
    }
}

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

    .home__vacancies .vacancy-inner .image,
    .home__vacancies .vacancy-inner .text {
        width: 100%;
        padding: 0;
    }

    .home__vacancies .vacancy-inner .image img {
        clip-path: none;
    }

    .home__vacancies .vacancy-inner .text {
        padding: 30px;
    }
}

.flex-page-block {
    margin: 75px auto;
}

.split-1 .content-block-1 {
    padding: 0vw 6vw;
}

@media(max-width: 650px) {
    .split-1 .content-block-1 {
        padding: 2vw 6vw
    }
}

.split-1 .content-block-1 h2,
.split-1 .content-block-1 h3 {
    text-transform: uppercase;
    color: #3d3d3d;
    margin: 20px 0 10px;
    font-family: 'The Bold Font', sans-serif;
}

.split-1 .content-block-2 {
    padding: 4em 9em;
    position: relative;
}

@media(max-width: 1050px) {
    .split-1 .content-block-2 {
        padding: 4em;
    }
}

.split-1 .content-block-2:after {
    content: '';
    background: #57a741;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -50px;
    z-index: -1;
    transition: 0.5s;
    transform: skew(4deg);
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.split-1 .content-block-2 h2,
.split-1 .content-block-2 h3 {
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0 10px;
    font-family: 'The Bold Font', sans-serif;
}

.split-1 .content-block-2 * {
    color: #fff;
}

.split-2 .content-block-1 {
    padding: 3vw 0;
    position: relative;
}

.split-2 .content-block-1:after {
    content: '';
    background: #57a741;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    transform: skew(-4deg);
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.split-2 .content-block-1 .inner-text-content {
    padding: 0 6vw;
}

.split-2 .content-block-1 img {
    width: 100%;
    margin-top: 15px;
    clip-path: polygon(0% 0, 95% 0%, 92% 100%, 0% 100%);
}

.split-2 .content-block-1 h2,
.split-2 .content-block-1 h3 {
    text-transform: uppercase;
    margin: 20px 0 10px;
    font-family: 'The Bold Font', sans-serif;
}

.split-2 .content-block-1 * {
    color: #fff;
}

.split-2 .content-block-2 {
    padding: 3vw 6vw;
}

.split-2 .content-block-2 h2,
.split-2 .content-block-2 h3 {
    text-transform: uppercase;
    color: #3d3d3d;
    margin: 20px 0 10px;
    font-family: 'The Bold Font', sans-serif;
}

/* End New */

/* pop mobile nav amends  */

#close-mobile-nav {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 25px;
    z-index: 1;
    color: white;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .show-for-small-only #menu-main-navigation-2 .menu-item-has-children a {
        color: #ffffff;
    }

    .show-for-small-only #menu-main-navigation-2 {
        padding-top: 20px;
    }

    .show-for-small-only #menu-main-navigation-2 .menu-item-has-children>a:after {
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-style: solid;
        border-color: transparent #fff transparent transparent;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.75rem;
        border-left-width: 0;
        left: 150px;
        transform: rotate(270deg);
        margin-top: -4px;
    }

    .show-for-small-only #menu-main-navigation-2 .menu-item-has-children>a:hover:after {
        content: none;
    }

    .show-for-small-only #menu-main-navigation-2 ul.submenu {
        background-color: #62ba4a;
        position: unset;
        display: block;
        max-height: 0;
        transition: max-height 0.3s ease;
        overflow: hidden;
    }

    .show-for-small-only #menu-main-navigation-2 ul.submenu.is-closing {
        max-height: 0 !important;
    }

    .show-for-small-only #menu-main-navigation-2 ul.submenu.js-dropdown-active,
    .show-for-small-only #menu-main-navigation-2 ul.submenu.is-active {
        max-height: 300px;
        transform: none;
        -webkit-transform: none;
    }

    #close-mobile-nav {
        position: absolute;
        right: 10px;
        top: 19px;
        font-size: 25px;
        z-index: 1;
        color: white;
    }

    #close-mobile-nav {
        top: 19px;
    }
}

@media (max-width: 767px) {
    .footer-logos a {
        width: 25%;
        margin-bottom: 5px;
    }

    .home .contacts p {
        margin: 0 10px 8px 0 !important;
    }
}

@media (max-width: 500px) {

    .home .home__vacancies .vacancy-inner .text p {
        font-size: 16px;
    }

    .footer-logos a {
        width: 33.33%;
    }
}

/* pop mobile nav amends end */

@media(max-width: 767px) {
    footer.footer .footer-middle ul {
        display: block;
    }

    footer.footer .footer-middle ul li {
        display: block;
        margin: 0;
    }
}


.single-jobpost .company-logo.ctc {
    display: flex;
}

.single-jobpost .company-logo img.eoa-member {
    margin-left: 10px;
    width: auto !important;
    height: 60px !important;
    max-width: unset;
}


/* jobs board fix  */

.sjb-listing .sjb_more_content,
.sjb-listing .sjb-view-less-btn {
    display: none;
}

.sjb-listing .list-data {
    border: 1px solid #E1E1E1;
    padding: 20px;
    margin-bottom: 32px;
}

.sjb-page .list-data .company-logo {
    margin-bottom: 20px;
}

.sjb-page .list-data .sjb-apply-now-btn .btn.btn-primary {
    margin-right: 6px;
}

@media (min-width: 1100px) {

    .sjb-page .sjb-listing .grid-view .grid-item:nth-child(3n + 1),
    .sjb-page .sjb-listing .grid-item:nth-child(3n + 1) {
        clear: left;
    }
}