#cancer-description {
  background: #f4f4f4;
  padding: 50px 0; }
  #cancer-description #section-links {
    background: #13588e;
    padding: 0px; }
    #cancer-description #section-links p {
      color: white;
      margin: 20px; }
    #cancer-description #section-links h2 {
      font-family: 'VAG Rounded Regular';
      color: white;
      padding: 20px;
      line-height: 130%; }
    #cancer-description #section-links ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #cancer-description #section-links ul li {
        margin: 0 0 1px 0; }
        #cancer-description #section-links ul li a {
          display: block;
          background: rgba(255, 255, 255, 0.2);
          padding: 10px 20px;
          color: white; }
          #cancer-description #section-links ul li a:hover {
            text-decoration: none;
            background: #57b4df; }

#specialists {
  padding: 80px 0;
  text-align: center;
  text-decoration: none; }
  #specialists:hover {
    text-decoration: none; }
  #specialists hr {
    margin: 30px auto 50px auto;
    max-width: 25%;
    border-top: 1px solid #ccc; }
  #specialists a {
    margin-bottom: 15px; }
    #specialists a:hover {
      text-decoration: none; }
    #specialists a .persontext {
      text-align: left;
      padding: 20px 20px 27px 20px; }
      #specialists a .persontext h3 {
        font-family: 'VAG Rounded Regular';
        text-align: left;
        margin: 0; }
      #specialists a .persontext h4 {
        color: #13588e;
        margin: 0; }
      #specialists a .persontext p {
        color: #57b4df;
        margin: 10px 0; }
    #specialists a img {
      height: auto;
      width: 100%;
      display: block;
      min-height: 150px; }

#download {
  padding: 30px 0;
  border-top: 1px solid #ccc; }
  #download .resources a {
    display: block;
    line-height: 32px;
    font-weight: 400;
    padding: 10px 0;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 1px;
    letter-spacing: 0; }
    #download .resources a .icon {
      display: inline-block;
      vertical-align: bottom;
      opacity: 0.6;
      margin-right: 10px;
      font-size: 24px; }
    #download .resources a:hover {
      text-decoration: none;
      color: #57b4df; }
    #download .resources a span {
      float: left;
      max-width: 90%;
      vertical-align: middle; }
  #download .support {
    padding-top: 30px; }
    #download .support ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #download .support ul li a {
        display: block;
        display: block;
        padding: 10px 0;
        height: 75px !important;
        vertical-align: middle;
        transition: all 0.5s ease;
        background: rgba(255, 255, 255, 0.1);
        margin-bottom: 1px; }
        #download .support ul li a:hover {
          text-decoration: none;
          color: #57b4df; }
        #download .support ul li a span.thumb {
          float: left;
          background: white;
          margin-right: 10px;
          height: 75px; }
        #download .support ul li a span {
          float: left;
          line-height: 70px; }
        #download .support ul li a img {
          display: block;
          height: 100%;
          width: auto; }
