/* CIS Latest */
/* Left nav formatting */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
#left-nav,
#left-nav ul,
#left-nav li,
#left-nav a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  font: 400 1em/1em Oswald, Arial, Tahoma;
  position: relative;
}

#left-nav li {
    background: url(../images/icons/orange-triangle-right.png) 0 15px no-repeat scroll;
    margin: 10px 0;
}
    #left-nav ul .integrations-toplevel .menu-level-1 li img {
      width: 100%;
    }

/* First level of nav formatting */
#left-nav {
  width: 21%;
  margin: 2% 0 2% 2%;
  float: left;
  clear: both;
}
  .customers-page2 #left-nav {
    width: 18%;
  }
    .customers-page2 .page-shared-area .all-section {
      width: 76%;
    }
      .customers-page2 .grey-divide {
      margin-bottom: 2%;
      }
        #left-nav > ul > li > a {
          /* padding-right: 40px; */
          font: 400 1.2em/1em Oswald, Arial, Tahoma;
          display: block;
          color: #1a206e;
          border: 0;
          text-transform: uppercase;
          position: relative;
        }
            #left-nav > ul > li > a > span {
              padding: 10px 0 0 15px;
              display: block;
              font-size: 1em;
              font-weight: 300;
            }
                #left-nav > ul > li > a:hover {
                  text-decoration: none;
                }
                    #left-nav > ul > li.active {
                      border-bottom: none;
                    }
                        #left-nav > ul > li.active > a {
                          color: #ff6600;
                        }
                            #left-nav > ul > li.active > a span {
                              background: #1a206e;
                            }
                                #left-nav span.cnt {
                                  position: absolute;
                                  top: 8px;
                                  right: 15px;
                                  padding: 0;
                                  margin: 0;
                                  background: none;
                                }

/* Sub menus */
#left-nav ul ul,
#left-nav ul ul ul {
  display: none;
}

      #left-nav ul ul li {
        margin-left: 5%;
      background-position:  0 10px;
      }
          #left-nav ul ul a {
            padding: 5px 15px;
            display: block;
            color: #000;
            font: 200 1em "Open Sans", Arial, Tahoma;
          }
            #left-nav ul ul ul li {
            margin: 0 5%;
            }

                #left-nav ul ul ul a {
                    color: #F60;
                    font-size: 0.9em;
                }
                  #left-nav ul a:hover {
                    color: #F60;
                  }
                    #left-nav ul ul ul a:hover {
                    color: #000;
                    }


main .page-shared-area .all-section {
width: 73%;
float: right;
}


  main .page-shared-area .all-section h1,
  main .page-shared-area .all-section h2,
  main .page-shared-area .all-section p {
    text-align: left;
    margin: 0;
    padding: 0;
  }

    main .page-shared-area .all-section p {
      font: 200 1.2em/1.2em Calibri,Oswald, Arial, Tahoma;
      color: #000;
      padding: 2% 2% 0 0;
    }



  /* Overides */
    .latest-hub-page #left-nav ul li a.link-1 span.selected,
    .cis-news-page #left-nav ul li a.link-3 span.selected {
      /* use to make background arrow bullet point down */
    }

main .page-shared-area .all-section h4 {
  font-size: 0.9em;
  color: #333;
  font: 400 1em/1em Oswald, Arial, Tahoma;
  display: inline-block;
  text-align: left;
  float: left;
  margin: 10px 0;
}

  main .page-shared-area .all-section .vacancy-shared p {
    font-size: 0.9em;
  }

    .vacancy-shared {
      height: 1px;
      overflow: hidden;
      clear: both;
      padding-top: 10px;
    }
      .vacancy-copy-expand {
        height: 100%;
        padding-bottom: 10px;
      }
        .the-toggle {
          cursor: pointer;
          font: 400 1em/1em Oswald, Arial, Tahoma;
          display: inline-block;
          text-align: left;
          float: left;
          margin: 5px 0;
          background: url(../images/icons/orange-triangle-right.png) 0 3px no-repeat scroll;
          padding-left: 15px;
        }

main .page-shared-area .all-section .vacancy-shared ul,
main .page-shared-area .all-section .vacancy-shared li {
  font: 200 0.9em/1.2em Calibri,Oswald, Arial, Tahoma;
  color: #000;
  text-align: left;
}
  main .page-shared-area .all-section .vacancy-shared ul {
    margin: 0 1%;
    padding: 0 3%;
  }
  main .page-shared-area .all-section .vacancy-shared li {
    padding-left: 0;
  }

main .page-shared-area .section-5 p a {
font: 400 1em/1em Calibri,Oswald, Arial, Tahoma;
color: #F60;
}

/* Latest news specific */
.cis-news-page main .page-shared-area .all-section {
  margin-top: 20px;
}

.sap-news p,
.sap-news img {
  clear: both;
}
 .sap-news img {
    border: 0;
    text-align: left;
    float: left;
  }

    .sap-news .restrict-image-width {
      width: 100%;
      max-width: 640px;
    }
    .sap-news p {
    line-height: 1em;
    }

