<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import 'WebFonts/WebFont.css';
@import 'navigation.css';
@import 'responsive.css';

/* START TRAVEL NAVIGATION */

.travelNavigation {
    height: 980px !important;
    width: 100%;
    background-color: #F5F5F5;
    padding-top: 30px;
    padding-bottom: 60px;
}

.travelNavigationContainer {
    content: "";
    clear: both;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding: 00px 40px 0px 40px;
    background-color: #F5F5F5;
    box-sizing: border-box;
    display: inline-block;
}

.travelNavigationTreeview {
    width: 500px;
    max-width: 500px;
    margin-right: auto;
    vertical-align: top;
    max-height: 700px !important;
    overflow-x: hidden;
    overflow-y: auto;
}

    .travelNavigationTreeview .css-treeview li {
        line-height: 30px !important;
    }

    .travelNavigationTreeview a {
        color: #444444;
    }

.travelNavigationHeadlineLeft {
    color: #121212;
    text-align: left;
    white-space: nowrap;
}

.travelNavigationHeadlineRight {
    color: #121212;
    text-align: left;
    white-space: nowrap;
}

.travelNavigationFilter {
    width: 100%;
    text-align: left;
    color: #242424;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 14pt;
}

    .travelNavigationFilter p {
        font-size: 11pt;
    }

.travelNavigationFilter1 {
    padding: 0px 0px 0px 10px !important;
    width: 100%;
    margin: 0px;
    vertical-align: top;
}

.travelNavigationFilter input[type="text"], input[type="number"], input[type="date"], input[type="time"], textarea {
    color: #4A4A4A;
    max-height: 41px;
    min-height: 41px;
    height: 41px;
    width: 144px;
    margin: 5px;
    cursor: text;
    font-size: 11pt;
    font-family: MyriadPro-Light;
}

.travelNavigationFilter select {
    background-clip: padding-box;
    border: 1px solid #ced4da;    
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;    
    display: block;
    line-height: 40px;
    color: #000000;
    height: 41px;
    max-height: 41px;
    cursor: text;
    margin-bottom: 24px;
    width: 100%;
    max-width: 450px;
    font-size: 12pt;
    font-family: MyriadPro-Light;
}

.travelNavigationFilterResult {
    width: 97%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 20px;
    float: left;
}

.travelNavigationFilterResultRow {
 margin: 10px -16px;
}

 .travelNavigationFilterResultRow,
 .travelNavigationFilterResultRow &gt; .travelNavigationFilterResultColumn {
  padding: 5px 15px 5px 15px;
 }

.travelNavigationFilterResultColumn {
 float: left;
 width: 375px;
 margin: 13px;
}

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

.travelNavigationFilterResultContent {
 background-color: #ffffff;
 padding: 0px;
 border: solid 1px #e6e6e6;
 height: 300px;
 min-height: 300px;
 max-height: 300px;
 cursor: pointer;
 position: relative;
}

.travelNavigationFilterResultContentImage {
 width: 100%;
 height: 80%;
 overflow: hidden;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}

.travelNavigationFilterResultContent:hover {
 background-color: #F6F6F6;
}

.travelNavigationFilterResultContent img {
 border: solid 1px #AAAAAA;
 width: 100%;
 height: 220px;
 min-height: 220px;
 max-height: 220px;
}

.travelNavigationFilterResultContent h4 {
 font-size: 14pt;
 font-weight: 900;
 margin: 15px 10px -5px 10px;
 text-align:center;
}

.travelNavigationFilterResultContent p {
 font-size: 10pt;
 margin: 15px 10px 5px 10px;
 line-height: 1.15;

}

.travelNavigationFilterFloatTabelCell {
    float: none;
}
/* END TRAVEL NAVIGATION */
</pre></body></html>