.cherry-tangerine-underline {
  position: relative;
}
.cherry-tangerine-underline:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(30deg, #c9312a 10%, #f1b75e 90%);
}

.grape-rose-underline {
  position: relative;
}
.grape-rose-underline:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(30deg, #6f38ae 10%, #dc6069 90%);
}

.blueberry-lime-underline {
  position: relative;
}
.blueberry-lime-underline:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(30deg, #0573ae 10%, #cbe771 90%);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.CMS-developer-portal-logo {
  text-decoration: none;
}

.main-nav ul {
  list-style-type: none;
}
.main-nav ul li {
  display: inline-block;
  margin-left: 32px;
}
.main-nav ul li a {
  color: #323a45;
  text-decoration: none;
}

@media only screen and (max-width: 544px) {
  .main-nav {
    display: none;
  }
}
.subnav {
  position: sticky;
  top: 24px;
}
.subnav ul li {
  margin-bottom: 16px;
}
.subnav ul li a {
  color: #323a45;
  text-decoration: none;
  transition: padding 0.5s ease;
  position: relative;
}
.subnav ul li a:hover,
.subnav ul li a:focus,
.subnav ul li a:active {
  padding-left: 8px;
}
.subnav ul li.active a {
  padding-left: 8px;
}
.subnav ul li.active .cherry-tangerine-link {
  position: relative;
}
.subnav ul li.active .cherry-tangerine-link:before {
  content: "";
  position: absolute;
  left: -8px;
  width: 4px;
  height: 100%;
  background: linear-gradient(30deg, #c9312a 10%, #f1b75e 90%);
}
.subnav ul li.active .grape-rose-link {
  position: relative;
}
.subnav ul li.active .grape-rose-link:before {
  content: "";
  position: absolute;
  left: -8px;
  width: 4px;
  height: 100%;
  background: linear-gradient(30deg, #6f38ae 10%, #dc6069 90%);
}
.subnav ul li.active .blueberry-lime-link {
  position: relative;
}
.subnav ul li.active .blueberry-lime-link:before {
  content: "";
  position: absolute;
  left: -8px;
  width: 4px;
  height: 100%;
  background: linear-gradient(30deg, #0573ae 10%, #cbe771 90%);
}
.subnav .cherry-tangerine-link:hover,
.subnav .cherry-tangerine-link:focus,
.subnav .cherry-tangerine-link:active {
  position: relative;
}
.subnav .cherry-tangerine-link:hover:before,
.subnav .cherry-tangerine-link:focus:before,
.subnav .cherry-tangerine-link:active:before {
  content: "";
  position: absolute;
  left: -8px;
  width: 4px;
  height: 100%;
  background: linear-gradient(30deg, #c9312a 10%, #f1b75e 90%);
}
.subnav .grape-rose-link:hover,
.subnav .grape-rose-link:focus,
.subnav .grape-rose-link:active {
  position: relative;
}
.subnav .grape-rose-link:hover:before,
.subnav .grape-rose-link:focus:before,
.subnav .grape-rose-link:active:before {
  content: "";
  position: absolute;
  left: -8px;
  width: 4px;
  height: 100%;
  background: linear-gradient(30deg, #6f38ae 10%, #dc6069 90%);
}
.subnav .blueberry-lime-link:hover,
.subnav .blueberry-lime-link:focus,
.subnav .blueberry-lime-link:active {
  position: relative;
}
.subnav .blueberry-lime-link:hover:before,
.subnav .blueberry-lime-link:focus:before,
.subnav .blueberry-lime-link:active:before {
  content: "";
  position: absolute;
  left: -8px;
  width: 4px;
  height: 100%;
  background: linear-gradient(30deg, #0573ae 10%, #cbe771 90%);
}

.mobile-nav-trigger {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  font-weight: bold;
  text-decoration: none;
}

.mobile-nav-tray {
  position: fixed;
  top: 100%;
  height: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 0.5s ease;
}
.mobile-nav-tray .mobile-nav ul li a {
  color: #323a45;
  text-decoration: none;
}

.mobile-nav-tray-expanded {
  top: 0;
  height: 100%;
  transition: all 0.5s ease;
}

.home-developer-background {
  background-image: url(img/collaborative-developers.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.home-developer-background h2 {
  margin-top: 0px;
}

.solid-container {
  width: 80%;
  flex-grow: 2;
  background-color: #00529b;
  opacity: 0.9;
}

.gradient-container {
  width: 20%;
  flex-grow: 1;
  background: linear-gradient(90deg, #00529b 10%, #45ceb0 90%);
  opacity: 0.9;
}

header .ctas a:not(:first-child) {
  margin-left: 16px;
}

@media only screen and (max-width: 544px) {
  header .ctas a:not(:first-child) {
    margin-left: 0px;
    margin-top: 16px;
  }
}
.ocean-teal-gradient-background {
  background: linear-gradient(
    30deg,
    rgba(0, 82, 155, 0.9),
    rgba(0, 82, 155, 0.9) 70%,
    rgba(69, 206, 176, 0.8)
  );
}

.grape-rose-gradient-background {
  background: linear-gradient(30deg, #6f38ae, #6f38ae 70%, #dc6069);
}

.cherry-tangerine-gradient-background {
  background: linear-gradient(30deg, #c9312a, #c9312a 70%, #f1b75e);
}

.blueberry-lime-gradient-background {
  background: linear-gradient(30deg, #0573ae, #0573ae 70%, #cbe771);
}

.ocean-flat-background {
  background-color: rgba(0, 82, 155, 0.1);
}

.grape-flat-background {
  background-color: #6f38ae;
}

.cherry-flat-background {
  background-color: #c9312a;
}

.blueberry-flat-background {
  background-color: #0573ae;
}

.fefwsg-pattern {
  background-image: url(img/fwsg-pattern-fade.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

.dataset-pattern {
  background-image: url(img/data-pattern-fade.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

.api-pattern {
  background-image: url(../images/api-pattern-fade.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

@media only screen and (max-width: 995px) {
  .ocean-teal-gradient-background {
    background: none;
    background-color: #00529b;
  }

  .ocean-flat-background {
    background-color: #00529b;
  }

  .grape-rose-gradient-background {
    background: none;
    background-color: #6f38ae;
  }

  .blueberry-lime-gradient-background {
    background: none;
    background-color: #0573ae;
  }

  .cherry-tangerine-gradient-background {
    background: none;
    background-color: #c9312a;
  }

  .fefwsg-pattern {
    background: none;
  }

  .dataset-pattern {
    background: none;
  }

  .api-pattern {
    background: none;
  }
}
.project-section {
  margin-bottom: 96px;
}

.project-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.project-card {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07), 0 7px 17px 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
  position: relative;
  transition: all 0.2s ease-out;
  text-decoration: none !important;
}
.project-card:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 7px 17px 0 rgba(0, 0, 0, 0.3);
}

.page-header {
  background: linear-gradient(30deg, #00529b 10%, #45ceb0 90%);
}

.ds-c-badge {
  letter-spacing: 2px;
  background-color: #fff;
  color: #323a45;
}

article hr {
  border: 0;
  height: 2px;
  background: #d6d7d9;
  margin: 32px 0px;
}

article.datasets h2 {
  position: relative;
  display: inline-block;
}
article.datasets h2:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(30deg, #c9312a 10%, #f1b75e 90%);
}

article.front-end-frameworks-styleguides h2 {
  position: relative;
  display: inline-block;
}
article.front-end-frameworks-styleguides h2:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(30deg, #6f38ae 10%, #dc6069 90%);
}

article.api h2 {
  position: relative;
  display: inline-block;
}
article.api h2:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(30deg, #0573ae 10%, #cbe771 90%);
}

.button--white {
  color: #fff;
  border: 2px #fff solid;
  transition: all 0.3s ease;
}
.button--white:hover,
.button--white:active,
.button--white:focus {
  border: 2px #fff solid;
  background-color: #fff;
  color: #323a45;
}

footer:before {
  background: linear-gradient(30deg, #00529b 10%, #45ceb0 90%);
  content: "";
  position: relative;
  top: -48px;
  display: block;
  height: 3px;
  width: 100%;
}
