/*
Custom styles for TEL Help Centre
on Teamwork Desk platform
*/

/*------------------------------------------------*/
/*---------------------HEADER---------------------*/
/*------------------------------------------------*/

body{
    font-family: 'IBM Plex Sans',sans-serif !important;
}
a:hover,
a:focus {
  text-decoration: none;
}

.flexContainer 
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    padding-left: 0px;
    padding-bottom: 20px;
    
}
.flexContainer.top-banner 
{
background-color:#fff;
height: auto;
}
.header-title-logo
{
    background-image: url(https://images.squarespace-cdn.com/content/v1/641865b61ca40645cbd4c302/58d16a30-848c-4476-a157-891fd0d76651/MTU_Logo_Black_300dpi.png?format=1500w);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 300px;
}
.header-nav {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: right;
    margin-left: auto;
    padding: 1vw;
    font-size: 18px;
}
.header-nav-list {
    display: inline-flex;
    flex-wrap: wrap;
}
.header-nav-item {
    position: relative;
    padding-left: 2vw;
}
.nav-link a {
    color: #100f0f;
}
.nav-link.active a {
    color: #0098d7;
}
.header-banner{
    width: 100%;
    padding:30px;
    display: grid;
    position: relative;
    row-gap: 11px;
    column-gap: 11px;
    background-color: #401f63 ;
    color:#fff;
    margin-bottom: -1px;

}
.headerContainer{
    grid-area: 1/2/4/14;
    z-index: 1;
}
.linksContainer{
    grid-area: 1/21/4/26;
    z-index: 3;
    padding-top: 15px;
}
.sqs-block {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
}
.flexContainer.stickyHeaderText {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1.4em;
    font-size: 28px;
    font-family: 'IBM Plex Sans',sans-serif;
}
.headerLinks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.flexContainer.iconContainer {
    flex-direction: column;
    padding: 0px;
}
.flex-item.icon.canvasheader{
    background-image: url(https://images.squarespace-cdn.com/content/v1/641865b61ca40645cbd4c302/9f8aa9f0-a630-4086-895e-ad15dabf8ed2/canvas-header.png);
    background-position: center center;
}
.flex-item.icon.zoomheader {
    background-image: url(https://images.squarespace-cdn.com/content/v1/641865b61ca40645cbd4c302/2e147501-9876-4d45-b0bf-5164cf4f42d9/zoom-header.png);
    background-position: center center;
}
.flex-item.icon {
    min-width: 40px;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 0px;
}
.icon {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    box-sizing: content-box;
    line-height: 1;
}

.flex-item.flexText {
    padding: 0px;
    padding-top: 8px;
    font-size: 18px;
    color: #fff;
}
.flex-item.flexText  a {
    color: #FFF !important;
    text-decoration: none !important;
  }
  .flex-item.flexText  a:hover {
  color: #FFF !important;
  text-decoration: none !important;
}
.flex-item.flexText  a:focus {
  color: #FFF !important;
  text-decoration: none !important;
}

/*------------------------------------------------*/
/*--------------------NAV MENU--------------------*/
/*------------------------------------------------*/

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding-right: 30px;
}
.nav-item {
    margin-left: 5rem;
}
.hamburger {
    display: none;
}
.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}
a.nav-link  {
    color: #000 !important;
    font-size: 18px;
  }
/*------------------------------------------------*/
/*-------------------SEARCH BAR-------------------*/
/*------------------------------------------------*/
.search-inner, .search--row {
    background-color: transparent;
    padding-bottom: 30px;
}

/*------------------------------------------------*/
/*------------------HOME SECTIONS-----------------*/
/*------------------------------------------------*/
.articles--group {
    padding: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: transparent !important;
}
.articles--group .section-header {
    background-color: #401f63;
    padding: 20px;
    border-radius: 4px;
}
.articles--group .section-header h3 a{
    color:#fff;
}
.articles--group .list-links {
    padding-left: 40px;
    list-style: square;
}
.articles--group .list-links li {
    max-width: 80%;
}

.btn{
    height: 100%;
    display: flex;
    font-size: 18px;
    text-align: center;
    padding: 1rem 2rem;
    flex-direction: column;
    flex-wrap: wrap;
    width: 48%;
    align-content: center;
    margin-top: 30px;
    border-color:transparent;
    color: #fff;  
}
.btn-default {
    height: 100%;
    display: flex;
    font-size: 18px;
    text-align: center;
    padding: 1rem 2rem;
    background: #e5a41e;
    flex-direction: column;
    flex-wrap: wrap;
    width: 48%;
    align-content: center;
    margin-top: 30px;
    border-color:transparent;
    color: #fff;
}
.buttons-hold a {
    color: #fff;
}

/*------------------------------------------------*/
/*---------------------FOOTER---------------------*/
/*------------------------------------------------*/

.footerContainer{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    background-color: #401f63 ;
    color:#fff;
    padding: 30px;
    padding-bottom: 0px;
    margin-top: 20px;
 
    }
    .flexContainer.footer {
        display: flex;
        flex-direction: row;
        padding: 30px;
    }
    .flexContainer.socials {
      flex-direction: column;
    }
    .sqs-block {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    }
    .footerWidgetOne h3{
      font-size: 36px;
      margin-top: 0px;
      margin-bottom: 5px;
    }
    .footerWidgetOne h4{
      font-size: 26px;
      margin-bottom: 30px;
      margin-top: 0px;
    }
    .footerWidgetOne p{
      font-size: 18px;
      line-height: 0.8;
    }
    .footerWidgetTwo{
      display:flex;
      flex-direction: row;
    }
    .socialText {
      text-align: center;
    }
    .socialText h4{
      font-size: 26px;
      margin-bottom: 20px;
      margin-top: 0px;
    }
    .socialContainer{
      width: 50px;
      height: 50px;
      margin-left: 1vw;
    }

/*------------------------------------------------*/
/*-------------------MODAL POPUP------------------*/
/*------------------------------------------------*/

    .modal-footer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
    }


    .modal-header {
        background-color: #401f63;
        padding: 20px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .close {
        color: #fff;
        opacity: 1;
    }
    .col-labels{
        color:#000;
    }

/*------------------------------------------------*/
/*-------------------CATEGORIES-------------------*/
/*------------------------------------------------*/

.search--row.search-inner {
    padding: 20px;
}

.search--row.search-inner .search-form {
    width: 83.33333%;
    margin-left: 8.33333333%;
    margin-right: 8.33333333%;
}

.search--row.search-inner .search_input{
    width: 100%;
    height: 58px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    background-image: url(../images/icons/i-search.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 0 10px 0 57px;
    color: #555;
    font-size: 20px;
    font-weight: normal;
    outline: none;
}

.search--row.search-inner .row-content {
    display: none;
}
.search--row .history-path {
    display: none;
}
.category--structure {
    border-bottom: none;
}
.category--structure .right-content header {
    padding-bottom: 10px;
    margin: 0 0 22px;
    background-color: #401f63;
    padding: 20px;
    border-radius: 4px;
}
.category--structure .right-content header h2{
    color: #fff;
    font-family: 'IBM Plex Sans',sans-serif !important;
}
/*------------------------------------------------*/
/*--------------------ARTICLES--------------------*/
/*------------------------------------------------*/
.article--structure {
    border-bottom: none;
}

.article--structure .article-header {
    padding-bottom: 10px;
    margin: 0 0 22px;
    background-color: #401f63;
    padding: 20px;
    border-radius: 4px;
}
.article-header h2 {
    color: #fff;
}
.article--structure .article-body{
    padding-bottom: 0px;
}
.article--structure .article-footer {
    background: none;
}

/*------------------------------------------------*/
/*-----------------MOBILE STYLING-----------------*/
/*------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px ) {
    .flexContainer.iconContainer{
        padding:5px;
    }
    form{
        position: absolute;
        margin-top: 65px;
        width: 90%;
    }
    .search--row .search-form {
        margin-top: 0px;
    }
    .article--structure .left-content{
        display: block;
        border-right: none;
    }
    .article--structure .right-sidebar{
        display: block;

    }
    .flexContainer.socials {
        align-items: flex-start;
        padding-left: 30px;
    }
}
@media only screen and (max-width: 767px) {
    body{
        margin: 0px;
      }
      .mainHeader{
        z-index: 1;
      }
      .header-title-logo.active{
        background-image: url("https://images.squarespace-cdn.com/content/641865b61ca40645cbd4c302/39d1f7e8-84c0-48a6-9d9a-90faa9100a4e/MTU+Logo+PNG+White.png?content-type=image%2Fpng");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 100px;
        width: 300px;
        position: relative;
        z-index: 11;
      }
    .nav-menu {
          position: fixed;
          left: -100%;
          top: -1rem;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          background-color: #fff;
          width: 100%;
          transition: 0.3s;
          height: 100%;
      }
  
      .nav-menu.active {
          left: 0;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          padding-left: 15%;
          z-index: 10;
          background-color: #401f63;
          height: 100%;
      
      }
  
      .nav-item {
        margin: 0;
        color: #fff;
        text-align: left;
        padding-bottom: 10px;
      }
      a.nav-link  {
        color: #fff !important;
        font-size: 4.5rem;
      }
  
      .hamburger {
          display: block;
          cursor: pointer;
          z-index: 11;
      }
      .hamburger.active .bar:nth-child(2) {
          opacity: 0;
          background-color: #fff;
      }
  
      .hamburger.active .bar:nth-child(1) {
          transform: translateY(8px) rotate(45deg);
          background-color: #fff;
      }
  
      .hamburger.active .bar:nth-child(3) {
          transform: translateY(-8px) rotate(-45deg);
          background-color: #fff;
      }
    .header-banner{
        display: flex;
        flex-direction: column;
    }
    .header-nav-list{
        display:none;
    }
    .flexContainer.stickyHeaderText {
        font-size: 20px;
        padding-top: 20px;
        align-items: center;
    }
    
    .flex-item.flexHeadText{
        padding-right: 0px;
        text-align: center;
        padding-bottom: 15px;
    }
    
    .header-title-logo {
       max-height: 100px;
    }
    .articles--group{
        width: 100%;
        padding: 0px !important;
    }
    .buttons-hold{
        justify-content: center;
        display: flex;
    }
    .btn-default{
        width: 80%;
    }
    .modal-footer .btn-default{
        width: 48%;
    }
    .section-content{
    margin-top: 30px;
    }
    .articles--group .list-links{
        padding-left: 40px;
    }
    .flexContainer.footer{
        padding: 0px; 
    }
    .footerWidgetOne h3{
        font-size: 28px;
    }
    .footerWidgetOne h4{
        font-size: 20px;
    }
    .footerWidgetOne p{
        line-height: 1.2; 
    }
    .flexContainer.socials{
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
    .socialText h4 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    svg:not(:root){
        width: 30px;
    }
    form{
        position: absolute;
        margin-top: 65px;
        right: 20px;
        left: 20px;
        width: 90%;
    }
    .search--row .search-form {
        margin-top: 0px;
    }
    .form-control.input-sort{
        margin-top: 2px !important;
    }
    .article--structure .article-body{
        word-wrap: break-word;
    }
  }