body {
  margin: 0;
  font-family: 'Prompt', 'Helvetica', 'Arial', sans-serif;
}

/* Disable boxes around images in IE10 */
a img{
  border: 0px;
}

a {
    color: RoyalBlue;
}

::-moz-selection {
  background-color: #6ab344;
  color: #fff;
}

::selection {
  background-color: #6ab344;
  color: #fff;
}

.qcp-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}


.qcp-content {
    width: 100%;

}
.qcp-body-text {
    margin-left: auto;
    margin-right: auto;
    padding-left:36pt;
    padding-right:36pt;
    height:auto;
    max-width: 800px;

}

.qcp-body-text h2 {
    font-size: 2em;
    font-weight:700;
    color:SeaGreen;
}

.qcp-fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background: #64ffda !important;
  color: black !important;
}

.qcp-mobile-title {
  display: none !important;
}

.qcp-logo-image {
  height: 28px;
  width: 29px;
}

.qcp-header {
  overflow: visible;
  background-color: white;
}

  .qcp-header .material-icons {
    color: #767777 !important;
  }

  .qcp-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
  }

  .qcp-header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
  }

  .qcp-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    order: 1;
    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .qcp-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    justify-content: flex-end;
    width: 800px;
  }

  .qcp-search-box.is-focused + .qcp-navigation-container {
    opacity: 0;
    width: 100px;
  }

  .qcp-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
  }

    .qcp-navigation .mdl-navigation__link:hover {
      border-bottom: 2px solid DarkTurquoise;
    }

.qcp-drawer {
  border-right: none;
}

  .qcp-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
  }

  .qcp-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
  }

  .qcp-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #8bc34a;
  }

  .qcp-drawer .mdl-layout-title {
    position: relative;
    background: #6ab344;
    height: 160px;
  }

    .qcp-drawer .qcp-logo-image {
      position: absolute;
      bottom: 16px;
    }

.logo-font {
  font-family: 'Prompt', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: #767777;
  font-weight: 500;
}

.qcp-banner-image {
    padding-top: 36px;
    padding-bottom: 24px;
}

.qcp-slogan {
  font-size: 36px;
  font-weight: bold;
  padding-top: 32px;
  padding-left: 48px;
  padding-right: 48px;
}

.qcp-sub-slogan {
  font-size: 28px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 48px;
  padding-right: 48px;

}

div.qcp-card-icon {
    background-color: DarkTurquoise;
    padding-top: 24px;
    padding-bottom: 24px;
}

i.qcp-card-icon {
    color: white;
    font-size: 48px;
}

div.qcp-publication-list {
    width:75%;
    padding-left: 10%;
    padding-right: 10%;
    margin-left:auto;
    margin-right:auto;

}

div.qcp-publication-list a {
    font-size: 1.5em;
    color:LightSeaGreen;
}

p.qcp-testimonial-quote {
    padding-bottom: .25em;
    margin-bottom: 0;
}

p.qcp-testimonial-attribution {
    font-style: italic;
}


div.qcp-publication-list a:link { text-decoration: none; }
div.qcp-publication-list a:visited { text-decoration: none; }
div.qcp-publication-list a:hover { text-decoration: underline; }

p.nav-alphabet {
    color: Aquamarine;
    font-size: 2em;
}

.qcp-auto {
  display: inline-block;
  width: 300px;
  overflow: hidden;
}

  .qcp-auto .qcp-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
  }

.qcp-link {
  text-decoration: none;
  color: #8bc34a !important;
}

  .qcp-link:hover {
    color: #7cb342 !important;
  }

  .qcp-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }

.qcp-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

  .qcp-alt-link:hover {
    color: #00bfa5 !important;
  }

  .qcp-alt-link .material-icons {
    position: relative;
    top: 6px;
  }

.qcp-card-container {

}

  .qcp-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
  }

    .qcp-card-container .mdl-card__media img {
      width: 100%;
    }

  .qcp-card-container .mdl-card__title {
    background: transparent;
    height: auto;
  }

  .qcp-card-container .mdl-card__title-text {
    color: black;
    height: auto;
  }

  .qcp-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 56px;
  }

  .qcp-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
  }

  .qcp-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
  }

.qcp-footer {
  background-color: #fafafa;
  position: relative;
}

  .qcp-footer a:hover {
    color: #8bc34a;
  }

  .qcp-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
  }

  .qcp-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
  }

  .qcp-footer .mdl-mega-footer--bottom-section {
    position: relative;
  }

  .qcp-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
  }

  .qcp-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
  }

.qcp-link-menu:hover {
  cursor: pointer;
}

/**** Mobile layout ****/
@media (max-width: 900px) {
  .qcp-navigation-container {
    display: none;
  }

  .qcp-banner-image {
      padding-top: 16px;
      width: 300px;
  }

  .qcp-body-text {
      padding-left:16px;
      padding-right:16px;
  }

  .qcp-title {
    display: none !important;
  }

  .qcp-mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    top: 12px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .qcp-slogan {
    font-size: 24px;
    margin: 0 16px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;

  }

  .qcp-sub-slogan {
    font-size: 18px;
    margin: 0 16px;
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;

  }

  .qcp-fab {
    display: none;
  }

  .qcp-footer .mdl-mega-footer--bottom-section {
    display: none;
  }
}

@media print {
    div.qcp-header {
        display:none; !important
    }
    div.qcp-drawer {
         display:none; !important
     }
 }
