header .mot-desc{
background: #fafafa;
padding: 1em 0px 2em;
    color: #222;
}
header .mot-desc p{
    max-width: 520px;
    margin: 0px auto;
  
}


/* ---
NAV MOT

--- */
nav.mot{
    border-top:1px solid #ccc;
height: 32px;
max-width: 1200px;
margin: 0 auto 2rem;
border-top: 1px solid #ccc;
    background: #fff;
    
    
}
nav.mot ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    z-index: 2000;
    text-transform: uppercase;

}

nav.mot ul li {
    display: inline-block;
    position: relative;
    margin-top:0;
   
}

@media screen and (max-width: 768px) {
  nav.mot ul li {
      font-size: 0.8em;
      
}
}

nav.mot li ul {
    display: none;
    max-height: 300px;
    overflow-x: hidden;
    width:280px;
    font-size: 0.8em;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
nav.mot li ul li{
     display: block;
    text-align: left;
}
nav.mot ul li a {
    display: block;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    white-space: nowrap;
    
}
nav.mot ul li a:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
}

nav.mot li:hover ul {
    display: block;
    position: absolute;
}

nav.mot li:hover li {
    float: none;
}

nav.mot li:hover a {
    background: #fff;
}

nav.mot li:hover li a:hover {
    background: #eee;
}

nav.mot li ul li {
    border-top: 0px;
}
        
nav.mot i{
    font-size: 0.8em;
}

nav.mot li.selected a{
    color:#ff4749;
}
nav.mot li.selected ul li a{
    color:#222;
}
nav.mot li ul li.selected a{
    color:#ff4749;
}
.mot-type {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 1em 0 0 0;
}
.mot-type a {
    text-decoration: none;
}