:root {
    --primary-green: #95AC0E;
}
body {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.26px;
}
body.offcanvas {
    overflow: hidden;
}

a {
    color: var(--primary-green);
    outline: none;
}
a:hover {
    color: var(--primary-green);
    text-decoration: none;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    font-family: 'GravurBold';
}

.form_message .error {
    color: #e02b27;
}
.form_message .success {
    color: #2d9309;
}

#contactForm .form_message .success {
    margin-top: 0.5rem;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f5ffb9;
    max-width: 500px;
    box-shadow: 2px 2px 6px -3px;
    border: 1px solid #e4e4e4;
}

.field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 35px;
}
.field.required .label::after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.field select,
.field input {
    background: #ffffff;
    background-clip: border-box;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
form.invalidate .field input:invalid {
    border-color: #e34d4a;
}
.field > .label {
    font-family: 'GravurBold';
    font-size: 18px;
}

form .control {
    position: relative;
}

.field input + .required-msg,
.field select + .required-msg {
    color: #fff;
    background: #e34d4a;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0 15px;
    width: 100%;
    opacity: 0;
    transition: opacity 0.2 ease;
}
form.invalidate .field input:invalid + .required-msg,
form.invalidate .field select:invalid + .required-msg {
    opacity: 1;
}

.label-wrap {
    /* display: flex; */
    /* align-items: center; */
    margin-bottom: .5rem;
}
.label-wrap label {
    margin-bottom: 0;
}
.tooltip-text {
    color: #737373
}
.tooltip-container {
    margin-left: 10px;
    position: relative;
}
.tooltip-content {
    position: absolute;
    display: none;
    min-width: 200px;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 0px 11px -7px;
    top: -5px;
    left: 100%;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #eee;
    margin-left: 10px;
    color: #3f423a;
    font-size: 12px;
}
.tooltip-icon {
    width: 24px;
    height: 24px;
    display: flex;
    background: #95ac0e;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.tooltip-icon::after {
    content: '?';
}
.tooltip-container:hover .tooltip-content {
    display: block;
}


.upload-box {
    display: inline-block;
    padding: 10px 20px;
    background: #e1e1e1;
    color: #212529;
    cursor: pointer;
    transition: background 0.2s ease;
    border-radius: 5px;
}
.upload-box:hover {
    background: #d7d7d7;
}
.upload-box span::before {
    font-family: 'FontAwesome';
    content: '\f093';
    margin-right: 10px;
}
.upload-box + input {
    display: none;
}

a.up-link {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'GravurBold', Arial;
}

.cookieconsent {
    top: auto !important;
    bottom: 0;
    background: var(--primary-green) !important;
    color: #fff !important;
    border: none;
    margin: 0;
}
.cookieconsent p {
    margin: 0;
}
.cookieconsent a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
.cookieconsent button {
    background: #f08400 !important;
    border-color: #f08400 !important;
    margin-left: 10px;
}

.with-animal .wrap {
    position: relative;
}
.animal-icon {
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: -80px;
    bottom: 0;
}
.with-animal .animal-icon {
    position: absolute;
    display: block;
}

.container.with-animal {
    position: relative;
}
.with-animal.animal-over-footer .animal-icon {
    left: 50%;
    margin-left: -35px;
    top: -15px;
}

.location-slider .with-animal .animal-icon {
    left: -80px;
    bottom: 0;
}
.activities-grid .with-animal .animal-icon {
    right: -70px;
    top: 0;
}
.news-list .title.with-animal .animal-icon {
    top: -20px;
    left: -80px;
}
.socials.with-animal,
.load-more-news.with-animal {
    position: relative;
}
.load-more-news.with-animal .animal-icon {
    top: -20px;
    right: -90px;
}
.socials .animal-icon {
    bottom: 0;
}

.modal.fade.in {
    opacity: 1;
}
.modal-backdrop.fade.in {
    opacity: .5;
}

.modal-content {
    background: #e6ecee
}
.modal-header {
    padding: 0.5rem 1rem;
    border-color: #aaa;
}
.modal-header .modal-title {
    font-family: 'GravurBold', Arial;
    font-size: 20px;
    text-transform: uppercase;
}

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

.input-group-append {
    margin-left: -1px;
}

.qty-input {
    height: 30px;
}
.qty-input input {
    height: 30px;
    width: 60px;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    line-height: 28px;
    padding: 0;
    border-radius: 0;
    background: none;
    border: 1px solid #cccccc;
}
.qty-input .input-group-text {
    border-radius: 0;
}
.qty-input .input-group-text {
    background: #909090;
    color: #fff;
    width: 30px;
    padding: 0;
    justify-content: center;
    font-size: 28px;border: none;
    display: inline-block;
    line-height: 0.9;
    cursor: pointer;
    border: 1px solid #ccc;
}

.qty-input .qty-control {
    width: 30px;
    height: 30px;
}
.qty-input .input-group-text:hover {
    color: #909090;
    background: #fff;
}


.btn {
    background-color: var(--primary-green);
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: 'GravurBold', Arial;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-size: 16px;
}
.btn.fullwidth {
    width: 100%;
}

.icon {
    width: 24px;
    height: 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.account-icon {
    background-image: url('../img/ic-my-account.png');
}
.cart-icon {
    background-image: url('../img/ic-my-cart.png');
}
.icon-date {
    background-image: url('../img/ic-calendar.png');
}
.icon-time {
    background-image: url('../img/ic-clock.png');
}
.icon-location {
    background-image: url('../img/ic-location.png');
}
.icon-euro {
    background-image: url('../img/ic-location.png');
}
.icon-ticket {
    background-image: url('../img/ic-ticket.png');
}

.cart-link {
    position: relative;
}
.cart-link .count {
    position: absolute;
    right: -10px;
    background: #161616;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
}

.icon-group {
    display: flex;

}
.icon-group .icon {
    margin-right: 7px;
}

.icon.icon-list-item::before {

}

.title {
    font-family: 'GravurBold', Arial;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    font-size: 16px;
}

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

header {
    height: 90px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    position: relative;
}
header .logo-container {
    position: absolute;
    left: 30px;
}
header .logo {
    background: #fff;
/*    width: 195px;*/
/*    max-width: 195px;*/
/*    height: 175px;*/
    text-align: center;
    float: none;
    margin: auto;
}
header .logo img {
    width: auto;
    height: 100%;
    max-height: 175px;
}
header .nav-container {
    text-align: center;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
header ul.nav > li {
    margin: 0 10px;

}
header ul.nav > li.dropdown > a {
    position: relative;
    padding-right: 30px;
}
header ul.nav > li.level1:not(.winkel-link) > a {
    cursor: default;
}
header ul.nav > li.dropdown .expand-arrow {
    content: '';
    background: url('../img/ic-arrowdown.png') 0 0 no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    background-size: cover;
    top: 0;
}
header ul.nav a {
    color: #161616;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Gravur, Arial;
    outline: none;
}
header ul.nav li.active > a {
    color: var(--primary-green);
}
header ul.nav li:hover > a {
    color: var(--primary-green);
    text-decoration: none;
}

header ul.nav > li.leer:hover > a,
header ul.nav > li.leer.active > a,
header ul.nav > li.leer > a:hover,
header ul.nav > li.leer li:hover > a,
header ul.nav > li.leer li.active > a,
header ul.nav > li.leer li > a:hover
{
    color: var(--primary-green);
}

header ul.nav li .dropdown-menu {
    width: 260px;
    box-shadow: 0 3.5px 3px -0.5px rgba(0, 0, 0, 0.83);
    border: none;
    margin-top: 0;
    padding: 1rem;
}
header ul.nav li.level1 ul {
    padding-left: 0;
    padding-right: 0;
}
header ul.nav li.level1 > ul li {
    padding: 0 1rem;
    margin: 0;
}
header ul.nav li.level1 li .expand-arrow {
    right: 10px;
    transform: rotate(-90deg);
}
header ul.nav li.level2 {
    position: relative;
}
header ul.nav li.level2 > ul {
    position: absolute;
    top: 0;
    left: 100%;
}

header ul.nav li .dropdown-menu > li a {
    padding: 3px 0;
    display: inline-block;
    margin: 0;
}

header ul.nav li:hover > .dropdown-menu {
    display: block;
}


/* Mobile nav */
header .mobile-nav-container {
    display: none;
    height: 100%;
}
header .mobile-nav-container .menu-toggle {
    position: absolute;
    left: 15px;
    width: 55px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    outline: none;
}
header .mobile-nav-container a.close-menu {
    position: absolute;
    left: 15px;
    top: 15px;
    outline: none;
}
header .mobile-nav-container .menu-offset {
    position: fixed;
    height: 100%;
    width: 100vw;
    background: rgba(100,100,100,0.6);
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -10;
    transition: all 0.3s ease-in-out;
}
body.offcanvas header .mobile-nav-container .menu-offset {
    opacity: 1;
    z-index: 200;
}
header .mobile-nav-container .menu-container {
    background: #fff;
    min-width: 300px;
    max-width: 400px;
    height: 100%;
    z-index: 205;
    padding: 55px 15px 15px;
    position: relative;
    left: -100%;
    transition: left 0.3s ease-out;
    overflow-y: scroll;
}
body.offcanvas header .mobile-nav-container .menu-container {
    left: 0;
}
header .mobile-nav-container ul.nav > li {
    margin: 10px 0;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease-in-out;
}
header .mobile-nav-container ul.nav a {
    font-size: 20px;
    line-height: 20px;
}
header .mobile-nav-container ul.nav > li a {
    display: block;
}
header .mobile-nav-container ul.nav > li.expanded > a {
    color: var(--primary-green);
}
header .mobile-nav-container ul.nav > li.expanded > a::after {
    background-image: url('../img/ic-arrowup.png');
}
header .mobile-nav-container ul.nav li .dropdown-menu {
    display: block;
    position: inherit;
    left: 0;
    top: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
    max-height: 0;
    opacity: 0;
    transition: all .25s ease-out;
    overflow: hidden;
    padding-left: 15px;
}
header .mobile-nav-container ul.nav > li.expanded .dropdown-menu {
    max-height: 100%;
    opacity: 1;
}
header .mobile-nav-container ul.nav > li li {
    border-bottom: 1px solid #d7d7d7;
    padding: 4px 0;
    margin: 8px 0;
}
header .mobile-nav-container ul.nav > li li.last {
    border-bottom: 0;
}


header .account-menu {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
}
header .account-menu nav {
    display: flex;
    align-items: center;
    height: 100%;
}
header .account-menu a {
    color: #161616;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'GravurBold', Arial;
    padding: 5px 20px;
    display: flex;
}
header .account-menu a span {
    margin-left: 10px;
}
header .account-menu a.account-link {
    border-right: 1px solid #979797;
    border-left: 1px solid #979797;
}

.top-image-container {
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-image-container > .container {
    height: 100%;
    position: relative;
}
.top-image-slogan-container {
    position: absolute;
    right: 60px;
    bottom: 60px;
    font-family: 'GravurBold', Arial;
}
.top-image-slogan {
    width: 210px;
    height: 210px;
    text-align: center;
    background: var(--primary-green);
    padding: 20px 10px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0.24px;
    color: #fff;
    text-transform: uppercase;
}
.top-image-slogan a {
    color: #fff;
}
.top-image-slogan a:hover {
    text-decoration: none;
}
.top-image-slogan-container .weather-ball {
    font-size: 34px;
    color: #fff;
    position: absolute;
    right: -20px;
    bottom: -10px;
    background-color: #c6d300;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    letter-spacing: 0.26px;
    font-stretch: condensed;
}
.colored-stripe {
    height: 16px;
    width: 100%;
    display: flex;
}
.colored-stripe > div {
    width: 12.5%;
}


.collapse.in {
    display: block;
}

.qa-accordion .qa-header {
    background: none;
    border: none;
    margin-bottom: 15px;
}
.qa-accordion .qa-header .btn {
    font-size: 16px;
    font-family: 'GravurBold', Arial;
    padding: 10px 40px 10px 25px;
    width: 100%;
    border-bottom: 1px solid #979797;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    color: #000;
    background-color: #fff;
    white-space: normal;
}
.qa-accordion .qa-header .btn::after {
    content: '';
    background: url('../img/ic-arrowup.png') 0 0 no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    background-size: cover;
}
.qa-accordion .qa-header .btn.collapsed::after {
    background-image: url('../img/ic-arrowdown.png');
}
.qa-accordion .qa-header .btn:focus,
.qa-accordion .qa-header .btn:active {
    box-shadow: none;
}
.qa-accordion .card-body {
    padding: 0.75rem 1.25rem 1.25rem;
}


.img-with-text-block {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -4px;
}
.img-with-text-block img {
    width: 100%;
    height: auto;
}
.img-with-text-block > .row {
    margin-left: 0;
    margin-right: 0;
}
.img-with-text-block .text-part-container .subtitle,
.img-with-text-block .orange-subtitle {
    font-size: 24px;
    padding-bottom: 15px;
    font-family: 'GravurBold', Arial;
}
.img-with-text-block .text-part,
.img-with-text-block .img-part {
}
.img-with-text-block .video-embed {
    padding: 0;
    width: 100%;
    height: 100%;
}

.img-with-text-block .text-part .text-part-container {
    display: flex;
    align-items: center;
    padding: 25px 90px;
    height: 100%;
    width: 100%;
    min-height: 400px;
}
.img-with-text-block .img-part {
    padding-right: 0;
    padding-left: 0;
    min-height: 300px;
}
.img-with-text-block .img-part .img-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: 4;
}
.img-with-text-block .img-part .img-container > .bg-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.img-with-text-block .img-part .img-container img {
    height: 100%;
    width: auto;
}

.img-with-text-block.top-border .text-part .text-part-container {
    border-top: 4px dotted var(--primary-green);
}
.img-with-text-block.bottom-border .text-part .text-part-container {
    border-bottom: 4px dotted var(--primary-green);
}
.img-with-text-block.full-border .text-part .text-part-container {
    border-top: 4px dotted var(--primary-green);
    border-bottom: 4px dotted var(--primary-green);
}


.section-block {
    margin-top: 10px;
    margin-bottom: 30px;
}
.section-block.top-border {
    border-top: 4px dotted var(--primary-green);
}
.section-block.bottom-border {
    border-bottom: 4px dotted var(--primary-green);
}
.section-head {
    text-align: center;
    text-transform: uppercase;
    padding: 60px 0 40px;
}
.mt-5 .section-head {
    padding-top: 0;
}
.section-head a {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-family: 'GravurBold', Arial;
}
.section-head .title {
    letter-spacing: 0.26px;
    font-size: 34px;
    color: #000;
    font-weight: bold;;
    font-family: 'GravurBold', Arial;
}
.orange-subtitle {
    font-family: 'GravurBold', Arial;
    color: var(--primary-green);
    padding-bottom: 15px;
}

.Standaard .orange-subtitle {
    color: var(--primary-green);
}
.Standaard .section-block.bottom-border {
    border-color: var(--primary-green);
}

.mt-5 .section-head .title.with-animal {
    margin: 0;
    padding: .5rem 0;
}

.centered-block {
    max-width: 600px;
    margin: 0 auto;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.26px;
    font-family: 'HelveticaNeue', Arial;
}
.centered-block ul li {
    text-align: left;
    margin-bottom: 15px;
}

.activities-grid .all-activities {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-family: 'GravurBold', Arial;
    text-transform: uppercase;
}

.home-upcomming {
    border-bottom: 0.2rem dotted var(--primary-green);
    padding-bottom: 50px;
}
.row.activities-list {
    margin-left: -10px;
    margin-right: -10px;
}
.activities-list .event-item {
    text-transform: uppercase;
    font-family: 'GravurBold', Arial;
    margin-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
}
.activities-list .event-item .img-cover {
    height: 200px;
    position: relative;
    text-align: center;
}
.activities-list .event-item .img-cover > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.activities-list .event-item .img-cover > a img {
    height: 100%;
    width: auto;
}
.activities-list .event-item .img-cover .category {
    color: #fff;
    position: absolute;
    top: 7px;
    left: 0;
    padding: 7px 15px;
    background: var(--primary-green);
    font-size: 14px;
    min-width: 160px;
    text-align: left;
}
.activities-list .event-item .datetime {
    display: flex;
    font-size: 14px;
    margin-bottom: 15px;
}
.activities-list .event-item .event-details {
    padding: 15px;
}
.activities-list .event-item .datetime > span {
    margin-right: 12px;
    display: flex;
    display: flex;
}
.activities-list .event-item .datetime > span i {
    margin-right: 5px;
}
.activities-list .event-item .title-intro a {
    text-transform: none;
    font-family: 'HelveticaNeue', Arial;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.26px;
    color: #000;
}
.activities-list .event-item .title-intro .intro p {
    line-height: inherit !important;
}
.activities-list .event-item .title-intro .title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.16px;
    margin-bottom: 10px;
    font-family: 'GravurBold', Arial;
    display: inline-block;
    text-transform: uppercase;
}
.activities-list .event-item .title-intro a:hover {
    text-decoration: none;
}

.latest-news .news-item {
    margin-bottom: 20px;
    font-family: 'GravurBold', Arial;
    line-height: 24px;
    letter-spacing: 0.26px;
}

.latest-news .news-title {
    font-size: 18px;
    display: inline-block;
    letter-spacing: 0.16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.latest-news .news-item.projecten .news-title,
.latest-news .news-item.doe .news-title,
.news-items-grey .news-item .news-title {
    color: #484c40 !important;
}
.latest-news .news-intro {
    color: #000;
    font-family: 'HelveticaNeue', Arial;
    padding: 5px 0;
}
.latest-news .news-intro .date {
    color: #9b9b9b;
    text-transform: uppercase;
    font-family: 'GravurBold', Arial;
}
.btn.load-more-news {
    font-family: 'GravurBold', Arial;
    font-size: 16px;
    letter-spacing: 0.86px;
    color: var(--primary-green);
    border: 1px solid var(--primary-green);
    border-radius: 5px;
    background: #fff;
    text-transform: uppercase;
    padding: 10px;
    min-width: 200px;
    text-align: center;
    margin: 50px 0 0;
}
.btn.load-more-news.disabled {
    color: #9b9b9b;
    border-color: #9b9b9b;
}
.btn.load-more-news:hover {
    color: #fff;
    background: var(--primary-green);
}
.btn.load-more-news.disabled:hover {
    color: #9b9b9b;
    background: #fff;
}

.location-slider {
    overflow: hidden;
}
.home-slider-wrapper {
    position: relative;
}
.home-slider-wrapper .bx-viewport {
    overflow: visible !important;
}
.home-slider-wrapper .bx-viewport::after,
.home-slider-wrapper .bx-viewport::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: -100%;
    background: rgba(255,255,255,0.6);
    z-index: 1;
}
.home-slider-wrapper .bx-viewport::after {
    right: -101%;
    left: auto;
}
.home-locations-slider {
    /* height: 240px; */
}
.bx-controls-direction > a {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background: #fff;
    color: #fff;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-top: -18px;
    text-indent: -9999px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 7px -2px #000;
}
.bx-controls-direction > a::before {
    width: 24px;
    height: 24px;
    content: '';
    background-position: 0 0;
    background-size: cover;
    position: absolute;
}
.bx-controls-direction > a.bx-prev {
    left: 0;
    margin-left: -18px;
}
.bx-controls-direction > a.bx-prev::before {
    background-image: url('../img/ic-arrowleft.png');
}
.bx-controls-direction > a.bx-next {
    right: 0;
    margin-right: -18px;
}
.bx-controls-direction > a.bx-next::before {
    background-image: url('../img/ic-arrowright.png');
}
.home-locations-slider .slider-item {
    font-family: 'GravurBold', Arial;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.16px;
    display: inline-block;
    color: #fff;
    /* padding: 0 5px; */
}
.home-locations-slider .slider-item .img-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.home-locations-slider .slider-item img {
    /* width: auto; */
    /* height: 240px; */
    width: 100%;
    height: auto;
}
.home-locations-slider .slider-item a {
    color: #fff;
    display: block;
}
.home-locations-slider .slider-item .title {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: var(--primary-green);
}
.home-locations-slider .slider-item a:hover {
    text-decoration: none;
}

.employees-slider .slider-item .img-container {
    position: relative;
}
.employees-slider .slider-item .img-container.cover-type {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 240px;
}
.employees-slider .slider-item {
    cursor: pointer;
}
.employees-slider .slider-item .info-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ebebeb;
    display: flex;
    color: #000;
    justify-content: space-around;
    flex-direction: column;
    text-align: left;
    padding: 50px 25px;
    text-transform: initial;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.employees-slider .slider-item.show-info .info-container {
    opacity: 1;
}

.employees-slider .slider-item .info-container > {}

.banners .banner {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    height: 210px;
    align-items: center;
    margin: 0 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.banners .banner a {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}
.banners .row {
    margin-left: -10px;
    margin-right: -10px;
}
.banners .banner img {
    position: absolute;
    height: 120%;
}
.banners .banner .text {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 7px 15px 5px 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    background-color: var(--primary-green);
    z-index: 2;
    font-family: 'GravurBold', Arial;
}
.banners .banner .text::before {
    content: '';
    background: url('../img/ic-my-highlight.png');
    height: 24px;
    width: 24px;
    position: absolute;
    left: 15px;
}
.banners .banner.gold .text {
    background: var(--primary-green);
}

/*
Locations
*/
.location-submenu-container {
    background: var(--primary-green);
}

.agenda .location-submenu-container { background: #c6d300; }
.doe .location-submenu-container { background: #a0c518; }

.location-submenu-container >.container > .row {
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.location-submenu-container .left-title {
    font-family: 'GravurBold', Arial;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding-left: 100px;
}
.location-submenu-container .submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.location-submenu-container .submenu a {
    color: #fff;
    font-family: HelveticaNeue, Arial;
    font-size: 14px;
}
.location-submenu-container .submenu > ul > li {
    position: relative;
    margin: 0 10px;
}
.location-submenu-container .submenu > ul > li > ul {
    position: absolute;
    left: 0;
    display: none;
}
.location-submenu-container .submenu > ul > li.active a {
    font-weight: bold;
    text-decoration: underline;
}


.social-box {
    overflow: auto;
    /* padding: 10px; */
    /* background: #d8d8d8; */
    position: relative;
    margin-bottom: 20px;
    min-height: 350px;
    max-height: 370px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}
.social-box > div {
    max-width: 100% !important;
    width: 100% !important;
}
.social-box iframe {
    width: 100% !important;
    margin: 0;
    border: none !important;
}
.grey-container {
    background: #f6f6f6;
}

/* Footer */
footer {
    background-color: #3f423a;
    padding: 30px;
    color: #fff;
    margin-top: 70px;
}

footer .footer-section .title {
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'GravurBold', Arial;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    border-bottom: 0.2rem dotted;
    padding: 10px 40px;
}
footer .footer-section .section-content {
    padding: 10px 40px;
}
footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footer-section.socials-section .title,
footer .footer-section.socials-section .section-content {
    padding-left: 5px;
}
footer .footer-links li {
    width: 20%;
    padding: 3px 5px;
}
footer .footer-links li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.13px;
    line-height: 1;
}
.social-links {
    display: flex;
    align-items: center;
}
.social-links a {
    margin: 0 3px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.social-links a.social {
    width: 24px;
    height: 24px;
    background-image: url('../img/ic-fb-white-24.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.social-links .social.twitter {
    background-image: url('../img/ic-tw-white-24.png');
}
.social-links .social.youtube {
    background-image: url('../img/ic-yt-white-24.png');
}
.social-links .social.instagram {
    background-image: url('../img/ic-ins-white-24.png');
}

.video-embed {
    padding: 0 120px;
    height: 450px;
}
.video-embed iframe {
    width: 100%;
    height: 100%;
}

.content_sidebar.bottom_border {
    padding-bottom: 20px;
    border-bottom: 4px dotted var(--primary-green);
}
.content_sidebar img {
    max-width: 100%;
    height: auto;
}
.hubspot-signup-form {
	padding: 15px;
}
#mc_embed_signup {
	width: 100% !important;
    max-width: 600px;
    padding: 0 !important;
}
#mc_embed_signup h2 {
    font-size: 2rem !important;
    margin: 0 0 5px !important;
}
#mc_embed_signup form {
    margin: 0 !important;
}
#mc_embed_signup .indicates-required {
	color: #e02b27;
	font-size: 12px;
	margin-bottom: 5px;
    text-align: left  !important;
    margin-right: 0;
}
#mc_embed_signup .mc-field-group {
    margin: 0 !important;
    padding: 0 !important;
	margin-bottom: 15px !important;
    width: 100% !important;
    clear: none !important;
}
#mc_embed_signup .mc-field-group label {
	display: block;
	font-family: 'GravurBold';
	font-size: 18px;
	margin-bottom: .25rem;
}
#mc_embed_signup label .asterisk {
	color: #E02E2A;
}
#mc_embed_signup .mc-field-group input {
	width: 100%;
	border: 1px solid #c2c2c2;
	font-size: 14px;
	height: 32px;
	line-height: 1.42857143;
	padding: 0 9px;
    margin: 0 !important;
}
#mc_embed_signup input.button {
	background-color: var(--primary-green);
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	font-family: 'GravurBold', Arial;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	font-size: 16px;
	border: none;
    clear: none;
    height: auto;
    line-height: auto;
}
#mc_embed_signup div.mce_inline_error {
	background-color: #E02E2A;
}

