header>*,
footer>* {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

.header_container {
    background-color: #f7f7f7;
}

.TRC_Container {
    display: flex;
    max-width: 100%;
    width: 100%;
}

.TRC_Row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.row_padding {
    padding: 15px 30px;
}

.TRC_Logo {
    width: 20%;
}

.TRC_Menu {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.TRC_Menu_Nav_ul {
    display: flex;
    align-items: baseline;
    padding-top: 10px;
}

.TRC_Menu ul li a {
    color: #595959;
    font-weight: 600;
    font-size: 16px;
}

.menuItem:hover a:first-child {
    color: #17bc01;
    transition: color calc(var(300) 300 * 1ms) cubic-bezier(.42, .01, .58, 1), background-color calc(var(300) * 1ms) cubic-bezier(.42, .01, .58, 1);
    opacity: 1;
    text-decoration: none;
}

.menuItem:hover a .sub_menu_caret {
    color: #17bc01;
    transition: color calc(var(300) 300 * 1ms) cubic-bezier(.42, .01, .58, 1), background-color calc(var(300) * 1ms) cubic-bezier(.42, .01, .58, 1);
    opacity: 1;
    text-decoration: none;
}

.TRC_Menu_Nav ul li {
    display: inline-block;
    margin: 0px 7px;
    height: 50px;
}

.TRC_Menu_Nav ul li ul {
    display: none;
}

.TRC_Logo img {
    max-width: 70% !important;
    max-height: auto !important;
}

.TRC_Menu_btn a {
    background: #ff8a33;
    color: #ffffff !important;
    border: 0px !important;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 23px;
    font-size: 13px !important;
    transition: color .2s, font-size .2s, background-color .2s, background-image .2s, border-color .2s, border-width .2s, border-style .2s, border-radius .2s, box-shadow .2s, opacity .2s, transform .2s;
}

.TRC_Menu_btn a:hover {
    background: #454545 !important;
    color: #ffffff !important;
    text-decoration: none;

}

.sub_menu_caret {
    padding-left: 5px;
}

.menuItem:hover .withDropdown+ul {
    display: block;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    border-radius: 5px;
    z-index: 1000;
    top: 80px;
}

.subMenu {
    background-color: #013547;
}

.menuItem:hover .subMenu li {
    display: flex;
    background-color: #013547;
    margin: 0px;
    padding: 5px 30px;
    align-items: center;
}

.subMenu li a {
    color: #ffffff !important;
    width: 100%;
}

.subMenu li:hover {
    background-color: #416471 !important;
}

.menuItem:hover::before {
    content: " ";
    position: absolute;
    top: 80px;
    width: 10%;
    height: 30px;
    background-color: 0 0;
    z-index: 30;
}

.subMenu li:last-child {
    border-bottom-width: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mobile_toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #59994f;
    padding-left: 20px;
}


.mobile-menu-nav {
    width: 100%;
}

.mobile-menu-ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #003c54;
    max-height: 100vh !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.mobile-menu-nav ul li a {
    color: #ff7107;
    padding: 0 28.5px;
    font-size: 19px;
    font-weight: 400;
    min-height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mobile-menu-nav ul li a:hover,
.mobile-menu-nav ul li a:active {
    background-color: #005470;
    color: #ffffff !important;
    text-decoration: none;
}

.mobile-has-children {
    display: flex;
}

.mobile-text {
    display: flex;
    width: 90%;
}

.mobile-caret {
    display: flex;
    width: 10%;
    justify-content: center;
    align-items: center;
}

.mobile-sub-menu-li a {
    padding-left: 47.5px !important;
}

.mobile-sub-menu {
    display: none;
}

.mobile-menu-li.show .mobile-sub-menu {
    display: block;
}

.mobile-menu-li.show .mobile-has-children .mobile-caret {
    transform: rotate(180deg);
}

.mobile-menu-container {
    display: none;
}


@media (max-width: 1100px) {
    .mobile_toggle {
        display: inline-flex;
    }

    .TRC_Menu_Nav {
        display: none;
    }

    .TRC_Logo img {
        max-width: 200% !important;
        max-height: auto;
    }

    .mobile-menu-container.open {
        display: flex;
        position: fixed;
        z-index: 100;
    }

}

.overflow-hidden {
    overflow: hidden;
}

.menu-toggle-btn.hide {
    display: none;
}

.footer-container:not(.footer-bottom-row) {
    background-color: #013547;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: flex-start;
    margin-bottom: 30px;
}

.footer-top-details {
    display: flex;
    flex-wrap: wrap;
}

.footer-top-row,
.footer-middle-row {
    margin: auto;
    max-width: 1144px;
}

.footer-top-row {
    padding-bottom: 60px;
}

.TRC_col-80 {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.TRC_col-20 {
    display: flex;
    flex-direction: column;
    width: 20%;
}

.footer-details-half {
    display: flex;
    width: 50%;
    flex-direction: column;
}

.TRC_h3 {
    color: #ff8a33;
    margin: 0px;
    font-size: 17px;
}

.footer-details-img img {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 60px;
    border-top-right-radius: 6px;
    width: 95%;
    height: auto;
}

.TRC_footer-details-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    margin-right: 10px;
}

.TRC_details-link {
    color: #ff8a33;
    font-size: 14px;
    text-decoration: none;
}

.TRC_details-link:hover {
    text-decoration: none;
    opacity: 1;
}

.footer-top-links,
.footer-middle-links {
    display: flex;
    flex-direction: column;
}

.footer-quick-links-header,
.footer-location-header p {
    padding: 0px;
    margin: 0px;
    color: #dadada;
    font-size: 22px;
    line-height: 22px;
}

.footer-quick-links-nav li {
    margin: 10px 0px;
}

.footer-quick-links-nav li a,
.footer-location-address-text p,
.footer-location-contact-text a {
    color: #dadada;
    font-size: 16px;
    line-height: 22px;
}

.footer-quick-links-nav li a:hover,
.footer-location-contact-text a:hover {
    color: #3fff69 !important;
    text-decoration: none;
}

.footer-location-contact {
    color: #dadada;
}

.footer-location-address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-location-address-icon {
    width: 16%;
    display: flex;
    justify-content: flex-start;
    font-size: 25px;
    padding-left: 5px;

}

.footer-location-address-text {
    width: 80%;
}

.footer-location-address-text p,
.footer-location-contact-text a {
    font-size: 18px;
}

.footer-location-contact-icon i,
.footer-location-address-icon i {
    color: #ff8a33;
}

.footer-location-contact-split {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    gap: 30px;
}

.footer-location-contact {
    display: flex;
    justify-content: space-evenly;
}

.footer-location-contact-icon {
    width: 20%;

}

.footer-location-contact-icon i {
    border-radius: 50%;
    border-color: #ff8a33;
    border-width: 2px;
    border-style: solid;
    padding: 10px;
}

.footer-location {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.footer-top-details {
    margin-bottom: 30px;
}

.footer-bottom-row {
    background-color: #f2f2f2;
    padding-top: 20px;
}

.legal-copy p,
.footer-REC p,
.footer-oak {
    font-size: 12px;
    color: #2d2d2d;
}

.legal-copy a {
    font-size: 12px;
    color: #017239;
}

.footer-legal {
    display: flex;
    width: 50%;
    flex-direction: column;
}

.footer-REC {
    display: flex;
    width: 25%;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
}

.footer-REC img,
.footer-oak img {
    width: 80%;
    height: auto;
}


.footer-oak {
    display: flex;
    width: 25%;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
}

.footer-bottom-row .footer-row {
    max-width: 1144px;
}

.legal-social a {
    color: #666666;
}

.legal-social a:hover {
    color: #35b95e;
    text-decoration: none;
}

.legal-social {
    display: flex;
    gap: 15px;
}

.footer-middle-links {
    display: none;
}

.footer-location-address-text p{
    color: #fff !important;
    font-size: 16px;
}

@media (max-width: 1100px) {



    .footer-middle-links {
        display: flex;
        width: 19%;
    }

    .footer-top-links {
        display: none;
    }

    .footer-middle-row {
        gap: 1%;
        padding-bottom: 20px;
    }

    .footer-middle-row nav {
        padding-top: 10%;
    }

    .TRC_col-80 {
        width: 100%;
    }

    .TRC_col-20 {
        width: 100%;
        margin-top: 20px;
        display: none;
    }

    .footer-top-details {
        flex-direction: column;
        align-items: center;
    }

    .footer-details-half {
        width: 100%;
        padding-top: 20px;
    }

    .footer-top-row {
        padding-bottom: 0px;
    }

    .footer-location-contact {
        flex-direction: column;
        gap: 20px;
    }

    .footer-location-contact-split {
        gap: 0px;
        padding-left: 15px;
    }

    .footer-top-links .footer-quick-links-ul {
        column-count: 4;
    }

    .footer-quick-links-ul li {
        margin-top: 0px;
    }

    .footer-top-links p {
        margin-bottom: 10px;
    }

    .footer-legal {
        flex-direction: column-reverse;
    }

    .footer-bottom-row .footer-row {
        max-width: none;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-location-address-icon {
        justify-content: flex-start;
        width: 20%;
    }

    .footer-location {
        width: 39%;
        padding-left: 5%;
    }

    .footer-location-address {
        align-items: flex-start;
    }

    .footer-location-address-icon i {
        padding-top: 100%;
    }

}

@media (max-width: 762px) {

    .TRC_Logo img {
        max-width: 360% !important;
    }

    .row_padding {
        padding: 10px 25px;
    }

    .TRC_Menu{
        width: 70%;
    }

    .footer-location-address {
        align-items: center;
    }

    .footer-location-address-icon i {
        padding-top: 0%;
    }

    .footer-location-address-text {
        padding-left: 3%;
    }


    .footer-middle-links {
        display: none;
    }

    .footer-top-links {
        display: flex;
    }

    .footer-location {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-quick-links-ul {
        column-count: 2;
    }

    .footer-legal {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .footer-legal i {
        font-size: 22px;
    }

    .footer-REC {
        width: 100%;
    }

    .footer-oak {
        width: 100%;
    }

    .TRC_col-20 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .footer-location-address-icon {
        justify-content: center;
        width: 20%;
    }

}