html {
    .utility_nav.mobile {
        .today_text {
            display: flex;

            .middle_content.today {
                margin-left: 20px;

                .item {
                    span {
                        font-family: transat;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        letter-spacing: 0.15px;
                    }
                }
            }
        }
        .middle_content.default {
            flex-wrap: wrap;
            > div:first-of-type {
                display: none;
            }
            .item {
                padding-top: 4px;
                padding-bottom: 4px;
                align-items: center;
                a {
                    &:after {
                        display: none;
                    }
                    background-color: #faa41a;
                    border: 2px solid #faa41a;
                    color: #41463f;
                    padding: 4px 15px;
                    border-radius: 30px;
                }
            }
        }
        a.orange_button {
            display: none!important;
        }
    }
    .desktop_menu {
        .utility_nav {
            .middle_content {
                a {
                    text-decoration: underline!important;
                    &:hover {
                        text-decoration: none!important;
                    }
                }
            }
        }
    }
    .sub-subpage-header .row .header_image {
        @media(max-width: 640px) {
            max-width: 300px;
        }
    }
}