/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

h1 {
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

@media screen and (max-width: 930px) {
    h1 {
        font-size: 3rem;
    }
}

.slider .title--h1 {
    font-size: 3.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 1.5rem 2rem;
}

@media screen and (max-width: 930px) {
    .slider .title--h1 {
        font-size: 3rem;
    }
}

.image__item,
.title--h1 {
    font-size: 3.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem 2rem;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 930px) {
    .image__item,
    .title--h1 {
        font-size: 3rem;
    }
}

h2 {
    color: #005288;
    font-size: 2.5rem;
    margin: 3rem 1rem 4rem 0;
    border-bottom: 1px solid #005288;
}

h2.tl {
    margin-right: 6rem;
    margin-bottom: 10rem;
    margin-left: 6rem;
}

@media screen and (max-width: 930px) {
    h2.tl {
        margin: 2rem 3.5rem 0 3.5rem;
    }
}

h2.all {
    margin-right: 6rem;
    margin-left: 6rem;
}

@media screen and (max-width: 930px) {
    h2.all {
        margin: 2rem 3.5rem 0 3.5rem;
    }
}

.title,
.title--h2 {
    font-size: 2.5rem;
}

@media screen and (max-width: 930px) {
    .title,
    .title--h2 {
        font-size: 2rem;
    }
}

h3 {
    color: #005288;
    font-size: 2.5rem;
}

h3.title--footer {
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

h3,
.timeline-item__content {
    margin: 2.3rem 0;
    text-transform: uppercase;
    color: #005288;
}

@media screen and (max-width: 930px) {
    h3.title--timeline,
    .timeline-item__content.title--timeline {
        font-size: 1.6rem;
    }
}

h3 p,
.timeline-item__content p {
    text-transform: none;
}

h3,
.article {
    color: #005288;
    font-size: 2rem;
    margin-bottom: .5rem;
}

h4,
h5 {
    color: #005288;
    font-size: 1.9rem;
    display: inline-block;
    margin: 2rem 0 .5rem 0;
}

p,
th,
td {
    font-size: 1.6rem;
    color: #585858;
    margin: 0 .5rem 2rem 0;
}

@media screen and (max-width: 930px) {
    p,
    th,
    td {
        font-size: 1.4rem;
        line-height: 2;
    }
}

p span,
th span,
td span {
    font-weight: bold;
}

p span.footer-right-text,
th span.footer-right-text,
td span.footer-right-text {
    padding: 0;
    display: inline-block;
}

aside,
article a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
    color: #007DA6;
}

a:hover {
    color: #005288;
}

table,
th,
td {
    border: 1px solid #ddd;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 3rem 0;
}

th,
td {
    padding: 1rem;
}

th {
    text-align: left;
}

ul,
ol {
    font-size: 1.6rem;
    margin-bottom: .5rem;
    color: #585858;
    margin-left: 3.5rem;
}

@media screen and (max-width: 930px) {
    ul,
    ol {
        font-size: 1.4rem;
        line-height: 2;
    }
}

.sub-menu,
.open {
    margin-left: 0;
}

input {
    font-size: 1.4rem;
    padding: 3px 10px;
    text-align: left;
    width: 75%;
    height: 30px;
    margin-bottom: 5rem;
    display: inline-block;
    border: 1px solid #ccc;
}

input::-moz-placeholder {
    color: #005288;
    padding-left: .5rem;
}

input:-ms-input-placeholder {
    color: #005288;
    padding-left: .5rem;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 3px 10px;
    font-size: 1.4rem;
}

input::placeholder {
    color: #005288;
    padding-left: .5rem;
}

input#searchsubmit {
    color: #005288;
    width: 20%;
    padding: 0 .5rem;
    font-weight: bold;
}

input#searchsubmit:hover {
    opacity: .8;
}

.em-booking-form-details {
    max-width: 100%;
}

.em-booking-form input,
.checkbox input {
    font-size: 1.8rem;
    font-weight: 100;
    color: #003C69;
    margin-bottom: 0;
    float: none;
    width: 2rem;
    height: 3rem;
}

#em-booking-submit {
    padding: 2rem 1.5rem;
    background-color: #007DA6;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
}

#em-booking-submit:hover {
    opacity: .7;
}

.searchsubmit {
    float: right;
}

.searchsubmit.btn--submit {
    width: 30px;
    height: 30px;
}

.searchsubmit:hover {
    background-color: #ccc;
    border: none;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
}

html,
body {
    height: 100vh;
    /* fix IE11 */
    min-height: 100%;
    /* fix IE11 */
}

