/* INSIDE-GREY-BAR */

.grey-bar-inside {
    background-color: #525358;
    height: 13px;
}

.arrow {
    height: 25px;
}

.grey-bar-inside img {
    vertical-align: top !important;
}

ul.pointer {
    list-style-type: none;
    display: inline;
}

li.main-nav-item-pointer {
    display: inline;
}




/* SOLUTIONS */

.solution-icon img {
    width: 58px;
}

.solution-wrapper {
border-top: 1px solid #6E6B6B;
padding-right: 24px;
}

.solution-list {
    float: left;
    padding-top: 10px;
    padding-left: 4px;
    padding-bottom: 20px;
}

.solutions-header {
    padding-top: 10px;
    padding-left: 32px;
    background-color: #525358;
    height: 50px;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
}

.solution-box {
    display: inline-block;
    height: 50px;
}

.solution-icon {
    text-align: center;
}

.solution-name {
    padding-top: 7px;
    padding-right: 0px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #6E6B6B;
    letter-spacing: 0px;
    line-height: 15px;
}

@media screen and (max-width:993px){
.solution-name {
    float: none;
    text-align: center;

}

.solution-list-item {
    float: none;
   
}
}
.solution-description {
    color: #6E6B6B;
    line-height: 20px;
    font-size: 13px;
    padding-top: 5px;
    padding-left: 10px;
    font-weight: 100;
}

.solution-list-item {
    margin-top: 5px;
    float: left;
    width: 99%;
}

.solution-list-item-last {
    margin-bottom: 15px;
}

.story-link {
    cursor: pointer;
    margin-top: 4px;
}
    
  
/* MOBILE-NAV*/  
    
    
.mobile-nav {
    text-align: center;
    margin-top:5px;
}

.mobile-nav a{
    text-decoration: none;
}
   
.mobile-nav-item {
    display: block;
    width:100%;
    border-bottom: 2px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
    color: #969696;
    background-color: #ECECEC;
    letter-spacing: 0.5px;
}

.topbar {
    border-top: 2px solid #525358;   
}
.fixed {
    margin-top: 20px;
    text-align: center;
}

.grey-bar-mobile {
  background-color: #525358;
  height: 2px;
}



@media only screen and (min-width: 993px){
    
.mobile-nav  {
    display: none;
}

.grey-bar-mobile {
    background-color: #525358;
    height: 2px;
    display: none;
}
}

@media only screen and (max-width: 993px){
.grey-bar-home, .grey-bar-inside {
    display: none;
}
}


/*NAVMAIN*/

.main-nav-items {
    height: 23px;
}

.main-nav-items a {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #969696;
    white-space: nowrap;
}

.selected {
    background-color: #ECECEC;
}

.selected a {
    color: #444c51 !important;
}

.main-nav-item {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 14px;
    padding-right: 12px;
    padding-left: 12px;
}


@media screen and (max-width:1098px){
.main-nav-item {
    padding-right: 3px;
    padding-left: 3px;
}
}   


