.grid {
    margin: 0;
    padding: 0;
}

.grid:before,
.grid:after {
    content: "";
    display: table;
    clear: both;
}

@media(min-width:640px) {

    .grid>* {
        float: left;
    }

    .width-1-3 {
        width: 33.33333%;
    }

    .width-2-3 {
        width: 66.66666%;
    }

    .grid-large {
        margin-left: -60px;
    }

    .grid-large>* {
        padding-left: 60px;
    }
}

.as-main-title {
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 30px;
    color: #33443e;
}

@media(min-width:980px) {
    .as-main-title {
        font-size: 64px;
        margin-bottom: 40px;
    }
}

.as-content {
    padding: 70px 0;
}

.container-at {
    max-width: 1520px;
    padding: 0 40px;
}

.container-accordion+.container-accordion {
    margin-top: 40px;
}

.container-accordion+.container-accordion {
    margin-top: 40px;
}

@media(min-width:980px) {
    .container-accordion+.container-accordion {
        margin-top: 60px;
    }
}

*+.ba-accor {
    margin-top: 40px;
}

@media(min-width:980px) {
    *+.ba-accor {
        margin-top: 60px;
    }
}

.intro {
    text-align: center;
    max-width: 980px;
}

.overview-section {
    max-width: 700px;
    margin: 40px auto;

}

.bold {
    font-weight: bold;
}

.smaller {
    font-size: 70%;
}

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

.nolist li {
    margin: 0;
    padding: 0;
}

.text-center {
    text-align: center;
}

.arrival-btn {
    cursor: pointer;
}

.arrival-btn span {
    position: relative;
    z-index: 2;
}

.overview-table {
    font-size: 20px;
    width: 100%;
    border-collapse: collapse;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0 0 30px 0;
}

.overview-table td {
    padding: 10px 20px;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

@media(min-width:980px) {
    .overview-table td {
        padding: 15px 60px;
    }
}

.overview-table td+td {
    padding-left: 0;
    border-left: 0;
}

.overview-table tr:first-child td {
    padding-top: 20px;
}

.overview-table tr:last-child td {
    padding-bottom: 20px;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border: 1px solid #ccc; }

	td {
		/* Behave  like a "row" */
		border: none !important;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
        text-align: center;
	}

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

    .overview-table td+td {
        padding-left: 20px;
        border-left: auto;
    }

}


.note-small {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ba-accor {
    border: 1px solid;
}

.ba-accor dt {
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}

.ba-accor dd {
    overflow: hidden;
    max-height: 0;
    transition: .25s;

    border: 0;
    box-sizing: border-box;
}

.ba-accor dd .inner {
    padding: 20px 30px;
}

.ba-accor dt.active {
    border-bottom: 1px solid;
}

.ba-accor dt.active+dd {
    max-height: 600px;
}

.ba-accor dt {
    font-size: 20px;
    padding: 30px;
    position: relative;
}

.ba-accor dt:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto 5% auto auto;
    border-width: 6px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    transition: .25s;
}

.ba-accor dt.active:after {
    transform: rotate(180deg);
}

.ba-accor dd+dt {
    border-top: 1px solid;
}

.checkinvideos {
    padding: 50px 0;
}

.civ-title {
    color: #33443e;
    font-weight: normal;
    font-size: 42px;
    margin: 0 0 30px 0;
}

.civ-intro-text {
    max-width: 1100px;
    margin: 0 0 40px 0;
}



.civids {
    border-bottom: 1px solid;
    border-right: 1px solid;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.civids:before,
.civids:after {
    content: "";
    display: table;
    clear: both;
}

.civids li {
    border-left: 1px solid;
    border-top: 1px solid;
    margin: 0;
    padding: 30px 20px 40px;
    box-sizing: border-box;
    margin: -1px auto 0 -1px;
}

.civis li:last-child {
    border-right: 1px solid;
}

.civids li img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
    max-height: 200px;
    margin-bottom: 30px;
}

.civids .item-description {
    margin-top: 25px;
    text-align: left;
}

@media(max-width:639px) {
    .civids li {
        width: 100% !important;
    }
}

@media(min-width:640px) {
    .civids li {
        float: left;
        width: 50%;
    }
}

@media(min-width:1025px) {
    .civids li {
        float: left;
        width: 33.33333%;
        width: calc(100% * 1 / 3.001);
        padding: 60px 40px;
        border-bottom: 0;
    }
}

.vid-tit {
    color: #33443e;
    margin: 0 auto 20px;
    font-size: 20px;
    font-family: din-2014, Arial, serif !important;
    font-weight: 700;
    max-width: 85%;
    min-height: 46px;
}

.lity {
    z-index: 99999;
}

.lity-close {
    margin: 10px;
}

.slidetabs {
    border-style: solid;
    border-width: 1px 0;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 0;
}

.nolist.slt-tabs {
    margin-bottom: 30px;
}

.nolist.slt-tabs li {
    display: inline;
}

.slt-tabs li a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 2px solid transparent;
    padding: 0 20px;
}

.slt-tabs li.active a {
    font-weight: bold;
    border-bottom: 2px solid rgb(214, 163, 54);
}

.container-slt-slider {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 800px;

}

.slt-slider-panel {
    font-size: 16px;
    padding: 30px 0;
}

.slt-slider-panel p {
    font-size: 16px;
    margin-bottom: 20px;
}

.slt-title {
    font-family: Basis-Grotesque-Black, Arial, sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #33443e;
    text-align: right;
    margin: 0;
    text-transform: none;
    word-wrap: normal;
}

.slick-dots li {
    width: 24px;
}

.slick-dots li button::before {
    visibility: hidden;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 2px solid #33443e;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #33443e;
}

