#item_links_list, #item_links_content {
    display: none;
}

.bag_active {
    display: block;
}

.travel_essentials_centre_main_container {
    margin-bottom: 100px;
}

.travel_essentials_centre_header {
    font-weight: bold;
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 5px;
}

.travel_essentials_centre_header_subtext {
    font-weight: 200;
}

.travel_essentials_centre_full_container_grey {
    background-color: #F9F9F9;
}

.travel-essentials-centre-top-content {
    margin-top: 50px;
    margin-bottom: 40px;
}

.travel-essentials-centre-content-header {
    margin-bottom: 20px;
    font-size: 20px;
    color: #1D2135;
}

.travel-essentials-centre-content-regular {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #707070;
}

.travel-essentials-centre-button-container {
    margin-bottom: 40px;
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}

.travel-essentials-centre-button-pink {
    background-color: #E9038B;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.travel-essentials-centre-important-notice {
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #8B4EA9;
}

.travel-essentials-centre-semibold {
    font-weight: 600;
    color: #1D2135;
}

.travel-essentials-centre-a-link {
    color: #813F98;
    cursor: pointer;
    text-decoration: underline;
}

.travel-essentials-centre-item-links {
    border: 1px solid #D6D6D6;
    padding: 10px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    height: 50px;
}

.travel-essentials-centre-item-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 17px;
}

.travel-essentials-centre-item-links-active {
    box-shadow: inset 0 0 0 2px #813F98;
}

.travel-essentials-centre-item-links:hover {
    box-shadow: inset 0 0 0 2px #813F98;
}

.travel-essentials-centre-item-links:hover .travel-essentials-centre-fa-container {
    color: #813F98;
}

.travel-essentials-centre-item-container {
    margin-bottom: 50px;
    margin-top: 50px;
}

.travel-essentials-centre-fa-container {
    text-align: center;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
}

.travel-essentials-centre-sub-links {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #8B4EA9;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.travel-essentials-centre-sub-links:hover {
    text-decoration: underline;
}

.table-bordered > tbody > tr {
    border-bottom: solid 1px #d9d8d8;
}

.table > tbody > tr {
    border-bottom: solid 1px #d9d8d8;
}


p > a {
    font-weight: 600;
}

.travel_essentials_centre_page_header {
    color: #813F98;
}

/*API CONTENT*/

.bag_links {

}

.api_content {
    margin-bottom: 30px;
    margin-top: 30px;
}

.api_content > h4 {
    color: #813F98;
    padding-bottom: 10px;
    padding-top: 10px;
}

.api_content > div > h4 {
    color: #813F98;
    padding-bottom: 10px;
    padding-top: 10px;
}

.api_content > h1 {
    color: #813F98;
}

.api_content > table > tbody > tr > td > img {
    margin-top: 13px;
}

.api_content > table > tbody > tr > td > h3 > b {
    margin-left: 10px;
}

.api_content > table > tbody > tr > td {
    border: none !important;
}

.api_content > table > tbody > tr > th {
    border: none !important;
}

.api_content > table {
    border: none !important;
}

.api_content > p > img {
    width: 100% !important;
}

#travel_essentials_centre_page_content > .section > .container {
    width: 100% !important;
}

/*END API CONTENT*/

/* TEMPLATE CLASSES */

.te-full-image {
    width: 100%;
}

.te-heading {
    font-weight: bold;
    font-size: 20px;
}

.te-sub-heading {
    font-weight: bold;
    font-size: 15px;
}

.te-card {
    border: 1px solid #D6D6D6;
    padding: 10px;
    border-radius: 5px;
}

.te-card-icon-container {
    width: 40px;
    height: 40px;
    padding: 7px;
    border-radius: 20px;
    color: white;
}

.icon-color-pink {
    background-color: #DA1984;
}

.icon-color-orange {
    background-color: #F9A11B;
}

.icon-color-purple {
    background-color: #813F98;
}

.icon-color-blue {
    background-color: #53C2EB;
}

.icon-color-green {
    background-color: #5ABA47 ;
}

.icon-color-pink2 {
    background-color: #E86CA9;
}

.te-card-icon {
    width: 100%;
    height: 100%;
}

.te-card-title {
    position: relative;
    top: 15px;
    width: calc(100% - 54px);
}

/* END TEMPLATE CLASSES */