/* Responsive header and footer */

@media screen and (max-width: 1400px) {
/*    header .logo-container .logo {
        width: 160px;
        height: 160px;
    }*/

    header ul.nav a {
        font-size: 16px;
    }
    .location-submenu-container .left-title {
        padding-left: 160px;
    }
}
@media screen and (max-width: 1250px) {
    header ul.nav a {
        font-size: 15px;
    }
}
@media screen and (max-width: 990px) {
    header .logo img {
        max-height: 120px;
    }
    header .nav-container {
        display: none;
    }
    header .mobile-nav-container {
        display: block;
    }
    header .logo-container {
        left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .location-submenu-container .left-title {
        padding-left: 15px;
    }
    .location-submenu-container {
        position: relative;
    }
    .location-submenu-container .submenu {
        position: absolute;
        right: left;
        top: 42px;
        z-index: 1;
    }
    .location-submenu-container .submenu.hide_mobile {
        display: none;
    }
    .location-submenu-container .submenu .nav {
        flex-direction: column;
        text-align: left;
        background: #fff;
        background: rgba(255,255,255,0.7);
    }
    .location-submenu-container .submenu .nav li {
        margin: 0;
    }
    .location-submenu-container .submenu .nav a {
        width: 100%;
        display: inline-block;
        color: #1d1d1d;
        padding: 5px 15px;
    }
    header ul.nav a {
        font-size: 18px;
    }

    header .logo-container .logo {
/*        width: 135px;*/
/*        height: 135px;*/
        z-index: 2;
    }
}
@media screen and (max-width: 991px) {
    .img-with-text-block.inverted > .row {
        flex-direction: column-reverse;
    }
    .img-with-text-block.bottom-border .text-part .text-part-container {
        border: none !important;
    }

    .video-embed {
        padding: 0;
    }
}
@media screen and (max-width: 960px) {
    .top-image-container {
        background-size: cover;
    }
    .top-image-container > .container {
        display: flex;
        justify-content: center;
        align-items: end;
        padding-bottom: 40px;
    }

    .top-image-slogan-container {
        right: auto;
        width: 210px;
        height: 210px;
    }

    .centered-block h4 {
        font-size: 1.75rem;
    }
    .text-part-container,
    .centered-block {
        padding: 0 20px;
    }
    .qa-accordion .qa-accordion .qa-header .btn {
        font-size: 17px;
    }
    .activities-list .event-item .datetime,
    .activities-list .event-item .title-intro .intro,
    .latest-news .news-intro,
    .address-info .contacts-list li a,
    footer .footer-links li a,
    .qa-accordion .card-body,
    p {
        font-size: 16px;
    }

    .latest-news .news-item.leer .news-title {
        font-size: 20px;
    }

    .address-info > .row > div .title {
        font-size: 18px;
    }

    footer .footer-links li {
        margin-bottom: 10px;
    }

    .social-links a {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    header .account-menu a span {
        display: none;
    }
    footer .footer-section .title {
        padding-left: 0;
        padding-right: 0;
    }
    footer .footer-section .section-content {
        padding-left: 0;
        padding-right: 0;
    }
    footer .footer-links li {
        width: 33%;
    }

    .animal-icon {
        display: none !important;
    }
}
@media screen and (max-width: 640px) {
    .img-with-text-block .text-part .text-part-container {
        padding: 25px;
    }
    header .logo img {
        max-height: 90px;
    }
}
@media screen and (max-width: 480px) {
    footer .footer-links li {
        width: 100%;
    }
    header .account-menu a {
        padding: 5px 15px;
    }
    header .logo-container .logo {
        background: transparent;
    }
    header .logo-container .logo a {
        margin-left: -80px;
    }
}
