.k-utility-group {
    display: flex;
    flex-direction: row;
}

#header-column-inner {
    flex-direction: column;
    align-items: flex-start;
}

#header-group-nav-inner {
    align-items: flex-start;
}

.utility-icon {
    background: #efefef;
    margin-left: 20px;
    padding: 8px 25px;
    border-radius: 0 0 2px 2px;
    border: 1px solid #e0e0e0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(224, 224, 224);
    border-top: 0;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, .36);
}

.utility-txt {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #57564f;
}

#utility-area {
    /* position: relative; */
}

#header-group-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
}


.utility {
    display: flex;
    flex-direction: row;
}

.k-nav-first-row {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.k-contact-button {
    margin-right: 5px;
    width: 180px;
    height: 54px;
    padding: 10px 5px;
    background-color: #004687;
    color: white;
    /* border-radius: 15px 0 15px 0; */
}

.k-nav-utility-button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    row-gap: 15px;
}

.k-nav-link {
    font-size: 16px !important;
}


/* Second Menu */

[data-script-enabled=true] .dd-content {
    background-color: white;
}

.k-second-nav {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
    position: relative;
    width: 100%;
    font-size: 16px !important;
}

    .k-second-nav a {
        font-size: 14px !important;
        text-decoration: none;
    }

.k-left-nav-container {
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
    row-gap: 5px;
}

.k-right-nav-container {
    flex-basis: 70%;
    row-gap: 15px;
    column-gap: 15px;
    border-left: 2px solid #666666;
    padding-left: 25px;
}

.k-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}

.k-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
}

.k-second-nav-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 15px;
    padding-top: 15px;
}

.k-nav-item-icon {
    width: 70px;
    height: 70px;
    filter: invert(55%) sepia(54%) saturate(528%) hue-rotate(145deg) brightness(100%) contrast(92%);
}

.k-second-menu-heading,
.k-nav-item-heading {
    font-size: 16px;
    font-weight: 600;
}

.k-nav-item-heading {
    text-decoration: underline !important;
}

.k-second-menu-desc,
.k-nav-item-desc {
    font-size: 14px;
    line-height: 1.1;
}

.k-information-link {
    text-decoration: none !important;
    font-size: 14px !important;
}

.k-link-container {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.k-nav-item-container {
    padding-bottom: 15px;
    height: 100%;
}

/* .k-second-nav-item-container:nth-of-type(n)::before {
  content: "";
  border-bottom: 2px solid #ccc;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  margin-top:25px;
  width: 80%;
  align-items: center;
} */
/* 
.k-border-bottom {
  border-bottom: 2px solid #ccc;
} */

/* Footer Styles */

.k-footer-icon {
    width: 50px;
    height: 50px;
}

#footer-nav-b .utility {
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-self: center;
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: 2px solid #fff;
}

    #footer-nav-b .utility a {
        color: #fff;
    }

#footer-group-nav,
#footer {
    background-color: #333333;
}

.copyright {
    margin-top: 15px;
}


@media screen and (max-width: 992px) {
    .k-second-nav {
        flex-direction: column;
        row-gap: 25px;
        padding: 0 5px;
    }

    #js-ctrl-icon-sp {
        margin-left: 0 !important;
    }

    .k-right-nav-container {
        border-left: none;
        border-top: 2px solid #666;
        padding-top: 25px;
        padding-left: 0px;
    }

    .k-grid-2 {
        /* column-gap: 0; */
        gap: 0;
    }

    .k-grid-3 {
        gap: 0;
    }

    .k-contact-button {
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        width: 140px;
        height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .k-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .k-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .k-right-nav-container {
        padding-top: 0;
    }

    .k-second-nav-item {
        border-bottom: 2px solid #ccc;
        padding-top: 20px;
    }

    .k-border-bottom {
        border-bottom: none;
    }

    .k-nav-item-desc {
        line-height: 1.1;
    }

    .k-contact-button {
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        width: 120px;
        height: 40px;
    }
}

@media screen and (max-width: 600px) {
    .k-nav-first-row {
        padding-top: 10px;
        flex-direction: column-reverse;
    }

    .k-grid-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .k-grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .k-second-nav-item {
        border-bottom: 2px solid #ccc;
        margin: 0 20px;
    }

    .k-contact-button {
        display: none;
        margin-right: 15px;
        margin-bottom: 10px;
        font-size: 14px;
        ;
        width: 100px;
        height: 40px;
    }

    #corporate-symbol img {
        width: 120px;
        height: auto !important;
    }

    .k-footer-icon {
        height: 40px;
        width: 40px;
    }

    #footer-group-utility {
        padding: 20px 5px;
    }

        #footer-group-utility .social {
            column-gap: 15px;
        }

            #footer-group-utility .social > li {
                margin: 0 0 8px 0;
            }
}

@media only screen and (max-width: 1000px) {

    #header-group-nav-inner .desc-list-change .location-list,
    #header-group-nav-inner .desc-current-region .location-list {
        display: block !important;
    }
}