body {
    font-family: 'Helvetica', 'Arial', sans-serif;
    color: #007DA6;
    background-color: #D7DBDD;
    font-weight: 400;
    line-height: 1.8;
    margin: 3rem 0;
    box-sizing: border-box;
}

@media screen and (max-width: 1230px) {
    body {
        background-color: #fff;
        margin: 0;
    }
}

header,
main {
    background-color: #fff;
    max-width: 1220px;
    margin: 0 auto;
}

.shadow-container {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1201px) {
    .shadow-container {
        box-shadow: none;
    }
}

.container,
.main-container {
    max-width: 1220px;
    margin: 0 auto;
}

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

.header {
    position: relative;
}

.navbar-header {
    background-color: #fff;
}

.navbar-header__left {
    float: left;
}

@media screen and (max-width: 1201px) {
    .navbar-header__left {
        float: none;
        display: block;
        top: 0;
        left: 50%;
        border-bottom: 1px solid #ccc;
    }
}

.navbar-header__right {
    float: right;
    text-align: right;
    position: relative;
}

@media screen and (max-width: 1201px) {
    .navbar-header__right {
        width: 100%;
        text-align: center;
        float: none;
        display: inline-block;
    }
}

.logo {
    /* margin: 1rem 1rem 1rem 5rem; */
    margin-left: 5rem;
    margin-top: 3rem;
}

@media screen and (max-width: 580px) {
    .logo {
        margin-left: 1.5rem;
    }
}

.logo__link img {
    max-width: 90%;
    height: 53px;
}

@media screen and (max-width: 1201px) {
    .logo__link img {
        margin-left: 35%;
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 960px) {
    .logo__link img {
        margin: 0;
        text-align: center;
    }
}

.menu-list {
    font-size: 1.6rem;
    list-style: none;
    font-weight: bold;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
}

.menu-list li {
    float: left;
    margin-right: 2rem;
    position: relative;
    line-height: 95px;
}

@media screen and (max-width: 960px) {
    .menu-list li {
        line-height: 1.8;
    }
}

.menu-list li a {
    display: block;
    padding: 1rem 2rem;
    color: #007DA6;
    background-color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 956px) {
    .menu-list li a {
        background-color: #EAEEF0;
    }
}

.menu .menu-list>li ul li a {
    text-transform: none;
    font-size: 1.4rem;
    background-color: white;
}

@media screen and (max-width: 956px) {
    .menu .menu-list>li ul li a {
        background-color: white;
    }
}

.menu .menu-list>li ul {
    border-top: 1px solid #005288;
}

.menu-list a:hover {
    color: black;
}

.menu-list ul {
    background-color: #868484;
    /*background: rgba(255, 255, 255, 0);*/
    list-style: none;
    position: absolute;
    left: -9999px;
}

@media screen and (max-width: 956px) {
    .menu-list ul {
        position: static;
        margin-bottom: 0;
    }
}

.menu-list ul li {
    text-align: left;
    overflow: hidden;
    font-weight: 100;
    width: 100%;
    display: block;
    line-height: 1.8;
}

.menu-list ul li a {
    width: 100%;
    display: block;
    float: none;
}

@media screen and (max-width: 956px) {
    .menu-list ul li a {
        text-align: center;
    }
}

.menu.menu-list--sub__item ul li {
    padding-top: 1px;
    float: none;
}

.menu.menu-list ul a {
    white-space: nowrap;
}

.menu li:hover ul {
    left: 0;
}

.menu li:hover ul a {
    text-decoration: none;
}

a.icon {
    display: none;
}

@media screen and (max-width: 960px) {
    .menu-list__item,
    .menu__sub,
    .menu-list {
        display: none;
    }
    .navbar-header {
        padding-bottom: 0;
    }
    .navbar-header__right {
        margin: 0;
        background-color: #EAEEF0;
    }
    a.icon {
        float: right;
        display: block;
        margin-right: 2rem;
    }
}

@media screen and (max-width: 960px) {
    .menu.responsive {
        position: relative;
    }
    .menu.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .menu.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .menu.responsive,
    .menu-list__item {
        float: none;
    }
    .menu.responsive,
    .menu__sub,
    .menu-list {
        position: relative;
    }
    .menu.responsive,
    .menu-list--sub__item {
        display: block;
        width: 100%;
        text-align: left;
    }
    .menu__toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 30px;
        text-align: center;
        color: #d6d6d6;
        border-left: 1px solid #eee;
        cursor: pointer;
    }
    .menu__toggle:after {
        content: "+";
    }
    .menu__toggle.active:after {
        content: "-";
    }
    .menu-list.open {
        display: block;
        width: 100%;
        position: absolute;
        top: 71px;
    }
    .menu-list.open li {
        float: none;
        margin-right: 0;
    }
    .menu-list.open .menu-list__item {
        display: block;
    }
    .menu-list.open .menu-list__item:hover .menu__sub {
        display: none;
    }
    .menu-list.open .menu-list__item .menu__sub {
        top: 100%;
    }
    .menu-list.open .menu-list__item .menu__sub.opened {
        display: block;
    }
}

