ul.list-inline.social-list.mb24 {
    display: none;
}

/*  THIS ENABLES THE MENU TOGGLE TO BE SEEN IN MOBILE  */

@media screen and (max-width: 768px){
    .logo {
        max-width: 75%;
        max-height: 75%;
}

.module.right, .module-group.right {
    float: right;
}

p, span {
    font-weight: 400;
    font-size: 16px!important;
}


nav-bar, .nav-bar .module-group, .nav-bar .module {
    height: fit-content;
    overflow: visible;
}
.nav-bar {
    height: 72px;
    line-height: initial!important;
}

@media only screen and (max-width: 768px) {
  .logo {
    content: url("https://notc.ca/wp-content/uploads/2020/10/ptdtc-red.png");
  }
}

.module.widget-handle.mobile-toggle {
    line-height: 70px;
    max-height: 107px;
}

.ti-menu:before {
    content: "\e68e";
    color: black;
}

html, body {
    overflow-x: visible;
}

nav.transparent .menu > li > a, nav.transparent .module.widget-handle i, nav.transparent .nav-utility {
    color: #bd1f32;
}