.slideshow {
    max-width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

@media screen and (max-width: 1120px) {
    .slideshow {
        margin-top: -7px;
    }
}

.slideshow .slider__item {
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.slick-arrow {
    display: none !important;
}

.image__item {
    background-size: cover;
    top: 0;
    min-width: 100%;
    height: 200px;
}

.body-container {
    max-width: 1220px;
    margin: 0 auto;
}

main {
    width: 100%;
    float: left;
}

@media screen and (max-width: 640px) {
    main {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    main {
        float: none;
        width: 100%;
    }
}

main.main-page {
    width: 100%;
}

article {
    margin-bottom: 13.1rem;
}

aside {
    background-color: #EAEEF0;
    border-left: 1px solid #ccc;
    width: 40%;
    float: left;
    height: auto;
    padding-bottom: 66.9rem;
}

@media screen and (max-width: 1199px) {
    aside {
        padding-bottom: 69.9rem;
    }
}

@media screen and (max-width: 1193px) {
    aside {
        padding-bottom: 70rem;
    }
}

@media screen and (max-width: 1093px) {
    aside {
        padding-bottom: 73rem;
    }
}

@media screen and (max-width: 960px) {
    aside {
        padding-bottom: 76rem;
    }
}

@media screen and (max-width: 944px) {
    aside {
        padding-bottom: 79rem;
    }
}

@media screen and (max-width: 768px) {
    aside {
        float: none;
        width: 100%;
        text-align: center;
        padding: 9rem 0;
    }
}

.article {
    margin: 0 5rem;
    text-align: left;
}

@media screen and (max-width: 930px) {
    .article {
        margin: 0 2rem;
    }
}

.article .container {
    margin: 0 1rem;
}

.timeline #wn {
    position: relative;
    overflow: auto;
    /* for non-javascript */
}

.timeline #wn:focus {
    outline: 1px dotted #eee;
}

.timeline {
    position: relative;
    /* scroll area div must be positioned */
    height: 641px;
    overflow: hidden;
    /* required! */
    max-width: 80rem;
    margin: 0 5rem 5rem 5rem;
    padding: 1rem;
}

@media screen and (max-width: 930px) {
    .timeline {
        margin: 0 .5rem 3rem 2rem;
    }
}

.timeline__body {
    position: relative;
    background-color: #fff;
    margin-left: 14rem;
    padding: .4rem 0;
}

.timeline__body:after {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #005288;
    position: absolute;
    left: .5rem;
    top: 0;
}

@media screen and (max-width: 930px) {
    .timeline__body:after {
        display: none;
    }
}

.timeline__body .timeline-item {
    position: relative;
}

.timeline__body .timeline-item:after {
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 3px solid #007DA6;
    background-color: #fff;
    position: absolute;
    left: -.6rem;
    top: .5rem;
    z-index: 9;
}

@media screen and (max-width: 930px) {
    .timeline__body .timeline-item:after {
        display: none;
    }
}

.timeline__body .timeline-item__time {
    position: absolute;
    left: -13rem;
    top: .1rem;
    font-size: 1.6rem;
    color: #005288;
}

@media screen and (max-width: 930px) {
    .timeline__body .timeline-item__time {
        font-size: 1.3rem;
        color: #fff;
        background-color: #007DA6;
        font-weight: bold;
        padding: .5rem .5rem;
        left: -14rem;
    }
}

.timeline__body .timeline-item__content {
    margin: 1rem 0 1rem 5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #005288;
}

@media screen and (max-width: 930px) {
    .timeline__body .timeline-item__content {
        position: relative;
        margin: 0;
        left: -5rem;
        margin: .5rem 0 .5rem .5rem;
    }
}

.timeline-all {
    height: 100%;
    position: relative;
}

.timeline-all .container-all {
    margin-right: 6rem;
    margin-left: 20rem;
}

@media screen and (max-width: 930px) {
    .timeline-all .container-all {
        margin: 2rem 2rem 0 16rem;
    }
}

#scrollLinks {
    position: relative;
    margin-top: 6px;
}

#scrollLinks .up {
    background: url("../img/two-arrows-up.png") no-repeat center;
    width: 128px;
    height: 128px;
    /* specify width and height of your image */
    position: absolute;
    left: 50%;
    transform: translateX(-26%);
    z-index: 100;
    background-size: 50px 50px;
    top: -800px;
}

@media screen and (max-width: 930px) {
    #scrollLinks .up {
        display: none;
    }
}

#scrollLinks .down {
    background: url("../img/two-down-arrows.png") no-repeat center;
    width: 128px;
    height: 128px;
    /* specify width and height of your image */
    position: absolute;
    left: 50%;
    transform: translateX(-25%);
    bottom: -50px;
    z-index: 100;
    background-size: 50px 50px;
}

@media screen and (max-width: 930px) {
    #scrollLinks .down {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    #scrollLinks .down {
        bottom: -74px;
        transform: translateX(-50%);
    }
}

.sidebar {
    padding-top: 2rem;
    text-align: center;
}

@media (min-width: 1120px) {
    aside .sidebar__body {
        width: 100%;
    }
}

.sidebar-banner__img img {
    margin: 2rem 4rem;
}

@media screen and (max-width: 960px) {
    .sidebar-banner__img img {
        margin: 2rem .2rem;
    }
}

@media screen and (max-width: 768px) {
    .sidebar-banner__img img {
        margin: 2rem 1rem;
    }
}

@media screen and (max-width: 640px) {
    .sidebar-banner__img img {
        margin: 2rem 1rem;
    }
}

.sidebar-banner__img,
.sidebar-banner__body {
    margin: 10rem 4rem;
}

@media screen and (max-width: 768px) {
    .sidebar-banner__img,
    .sidebar-banner__body {
        margin: 0 4rem;
    }
}

@media screen and (max-width: 640px) {
    .sidebar-banner__img,
    .sidebar-banner__body {
        margin: 10rem 4rem;
    }
}

.sidebar-banner--search {
    text-align: center;
    top: 0;
    margin: 0 auto;
    margin-top: 12rem;
}

.wpfc-loading {
    display: none;
}

.fc-day-grid-event,
.fc-h-event,
.fc-event,
.fc-start,
.fc-end {
    background-color: #007DA6 !important;
    border: none !important;
    padding: .5rem .5rem;
}

.fc-title {
    display: block;
    height: 3rem;
}

.fc-title span {
    font-size: 1rem !important;
}

ul#single-nav {
    text-align: center;
    padding-top: 4rem;
}

footer .row {
    background-color: #EAEEF0;
    border-top: 1px solid #ccc;
}

footer .row p {
    font-size: 1.2rem;
    margin-bottom: 0;
}

@media screen and (max-width: 417px) {
    footer .row p {
        font-size: 1rem;
    }
}

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

.footer-left {
    float: left;
    width: 45%;
    display: block;
}

@media screen and (max-width: 960px) {
    .footer-left {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.footer-left-link img {
    margin: 4rem 5.5rem;
}

@media screen and (max-width: 960px) {
    .footer-left-link img {
        max-width: 80%;
    }
}

@media screen and (max-width: 580px) {
    .footer-left-link img {
        margin: 2rem 0;
    }
}

.footer-right {
    float: right;
    margin: 4rem 0;
}

@media screen and (max-width: 960px) {
    .footer-right {
        float: none;
        margin: .5rem 0;
        text-align: center;
    }
}

footer .footer-copy {
    background-color: #003C69;
}

footer .footer-copy--paragraph {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 2.7rem 0;
}

@media screen and (max-width: 930px) {
    footer .footer-copy--paragraph {
        margin: 0 1rem;
    }
}

@media screen and (max-width: 417px) {
    footer .footer-copy--paragraph {
        font-size: .9rem;
    }
}

footer {
    margin-bottom: 4rem;
}

@media screen and (max-width: 1230px) {
    footer {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 960px) {
    footer img {
        text-align: center;
    }
}

.focus-only {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 7px;
    text-align: right;
    font-size: 1.2rem;
    color: black !important;
}

fieldset {
    border: 0;
}

.label_search,
.legend_search {
    display: none;
}

.search-form__text {
    display: inline-block;
    width: 73%;
    padding-left: 1%;
}

.search-form__submit {
    display: inline-block;
    width: 15%;
    margin-left: 1%;
    text-align: center;
    font-weight: bold;
}

footer .row p a {
    color: white;
}

.logo {
    margin-top: 3.5rem;
}

@media screen and (max-width: 1201px) {
    .logo {
        margin-left: 0;
        text-align: center;
        margin-top: 2rem;
    }
    .logo__link img {
        margin-left: 0;
        padding-bottom: 1rem;
    }
}

.wpcf7-form-control.wpcf7-submit.btn {
    background-color: green;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.image__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title--h2 {
    color: transparent;
    border: 0;
    margin: 0;
}