@charset "UTF-8";
/*
 * Red Hat Fonts
 */

@font-face {
  font-family: "RedHatDisplay";
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Regular.eot");
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Regular.woff")
      format("woff"),
    url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Regular.svg#RedHatDisplay-Regular")
      format("svg");
  font-style: "normal";
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "RedHatDisplay";
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Medium.eot");
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Medium.woff")
      format("woff"),
    url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Medium.svg#RedHatDisplay-Medium")
      format("svg");
  font-style: "normal";
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "RedHatDisplay";
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Bold.eot");
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Bold.woff")
      format("woff"),
    url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Bold.svg#RedHatDisplay-Bold")
      format("svg");
  font-style: "normal";
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "RedHatText";
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatText/RedHatText-Regular.eot");
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatText/RedHatText-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatText/RedHatText-Regular.woff")
      format("woff"),
    url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatText/RedHatText-Regular.svg#RedHatDisplay-Regular")
      format("svg");
  font-style: "normal";
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "RedHatText";
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatText/RedHatText-Medium.eot");
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatText/RedHatText-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatText/RedHatText-Medium.woff")
      format("woff"),
    url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatText/RedHatText-Medium.svg#RedHatDisplay-Medium")
      format("svg");
  font-style: "normal";
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

:root {
  --rhd-grey-3: #d5d5d5;
  --rhd-gray-3: #d5d5d5;
  --rhd-gray-4: #cccccc;
  --rhd-blue: #0066cc;
  --rhd-linkhover: #004c98;
  --rhd-white: #ffffff;
}

* {
  box-sizing: border-box;
  font-family: "RedHatText", Helvetica, helvetica, arial, sans-serif;
  font-family: var(
    --pfe-theme--font-family,
    "RedHatText",
    Helvetica,
    helvetica,
    arial,
    sans-serif
  );
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
}

.container,
.node__content > .field--name-body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Red Hat Display", "Open Sans", Helvetica, sans-serif;
  color: #242424;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 16px;
}

.rhd-marketing-header {
  color: #242424;
  font-size: 27px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .rhd-marketing-header {
    font-size: 57px;
  }
}

h1 {
  font-size: 23px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 768px) {
  h4 {
    font-size: 27px;
  }
}

h5 {
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
h5.alt {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

a {
  color: #0066cc;
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #004c98;
}
a.dark-background {
  color: #73bcf7;
}
a.link-sm {
  color: #027cbb;
}
a.link-sm-dark {
  color: #02ace4;
}
a:focus {
  outline-offset: 1px;
  outline-style: dotted;
  outline-width: 1px;
  outline-color: color(#0066cc);
}
a[href$=".pdf"]:after,
a.pdf:after {
  content: "\f1c1";
  font-family: FontAwesome;
  margin-left: 4px;
}
a.img-link[href$=".pdf"]:after,
a.img-link.pdf:after {
  display: none;
}

p a:hover {
  border-bottom: 1px solid #dcdcdc;
}

p a.external-link:after {
  display: none;
}

small a,
.link-sm a {
  color: #027cbb;
}

.menu-trigger {
  background: #fff;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 40px;
  -webkit-transition: background 0.2s ease-in 0s;
  transition: background 0.2s ease-in 0s;
  line-height: 1.44;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.menu-trigger:hover,
.menu-trigger:active,
.menu-trigger:focus {
  background-color: #000;
}

p {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    font-size: 16px;
  }
}
p.sm {
  font-size: 12px;
}
@media (min-width: 768px) {
  p.sm {
    font-size: 14px;
  }
}
p.lg {
  color: #242424;
  font-size: 16px;
}
@media (min-width: 768px) {
  p.lg {
    font-size: 20px;
  }
}

label {
  color: #000000;
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
}
label.light {
  color: #828282;
  font-size: 12px;
  line-height: 18px;
}

div.alert-box {
  color: #363636 !important;
  border-width: 1px;
  border-style: solid;
  padding: 10px 20px;
  margin: 1.5em auto;
  font-size: 1em;
}
div.alert-box div.alert-content {
  display: inline;
}
div.alert-box div.alert-content strong {
  margin-right: 0.5em;
}
div.alert-box div.alert-content p {
  margin-bottom: 0;
  display: inline;
}
div.alert-box div.icon {
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: 6px;
}
div.alert-box.alert-info {
  background-color: #dcedf8;
  border-color: #87aac1;
}
div.alert-box.alert-info div.icon:before {
  content: url("https://static.jboss.org/rhd/images/icons/RHD_alerticon_info.svg");
}
div.alert-box.alert-success {
  background-color: #e9f4e9;
  border-color: #8db28a;
}
div.alert-box.alert-success div.icon:before {
  content: url("https://static.jboss.org/rhd/images/icons/RHD_alerticon_success.svg");
}
div.alert-box.alert-warning {
  background-color: #fdf2e5;
  border-color: #deb142;
}
div.alert-box.alert-warning div.icon:before {
  content: url("https://static.jboss.org/rhd/images/icons/RHD_alerticon_warning.svg");
}
div.alert-box.alert-error {
  background-color: #ffe6e6;
  border-color: #d8aaab;
}
div.alert-box.alert-error div.icon:before {
  content: url("https://static.jboss.org/rhd/images/icons/RHD_alerticon_error.svg");
}
div.alert-box.alert-xl {
  background-color: #dcedf8;
  border-color: #87aac1;
}
div.alert-box.alert-xl div.icon {
  display: inline;
  float: left;
  margin-left: 1em;
}
div.alert-box.alert-xl div.icon:before {
  content: url("https://static.jboss.org/rhd/images/icons/RHD_alerticon_info.svg");
}
div.alert-box.alert-xl div.alert-content {
  display: inline;
  float: right;
  width: calc(100% - 4em);
}
div.alert-box.alert-xl div.alert-content h1,
div.alert-box.alert-xl div.alert-content h2,
div.alert-box.alert-xl div.alert-content h3,
div.alert-box.alert-xl div.alert-content h4,
div.alert-box.alert-xl div.alert-content h5,
div.alert-box.alert-xl div.alert-content h6 {
  font-weight: 400;
  margin-bottom: 0;
}
div.alert-box a.close {
  top: 1em;
  margin-right: 5px;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  color: #3b6e90;
}
div.alert-box a.close:before {
  font-family: FontAwesome;
  content: "\f00d";
}

.author.short-teaser {
  font-size: 14px;
  text-align: center;
}
.author.short-teaser .author-name {
  font-size: 14px;
  background-color: #fff;
  color: #0066cc;
  padding: 6px 13px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.6;
}
.author.short-teaser .author-name .field--name-title {
  margin-bottom: 0;
}
.author.short-teaser .field--name-field-headshot img {
  width: 90px;
  height: auto !important;
  border-radius: 100%;
}

.node--type-author.node--view-mode-teaser .grid {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 160px 1fr;
}

.node--type-author.node--view-mode-teaser .name {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 18px;
  line-height: 1.5;
}

.node--type-author.node--view-mode-teaser .bio {
  margin: 0;
  padding: 0;
}
.node--type-author.node--view-mode-teaser .bio p {
  font-size: 14px;
  margin-top: 0;
}

.node--type-author .headshot img {
  max-width: 100%;
  height: auto;
  display: block;
}

.node--type-author .social-icons {
  padding: 0;
  list-style-type: none;
}

.author-social-icon-facebook,
.author-social-icon-twitter,
.author-social-icon-youtube,
.author-social-icon-linkedin,
.author-social-icon-github {
  text-decoration: none;
  font-size: 21px;
  display: inline-block;
  margin-right: 12px;
}

.author-social-icon-facebook svg {
  color: #3b5998;
}

.author-social-icon-twitter svg {
  color: #00aced;
}

.author-social-icon-youtube svg {
  color: #ff0000;
}

.author-social-icon-linkedin svg {
  color: #0077b5;
}

.author-social-icon-github svg {
  color: #000000;
}

button,
.button {
  text-transform: uppercase;
  background: #e00;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 40px;
  -webkit-transition: background 0.2s ease-in 0s;
  transition: background 0.2s ease-in 0s;
  line-height: 1.44;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center;
  color: #ffffff;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #ffffff;
  background-color: #b30000;
}
button.heavy-cta,
.button.heavy-cta {
  font-weight: bold;
}
button.heavy-cta:visited,
.button.heavy-cta:visited {
  color: #ffffff;
}
button.heavy-cta.white,
.button.heavy-cta.white {
  background: #ffffff;
  color: #e00;
}
button.heavy-cta.white:visited,
.button.heavy-cta.white:visited {
  color: #e00;
}
button.heavy-cta.white:hover,
button.heavy-cta.white:focus,
.button.heavy-cta.white:hover,
.button.heavy-cta.white:focus {
  background-color: #f0f0f0;
}
button.heavy-cta.black,
.button.heavy-cta.black {
  background: #000000;
  color: #ffffff;
}
button.heavy-cta.blue,
.button.heavy-cta.blue {
  background: #0066cc;
  color: #ffffff;
}
button.heavy-cta.blue:hover,
button.heavy-cta.blue:focus,
.button.heavy-cta.blue:hover,
.button.heavy-cta.blue:focus {
  background-color: #0057ad;
}
button.medium-cta,
.button.medium-cta {
  border: 1px solid #e00;
  line-height: 1.44;
  color: #e00;
  background-color: transparent;
  padding: 8px 40px;
}
button.medium-cta:visited,
.button.medium-cta:visited {
  color: #e00;
}
button.medium-cta:hover,
button.medium-cta:focus,
.button.medium-cta:hover,
.button.medium-cta:focus {
  background-color: #e00;
  color: #ffffff;
}
button.medium-cta.white,
.button.medium-cta.white {
  border-color: #ffffff;
  color: #ffffff;
}
button.medium-cta.white:hover,
button.medium-cta.white:focus,
.button.medium-cta.white:hover,
.button.medium-cta.white:focus {
  background-color: #ffffff;
  color: #e00;
}
button.medium-cta.black,
.button.medium-cta.black {
  border-color: #000000;
  color: #000000;
}
button.medium-cta.black:hover,
button.medium-cta.black:focus,
.button.medium-cta.black:hover,
.button.medium-cta.black:focus {
  background-color: #000000;
  color: #ffffff;
}
button.medium-cta.blue,
.button.medium-cta.blue {
  border-color: #0066cc;
  color: #0066cc;
}
button.medium-cta.blue:hover,
button.medium-cta.blue:focus,
.button.medium-cta.blue:hover,
.button.medium-cta.blue:focus {
  background-color: #0066cc;
  color: #ffffff;
}
button.large,
.button.large {
  padding: 0.6em 0.9em;
}
button.long,
.button.long {
  padding: 0.6em 5em;
}
button + button,
button + .button,
.button + button,
.button + .button {
  margin-left: 20px;
}
button.inverse,
.button.inverse {
  background: white;
  color: #e00;
}
button.clear,
.button.clear {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: 0;
}
button.clear i,
.button.clear i {
  margin-right: 2px;
  margin-left: 2px;
}
button.external-link:after,
.button.external-link:after {
  display: none;
}

.button {
  display: inline-block;
}

a.button[href$=".pdf"]:after,
a.heavy-cta[href$=".pdf"]:after,
a.medium-cta[href$=".pdf"]:after,
.heavy-cta a[href$=".pdf"]:after,
.madium-cta a[href$=".pdf"]:after {
  display: none;
}

a.light-cta {
  color: #0066cc;
  font-weight: 800;
}
a.light-cta:after {
  padding-left: 2px;
  content: "\25B8";
}
a.light-cta:hover,
a.light-cta:focus {
  color: #004c98;
}
a.light-cta.black {
  color: #000000;
}
a.light-cta.black:hover,
a.light-cta.black:focus {
  color: #0066cc;
}
a.light-cta.white {
  color: #ffffff;
}
a.light-cta.white:hover,
a.light-cta.white:focus {
  color: #2b9af3;
}
a.light-cta.external-link:after {
  vertical-align: baseline;
}

.button-group button,
.button-group .button {
  border-radius: 0;
  border-left: 1px solid #ffffff;
  margin-left: 0px;
}

.button-group a {
  color: #ffffff;
}

.node--view-mode-card {
  background: #fff;
  width: 100%;
}
.node--view-mode-card > a {
  display: block;
  color: #000;
  text-decoration: none;
}
.node--view-mode-card .card-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .node--view-mode-card .card-title {
    font-size: 18px;
  }
}
.node--view-mode-card .header-block,
.node--view-mode-card .content-block {
  padding: 1rem;
}
.node--view-mode-card .content-block {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .node--view-mode-card .content-block {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.node--view-mode-card .content-block .lesson .lesson-label {
  text-transform: uppercase;
  color: #656565;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 6px;
}
.node--view-mode-card .content-block .lesson .lesson-title {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}
.node--view-mode-card .content-block .lesson + .lesson {
  margin-top: 1em;
}
.node--view-mode-card .header-block {
  background: #0066cc;
  padding: 22px 1rem 9px;
}
.node--view-mode-card .header-block .card-title,
.node--view-mode-card .header-block .asset-type {
  color: #fff;
}
@media (min-width: 768px) {
  .node--view-mode-card .header-block .card-title {
    font-size: 27px;
    margin-top: 4px;
  }
}
.node--view-mode-card .header-block .asset-type {
  margin-bottom: 0;
}
.node--view-mode-card .asset-type {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #0066cc;
  letter-spacing: 1px;
}
.node--view-mode-card .login-required {
  display: inline-block;
  margin-right: 0.5rem;
}
.node--view-mode-card .more {
  color: #0066cc;
  font-weight: 800;
  margin-top: 40px;
}
.node--view-mode-card .more:after {
  padding-left: 2px;
  content: "\25B8";
}
.node--view-mode-card .more:hover,
.node--view-mode-card .more:focus {
  color: #004c98;
}
.node--view-mode-card .more.black {
  color: #000000;
}
.node--view-mode-card .more.black:hover,
.node--view-mode-card .more.black:focus {
  color: #0066cc;
}
.node--view-mode-card .more.white {
  color: #ffffff;
}
.node--view-mode-card .more.white:hover,
.node--view-mode-card .more.white:focus {
  color: #2b9af3;
}
.node--view-mode-card .more.external-link:after {
  vertical-align: baseline;
}

.card-image {
  padding-top: 25px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .card-image {
    padding-top: 50px;
  }
}
.card-image .table {
  display: table;
  height: 100%;
  width: 100%;
}
.card-image .cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.card-image img {
  max-height: 160px;
  width: auto;
  box-shadow: -2px 2px 11px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .card-image img {
    max-height: 205px;
  }
}

.node--type-video-resource.node--view-mode-teaser,
.wordpress-blog-post-teaser {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.node--type-video-resource.node--view-mode-teaser .teaser-content,
.wordpress-blog-post-teaser .teaser-content {
  display: none;
}
@media (min-width: 576px) {
  .node--type-video-resource.node--view-mode-teaser .teaser-content,
  .wordpress-blog-post-teaser .teaser-content {
    display: none;
  }
}
@media (min-width: 768px) {
  .node--type-video-resource.node--view-mode-teaser,
  .wordpress-blog-post-teaser {
    display: flex;
  }
  .node--type-video-resource.node--view-mode-teaser .teaser-image,
  .wordpress-blog-post-teaser .teaser-image {
    min-width: 180px;
    max-width: 260px;
    margin-left: 30px;
  }
  .node--type-video-resource.node--view-mode-teaser .text-content,
  .wordpress-blog-post-teaser .text-content {
    order: -1;
  }
}
.node--type-video-resource.node--view-mode-teaser .teaser-image .tile-image,
.wordpress-blog-post-teaser .teaser-image .tile-image {
  border: none;
}
@media (min-width: 768px) {
  .node--type-video-resource.node--view-mode-teaser .teaser-image .tile-image,
  .wordpress-blog-post-teaser .teaser-image .tile-image {
    background: transparent;
  }
  .node--type-video-resource.node--view-mode-teaser
    .teaser-image
    .tile-image
    .image-table
    .image-cell,
  .wordpress-blog-post-teaser
    .teaser-image
    .tile-image
    .image-table
    .image-cell {
    vertical-align: top;
  }
}
.node--type-video-resource.node--view-mode-teaser .title,
.wordpress-blog-post-teaser .title {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .node--type-video-resource.node--view-mode-teaser .title,
  .wordpress-blog-post-teaser .title {
    font-size: 26px;
  }
}
.node--type-video-resource.node--view-mode-teaser .title a,
.wordpress-blog-post-teaser .title a {
  color: #000;
  text-decoration: none;
}
.node--type-video-resource.node--view-mode-teaser .date,
.wordpress-blog-post-teaser .date {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
.node--type-video-resource.node--view-mode-teaser .summary,
.wordpress-blog-post-teaser .summary {
  display: none;
}
@media (min-width: 576px) {
  .node--type-video-resource.node--view-mode-teaser .summary,
  .wordpress-blog-post-teaser .summary {
    display: block;
  }
}
.node--type-video-resource.node--view-mode-teaser .summary p,
.wordpress-blog-post-teaser .summary p {
  font-size: 14px;
  margin-top: 0rem;
}
.node--type-video-resource.node--view-mode-teaser .summary > *:last-child,
.wordpress-blog-post-teaser .summary > *:last-child {
  margin-bottom: 0;
}

.node--view-mode-tile,
.wordpress-blog-post-tile {
  width: 100%;
}
.node--view-mode-tile > a,
.wordpress-blog-post-tile > a {
  display: block;
  color: #000;
  text-decoration: none;
}

.tile-title {
  margin-top: 0rem;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .tile-title {
    font-size: 18px;
  }
}

.tile-image {
  width: 100%;
  height: 0;
  padding-top: 58%;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 1rem;
}
.tile-image .image-table {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: table;
}
.tile-image .image-table .image-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.tile-image .image-table .image-cell img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.tile-image.vertical .image-table {
  display: block;
}
.tile-image.vertical .image-table .image-cell {
  display: block;
}

.node--type-video-resource.node--view-mode-tile .image-table,
.node--type-video-resource.node--view-mode-tile .image-cell {
  display: block;
}

.node--type-video-resource.node--view-mode-tile .tile-image img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  top: -9999px;
  margin: auto;
  width: auto;
  max-width: none;
  height: 100%;
}

.node--type-video-resource.node--view-mode-tile .play-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  line-height: 1;
  padding: 6px 3px 4px 7px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .node--type-video-resource.node--view-mode-tile .play-button {
    padding: 10px 9px 9px 12px;
    font-size: 23px;
    right: 16px;
    bottom: 16px;
  }
}

.latest-disqus-comment .comment-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.latest-disqus-comment .comment-body {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 6px;
  color: #333333;
}

.latest-disqus-comment .comment-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.latest-disqus-comment .comment-footer .date {
  font-size: 14px;
  color: #656565;
}
.latest-disqus-comment .comment-footer .reply {
  font-size: 14px;
  text-align: right;
}

.latest-disqus-comment + .latest-disqus-comment {
  margin-top: 30px;
}

.page-node-type-topic-page .rhd-masthead,
.page-node-type-topic-page .layout-container {
  background-color: #f9f9f9;
}

.assembly {
  background-color: #fff;
}
.assembly.has-background {
  position: relative;
}
.assembly.has-background .container,
.assembly.has-background .node__content > .field--name-body,
.assembly.has-background #block-rhdp-local-tasks {
  position: relative;
  z-index: 1;
}
.assembly:focus {
  outline: 0;
}
.assembly .field__item,
.assembly .field {
  display: block;
}
.assembly.assembly-dark {
  background: #252525;
}
.assembly.assembly-dark a {
  color: #73bcf7;
}
.assembly.assembly-dark,
.assembly.assembly-dark h1,
.assembly.assembly-dark h2,
.assembly.assembly-dark h3,
.assembly.assembly-dark h4,
.assembly.assembly-dark h5,
.assembly.assembly-dark h6 {
  color: white;
}
.assembly.assembly-space {
  padding-top: 80px;
  padding-bottom: 80px;
}
.assembly.assembly-center * {
  text-align: center;
}
.assembly .background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.assembly .field--name-field-title,
.assembly .header {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
.assembly.no-padding-top {
  padding-top: 0 !important;
}
.assembly.no-padding-bottom {
  padding-bottom: 0 !important;
}

.assembly-type-video_hero {
  background-color: #00b9e4;
  background-image: url("../images/Blue_Background@2x.png");
  background-repeat: no-repeat;
  background-size: 1060px auto;
  background-position: bottom left;
  padding: 30px 0;
}
@media (min-width: 576px) {
  .assembly-type-video_hero {
    padding: 70px 0;
    background-size: 1440px auto;
  }
}
@media (min-width: 992px) {
  .assembly-type-video_hero .container,
  .assembly-type-video_hero .node__content > .field--name-body,
  .assembly-type-video_hero #block-rhdp-local-tasks {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    grid-column-gap: 50px;
  }
}
@media (min-width: 1240px) {
  .assembly-type-video_hero .container,
  .assembly-type-video_hero .node__content > .field--name-body,
  .assembly-type-video_hero #block-rhdp-local-tasks {
    grid-column-gap: 70px;
  }
}
.assembly-type-video_hero .content {
  padding: 0;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .assembly-type-video_hero .content {
    margin-top: 20px;
  }
}
.assembly-type-video_hero .content .section-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .assembly-type-video_hero .content .section-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .assembly-type-video_hero .content .section-title {
    margin-bottom: 6px;
  }
}
.assembly-type-video_hero .content .section-title a {
  color: #333;
}
.assembly-type-video_hero .content p {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 6px;
}
@media (min-width: 576px) {
  .assembly-type-video_hero .content p {
    margin-bottom: 1rem;
  }
  .assembly-type-video_hero .content p:last-child {
    margin-bottom: 0;
  }
}
.assembly-type-video_hero .authors {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-column-gap: 30px;
}
@media (min-width: 576px) {
  .assembly-type-video_hero .authors {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 22px;
  }
}
@media (min-width: 992px) {
  .assembly-type-video_hero .authors {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-top: 0;
  }
}
.assembly-type-video_hero .authors > div {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .assembly-type-video_hero .authors > div {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .assembly-type-video_hero .authors > div {
    margin-top: 10px;
  }
}

.assembly-type-hero {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .assembly-type-hero {
    padding: 100px 0;
    padding-bottom: 120px;
  }
}
.assembly-type-hero .content {
  max-width: 40rem;
}
@media (min-width: 1240px) {
  .assembly-type-hero .content {
    max-width: 48rem;
  }
}
.assembly-type-hero .background {
  display: none;
  z-index: -1;
}
@media (min-width: 992px) {
  .assembly-type-hero .background {
    display: block;
  }
}
.assembly-type-hero .background:after {
  display: none;
}
.assembly-type-hero h2 {
  font-size: 4rem;
  line-height: 1.1;
}
.assembly-type-hero .field--name-field-content p {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .assembly-type-hero .field--name-field-content p {
    font-size: 50px;
  }
}
.assembly-type-hero .content *:first-child {
  margin-top: 0;
}
.assembly-type-hero .content *:last-child {
  margin-bottom: 0;
}

.topics-hero-list {
  font-size: 23px;
  line-height: 1.24;
  margin: 0;
  font-weight: 500;
}
@media (min-width: 576px) {
  .topics-hero-list {
    font-size: 40px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .topics-hero-list {
    font-size: 70px;
    margin-bottom: 2rem;
  }
}
.topics-hero-list a {
  color: #0066cc;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.topics-hero-list a:before {
  content: " ";
  width: calc(100% - 1em);
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse, #0066cc 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 6px 4px;
}
.topics-hero-list a:last-child:before {
  width: 100%;
}
.topics-hero-list .topic {
  white-space: nowrap;
}
.topics-hero-list .topic:after {
  content: " / ";
  font-weight: normal;
  color: #333;
}
.topics-hero-list .topic:last-child:after {
  content: "";
}

.assembly-type-on_page_navigation {
  background-color: #0066cc;
  color: #fff;
  padding: 22px 0;
  text-align: center;
  padding-bottom: 31px;
}
@media (min-width: 992px) {
  .assembly-type-on_page_navigation {
    text-align: left;
    padding: 19px 0;
  }
}
.assembly-type-on_page_navigation a {
  color: inherit;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: ease-in-out 150ms;
}
.assembly-type-on_page_navigation * {
  box-sizing: border-box;
}
.assembly-type-on_page_navigation .page-nav-wrapper {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .assembly-type-on_page_navigation .page-nav-wrapper {
    max-width: 690px;
  }
}
@media (min-width: 992px) {
  .assembly-type-on_page_navigation .page-nav-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-auto-rows: 1fr;
    max-width: 931px;
  }
}
@media (min-width: 1240px) {
  .assembly-type-on_page_navigation .page-nav-wrapper {
    max-width: 1172px;
  }
}
@media (min-width: 992px) {
  .assembly-type-on_page_navigation .item-list {
    grid-column: 2 / right;
    align-self: center;
  }
}
.assembly-type-on_page_navigation .item-list > ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-auto-rows: 1fr;
}
@media (min-width: 768px) {
  .assembly-type-on_page_navigation .item-list > ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .assembly-type-on_page_navigation .item-list > ul {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1240px) {
  .assembly-type-on_page_navigation .item-list > ul {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.assembly-type-on_page_navigation .item-list > ul > li {
  display: grid;
  grid-template: subgrid;
  margin: 0;
  grid-auto-rows: 1fr;
}
@media (min-width: 992px) {
  .assembly-type-on_page_navigation .item-list > ul > li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1240px) {
  .assembly-type-on_page_navigation .item-list > ul > li {
    padding-left: 27.5px;
    padding-right: 27.5px;
  }
}
.assembly-type-on_page_navigation .item-list > ul > li > a {
  display: grid;
  grid-template: subgrid;
  grid-auto-rows: 1fr;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #73bcf7;
  padding: 0.7em 1em;
  font-weight: bold;
}
.assembly-type-on_page_navigation .item-list > ul > li > a:hover,
.assembly-type-on_page_navigation .item-list > ul > li > a:active,
.assembly-type-on_page_navigation .item-list > ul > li > a:focus {
  background-color: #004a94;
  border-color: #004a94;
}
@media (min-width: 992px) {
  .assembly-type-on_page_navigation .item-list > ul > li > a:hover,
  .assembly-type-on_page_navigation .item-list > ul > li > a:active,
  .assembly-type-on_page_navigation .item-list > ul > li > a:focus {
    background-color: transparent;
    color: #73bcf7;
  }
}
@media (min-width: 768px) {
  .assembly-type-on_page_navigation .item-list > ul > li > a {
    font-size: 16px;
    padding: 0.35em 0.7em;
  }
}
@media (min-width: 992px) {
  .assembly-type-on_page_navigation .item-list > ul > li > a {
    padding: 0;
    border: none;
    display: inline-block;
    font-size: 18px;
  }
}
@media (min-width: 1240px) {
  .assembly-type-on_page_navigation .item-list > ul > li > a {
    font-size: 21px;
  }
}
.assembly-type-on_page_navigation .item-list > ul > li > a > span {
  justify-self: center;
  align-self: center;
}
.assembly-type-on_page_navigation .section-title {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .assembly-type-on_page_navigation .section-title {
    margin-bottom: 0;
    align-self: start;
  }
}
@media (min-width: 1240px) {
  .assembly-type-on_page_navigation .section-title {
    padding-top: 0.25em;
  }
}

.assembly-type-featured_evangelists {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url(../docs/img/vertical_paths_background.png);
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
}
.assembly-type-featured_evangelists .header {
  text-align: center;
  margin-top: 0rem;
}
.assembly-type-featured_evangelists .grid {
  display: grid;
  grid-gap: 30px 30px;
}
@media (min-width: 576px) {
  .assembly-type-featured_evangelists .grid {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 992px) {
  .assembly-type-featured_evangelists .grid {
    grid-template-columns: 3fr 1fr;
  }
}
.assembly-type-featured_evangelists .content-teaser-list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 30px 30px;
}
@media (min-width: 992px) {
  .assembly-type-featured_evangelists .content-teaser-list {
    grid-template-columns: 1fr 1fr;
  }
}
.assembly-type-featured_evangelists .content-link-list {
  margin: 0;
  padding: 0;
  margin-bottom: -1rem;
}
.assembly-type-featured_evangelists .content-link-list a {
  display: block;
  text-decoration: none;
  margin-bottom: 1rem;
}

.assembly-type-featured_products {
  background-color: #e6e6e6;
  padding: 5rem 0;
}
.assembly-type-featured_products h2.field--name-field-title {
  font-size: 32px;
  font-weight: 600;
}
.assembly-type-featured_products .header {
  text-align: center;
  margin-top: 0;
}
.assembly-type-featured_products .grid {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(3, 300px);
  justify-content: center;
}
.assembly-type-featured_products article {
  background-color: #f9f9f9;
  border-top: 6px solid #e00;
  text-align: center;
  padding: 30px 15px;
  font-size: 14px;
}
.assembly-type-featured_products article .tile-title {
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
}
.assembly-type-featured_products article .description {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .assembly-type-featured_products .grid {
    grid-template-columns: repeat(2, 300px);
  }
}
@media screen and (max-width: 768px) {
  .assembly-type-featured_products .grid {
    grid-template-columns: repeat(1, 300px);
  }
}

.assembly-type-static_content_band {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
@media (min-width: 576px) {
  .assembly-type-static_content_band {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}
.assembly-type-static_content_band .header {
  text-align: center;
  margin-top: 0rem;
}
.assembly-type-static_content_band .field--name-field-content-list {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .assembly-type-static_content_band .field--name-field-content-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .assembly-type-static_content_band.four-up .field--name-field-content-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.assembly-type-node_reference,
.assembly-type-static_item,
.assembly-type-wordpress_post_reference {
  background: transparent;
}

.assembly-type-dynamic_content_feed {
  background-color: #f9f9f9;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 576px) {
  .assembly-type-dynamic_content_feed {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}
.assembly-type-dynamic_content_feed .header {
  text-align: center;
  margin-top: 0;
}
.assembly-type-dynamic_content_feed .item-list ul.content-tile-list,
.assembly-type-dynamic_content_feed .item-list ul.content-tile-list > li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}
.assembly-type-dynamic_content_feed .content-tile-list {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: 1fr 1fr;
}
.assembly-type-dynamic_content_feed .content-tile-list > li {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .assembly-type-dynamic_content_feed .content-tile-list.count-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .assembly-type-dynamic_content_feed .content-tile-list.count-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.assembly-type-dynamic_content_feed .cta-link {
  margin-top: 1rem;
  text-align: center;
}
.assembly-type-dynamic_content_feed .cta-link a {
  display: inline-block;
}

.assembly-type-dynamic_content_list {
  background: #f9f9f9;
  padding-top: 70px;
  padding-bottom: 35px;
}
@media (min-width: 576px) {
  .assembly-type-dynamic_content_list {
    padding-top: 123px;
    padding-bottom: 70px;
  }
}
.assembly-type-dynamic_content_list .header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
}
.assembly-type-dynamic_content_list .grid {
  display: grid;
  grid-gap: 30px 30px;
}
@media (min-width: 576px) {
  .assembly-type-dynamic_content_list .grid {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 576px) {
  .assembly-type-dynamic_content_list .narrow .grid {
    grid-template-columns: 1fr;
  }
}
.assembly-type-dynamic_content_list .content-teaser-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: 1fr 1fr;
}
.assembly-type-dynamic_content_list .content-teaser-list > li {
  margin: 0;
}
@media (min-width: 576px) {
  .assembly-type-dynamic_content_list .content-teaser-list > li {
    border-bottom: 1px dashed #242424;
  }
}
@media (min-width: 576px) {
  .assembly-type-dynamic_content_list .content-teaser-list {
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin-top: -30px;
  }
}
.assembly-type-dynamic_content_list .disqus {
  background: #fff;
  padding: 35px 1rem;
  position: relative;
}
.assembly-type-dynamic_content_list .disqus:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
.assembly-type-dynamic_content_list .disqus .header {
  margin-top: 0;
  font-size: 17px;
  text-align: left;
  margin-bottom: 30px;
}
.assembly-type-dynamic_content_list .disqus .header .fa-comment {
  font-size: 15px;
  margin-right: 3px;
}
.assembly-type-dynamic_content_list .cta-link {
  margin-top: 2rem;
}
.assembly-type-dynamic_content_list .cta-link .button {
  display: inline-block;
  width: 100%;
}
@media (min-width: 576px) {
  .assembly-type-dynamic_content_list .cta-link .button {
    width: auto;
  }
}
.assembly-type-dynamic_content_list .related-topics label {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  color: black;
}
.assembly-type-dynamic_content_list .related-topics .content-link-list a {
  font-weight: bold;
  color: #333333;
}
.assembly-type-dynamic_content_list .related-topics .content-link-list a:after {
  content: ", ";
}
.assembly-type-dynamic_content_list
  .related-topics
  .content-link-list
  a:last-child:after {
  content: "";
}
.assembly-type-dynamic_content_list .related-topics .content-link-list a:hover {
  border-bottom: 3px solid #e00;
}
.assembly-type-dynamic_content_list .disqus + .related-topics {
  margin-top: 46px;
}

.rhd-list-entry {
  display: grid;
  grid-template-rows: 1fr auto;
  max-width: 160px;
  margin-bottom: 2rem;
  grid-column-gap: 1rem;
}
.rhd-list-entry > *:first-child {
  grid-row-start: -1;
}
@media only screen and (min-width: 481px) {
  .rhd-list-entry {
    grid-template-rows: unset;
    grid-template-columns: 1fr auto;
    max-width: 100%;
    margin: 1rem 0;
  }
}

.rhd-list-entry--title {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.rhd-list-entry--title > a {
  color: #000;
  text-decoration: none;
}
@media only screen and (min-width: 481px) {
  .rhd-list-entry--title {
    display: block;
    font-size: 26px;
    margin-top: 0;
  }
}

.rhd-list-entry--summary {
  display: none;
}
@media only screen and (min-width: 481px) {
  .rhd-list-entry--summary {
    display: block;
  }
  .rhd-list-entry--summary p {
    font-size: 14px;
  }
}

.rhd-list-entry--date {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.rhd-list-entry--image {
  height: 90px;
  justify-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 481px) {
  .rhd-list-entry--image {
    height: unset;
    display: inherit;
  }
}
.rhd-list-entry--image > img {
  max-width: 160px;
  max-height: 90px;
}
@media only screen and (min-width: 481px) {
  .rhd-list-entry--image > img {
    max-height: unset;
    max-width: 180px;
  }
}

.assembly-type-featured_resources {
  padding-top: 38px;
  padding-bottom: 38px;
  background: #e5e5e5;
  background-image: url(../docs/img/gray_diamond_background.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .assembly-type-featured_resources {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
.assembly-type-featured_resources .header {
  text-align: center;
  margin-top: 0;
}
.assembly-type-featured_resources .grid {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: 1fr;
}
.assembly-type-featured_resources .content-card-list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 992px) {
  .assembly-type-featured_resources .content-card-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.assembly-type-featured_resources .content-link-list {
  margin: 0;
  padding: 0;
  margin-bottom: -1rem;
}
.assembly-type-featured_resources .content-link-list a {
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .assembly-type-featured_resources.has-links .grid {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 768px) {
  .assembly-type-featured_resources.has-links .grid {
    grid-template-columns: 3fr 1fr;
  }
}
@media (min-width: 992px) {
  .assembly-type-featured_resources.has-links .grid {
    grid-template-columns: 4fr 1fr;
  }
}
@media (min-width: 992px) {
  .assembly-type-featured_resources.has-links .content-card-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.assembly-type-call_to_action {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #00b9e4;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.assembly-type-call_to_action .text-formatted {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .assembly-type-call_to_action .text-formatted {
    font-size: 24px;
  }
}
.assembly-type-call_to_action .header {
  color: #fff;
  font-size: 27px;
  line-height: 1.25;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .assembly-type-call_to_action .header {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .assembly-type-call_to_action .header {
    font-size: 57px;
    margin-bottom: 0;
  }
}
.assembly-type-call_to_action p:last-child,
.assembly-type-call_to_action ul:last-child,
.assembly-type-call_to_action ol:last-child {
  margin-bottom: 0;
}
.assembly-type-call_to_action > .container > .button:last-child,
.node__content.assembly-type-call_to_action
  > .field--name-body
  > .button:last-child,
.assembly-type-call_to_action > #block-rhdp-local-tasks > .button:last-child {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .assembly-type-call_to_action > .container > .button:last-child,
  .node__content.assembly-type-call_to_action
    > .field--name-body
    > .button:last-child,
  .assembly-type-call_to_action > #block-rhdp-local-tasks > .button:last-child {
    margin-top: 34px;
  }
}
.assembly-type-call_to_action > .container > .button:first-child:last-child,
.node__content.assembly-type-call_to_action
  > .field--name-body
  > .button:first-child:last-child,
.assembly-type-call_to_action
  > #block-rhdp-local-tasks
  > .button:first-child:last-child {
  margin-top: 0;
}
.assembly-type-call_to_action.left {
  float: none !important;
  text-align: left;
}
.assembly-type-call_to_action.left .header {
  text-align: left;
}

.assembly-type-rich_text {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url(../docs/img/white_diamond_background.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.assembly-type-rich_text .header {
  margin-top: 0;
  font-size: 42px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0;
}
.assembly-type-rich_text.assembly-slim {
  padding-top: 0;
  background-image: none;
}
.assembly-type-rich_text.assembly-slim .text-formatted p:first-child {
  margin-top: 0;
}
.assembly-type-rich_text.assembly-slim .text-formatted p:last-child {
  margin-bottom: 0;
}
.assembly-type-rich_text.assembly-no-bkg {
  background-image: none;
}

.assembly-type-all_products_listing {
  background-color: #f9f9f9;
  padding: 5rem 0;
}
.assembly-type-all_products_listing header .field__item {
  font-size: 32px;
  color: #242424;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
.assembly-type-all_products_listing .all-products-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 1.5em;
}
.assembly-type-all_products_listing .all-products-listing a,
.assembly-type-all_products_listing .all-products-listing a:active,
.assembly-type-all_products_listing .all-products-listing a:focus {
  color: #424242;
}
.assembly-type-all_products_listing .all-products-listing a:hover {
  color: #0066cc;
}
.assembly-type-all_products_listing .field--name-field-content {
  display: grid;
  grid-template-columns: 70%;
  justify-content: center;
  margin-bottom: 2em;
}
.assembly-type-all_products_listing .field--name-field-content .field__item p {
  text-align: center;
  font-size: 20px;
  color: #242424;
}
@media screen and (max-width: 1024px) {
  .assembly-type-all_products_listing .all-products-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .assembly-type-all_products_listing .all-products-listing {
    grid-template-columns: repeat(1, 1fr);
  }
}

.assembly-type-rich_text_columns {
  text-align: center;
  background-color: #f9f9f9;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .assembly-type-rich_text_columns {
    padding: 100px;
  }
}
.assembly-type-rich_text_columns .caret-right {
  font-size: 16px;
}
.assembly-type-rich_text_columns .field--name-field-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .assembly-type-rich_text_columns .field--name-field-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.assembly-type-rich_text_columns .field--name-field-content * {
  font-size: 16px;
}
@media (min-width: 768px) {
  .assembly-type-rich_text_columns .field--name-field-content * {
    font-size: 20px;
  }
}
.assembly-type-rich_text_columns .field--name-field-content * *:first-child {
  margin-top: 0;
}
.assembly-type-rich_text_columns .field--name-field-content * *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .assembly-type-rich_text_columns .field--name-field-columns {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 70px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  .assembly-type-rich_text_columns .field--name-field-columns {
    grid-template-columns: repeat(4, 1fr);
  }
}
.assembly-type-rich_text_columns .field--name-field-columns:before,
.assembly-type-rich_text_columns .field--name-field-columns:after {
  display: none;
}
.assembly-type-rich_text_columns .field--name-field-columns > div {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .assembly-type-rich_text_columns .field--name-field-columns > div {
    margin-top: 0;
  }
}
.assembly-type-rich_text_columns
  .field--name-field-columns
  > div
  *:first-child {
  margin-top: 0;
}
.assembly-type-rich_text_columns .field--name-field-columns > div *:last-child {
  margin-bottom: 0;
}
.assembly-type-rich_text_columns .field--name-field-columns h3 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .assembly-type-rich_text_columns .field--name-field-columns h3 {
    font-size: 18px;
    margin-top: 26px;
  }
}
.assembly-type-rich_text_columns .field--name-field-columns h3:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .assembly-type-rich_text_columns.three-up .field--name-field-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}

.assembly-type-learning_paths {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #e5e5e5;
  background-image: url(../docs/img/gray_diamond_background.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.assembly-type-learning_paths .header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.assembly-type-learning_paths .description {
  text-align: center;
}
.assembly-type-learning_paths .description p:first-child {
  margin-top: 0;
}
.assembly-type-learning_paths .description p:last-child {
  margin-bottom: 0;
}
.assembly-type-learning_paths .item-list {
  margin-top: 2rem;
}
.assembly-type-learning_paths .cta-link {
  margin-top: 2rem;
  text-align: center;
}
.assembly-type-learning_paths .cta-link a {
  display: inline-block;
}
.assembly-type-learning_paths .content-card-list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: 1fr 1fr;
}
.assembly-type-learning_paths .content-card-list > li {
  list-style-type: none;
  margin: 0;
}
@media (min-width: 768px) {
  .assembly-type-learning_paths .content-card-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.event-list {
  list-style-type: none;
  padding: 0px;
}
.event-list li.event-item {
  padding: 30px 0px;
  display: grid;
  grid-template-columns: 255px repeat(4, 1fr);
  grid-gap: 10px;
  border-bottom: 2px dotted #d2d3d4;
}
@media screen and (max-width: 768px) {
  .event-list li.event-item {
    grid-template-columns: 1fr;
  }
}
.event-list li.event-item i {
  margin-right: 5px;
}
.event-list li.event-item .event-thumbnail {
  max-width: 250px;
  max-height: 185px;
  grid-column: 1;
}
.event-list li.event-item .event-date {
  color: #656565;
  font-size: 14px;
}
.event-list li.event-item .event-info {
  grid-column: 2 / span 4;
}
@media screen and (max-width: 768px) {
  .event-list li.event-item .event-info {
    grid-column: 1;
  }
}
.event-list li.event-item p {
  margin: 10px 0px;
}
.event-list li.event-item p:first-of-type.event-speaker {
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .event-list li.event-item p:first-of-type.event-speaker {
    grid-column: 1;
  }
}
.event-list li.event-item p.event-speaker {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-auto-flow: column;
  color: #656565;
}
.event-list li.event-item p.event-speaker img {
  width: auto;
  height: auto !important;
  border-radius: 100%;
}
.event-list li.event-item p.event-speaker span {
  margin-left: 10px;
  align-self: center;
  color: #656565;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .event-list li.event-item p.event-speaker {
    grid-column: 1;
  }
}
.event-list li.event-item a.event-title {
  font-weight: 700;
  font-size: 18px;
}
.event-list li.event-item:first-of-type {
  border-top: 2px dotted #d2d3d4;
}
.event-list li.event-item:last-of-type {
  border-bottom: none;
}

.assembly-type-content_with_image {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .assembly-type-content_with_image {
    padding: 100px 0;
  }
}
.assembly-type-content_with_image .header {
  text-align: left;
  margin-bottom: 16px;
  font-size: 18px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .assembly-type-content_with_image .header {
    font-weight: bold;
    font-size: 36px;
  }
}
@media (min-width: 576px) {
  .assembly-type-content_with_image .container,
  .assembly-type-content_with_image .node__content > .field--name-body,
  .assembly-type-content_with_image #block-rhdp-local-tasks {
    display: flex;
  }
}
@media (min-width: 576px) {
  .assembly-type-content_with_image .container > div,
  .assembly-type-content_with_image .node__content > .field--name-body > div,
  .assembly-type-content_with_image #block-rhdp-local-tasks > div {
    width: 50%;
    align-self: start;
  }
}
@media (min-width: 1240px) {
  .assembly-type-content_with_image .container > div,
  .assembly-type-content_with_image .node__content > .field--name-body > div,
  .assembly-type-content_with_image #block-rhdp-local-tasks > div {
    align-self: center;
  }
}
.assembly-type-content_with_image p,
.assembly-type-content_with_image ol,
.assembly-type-content_with_image ul {
  font-size: 13px;
}
@media (min-width: 768px) {
  .assembly-type-content_with_image p,
  .assembly-type-content_with_image ol,
  .assembly-type-content_with_image ul {
    font-size: 16px;
  }
}
.assembly-type-content_with_image p:first-child,
.assembly-type-content_with_image ol:first-child,
.assembly-type-content_with_image ul:first-child {
  margin-top: 0;
}
@media (min-width: 576px) {
  .assembly-type-content_with_image .assembly-content {
    flex-grow: 2;
  }
}
.assembly-type-content_with_image .assembly-content .field--name-field-title {
  font-size: 38px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
.assembly-type-content_with_image .assembly-content + .assembly-image {
  margin-top: 13px;
  max-width: 212px;
}
@media (min-width: 576px) {
  .assembly-type-content_with_image .assembly-content + .assembly-image {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .assembly-type-content_with_image .assembly-content + .assembly-image {
    margin-left: 50px;
    max-width: 320px;
  }
}
@media (min-width: 576px) {
  .assembly-type-content_with_image .assembly-image {
    flex-grow: 1;
  }
}

.assembly-type-product_categories {
  background-color: #f9f9f9;
  padding: 5rem 0 0;
}
.assembly-type-product_categories .section-title {
  font-size: 32px;
  color: #242424;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}

meta.foundation-version {
  font-family: "/5.4.4/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.buzz-product-update:before,
.clearfix:after,
.buzz-product-update:after {
  content: " ";
  display: table;
}

.clearfix:after,
.buzz-product-update:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.4/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns,
.row.collapse > .developer-materials-sidebar,
.row.collapse > .developer-materials-main,
.row.collapse > .microsite-nav {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -1em;
  margin-right: -1em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns,
.developer-materials-sidebar,
.developer-materials-main,
.microsite-nav {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }
  .small-push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }
  .small-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }
  .small-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .small-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .small-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }
  .small-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }
  .small-push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }
  .small-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }
  .small-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .small-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .small-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .small-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }
  .small-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }
  .column,
  .columns,
  .developer-materials-sidebar,
  .developer-materials-main,
  .microsite-nav {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
  }
  .small-1 {
    width: 4.16667%;
  }
  .small-2 {
    width: 8.33333%;
  }
  .small-3 {
    width: 12.5%;
  }
  .small-4 {
    width: 16.66667%;
  }
  .small-5 {
    width: 20.83333%;
  }
  .small-6 {
    width: 25%;
  }
  .small-7 {
    width: 29.16667%;
  }
  .small-8 {
    width: 33.33333%;
  }
  .small-9 {
    width: 37.5%;
  }
  .small-10 {
    width: 41.66667%;
  }
  .small-11 {
    width: 45.83333%;
  }
  .small-12 {
    width: 50%;
  }
  .small-13 {
    width: 54.16667%;
  }
  .small-14 {
    width: 58.33333%;
  }
  .small-15 {
    width: 62.5%;
  }
  .small-16 {
    width: 66.66667%;
  }
  .small-17 {
    width: 70.83333%;
  }
  .small-18 {
    width: 75%;
  }
  .small-19 {
    width: 79.16667%;
  }
  .small-20 {
    width: 83.33333%;
  }
  .small-21 {
    width: 87.5%;
  }
  .small-22 {
    width: 91.66667%;
  }
  .small-23 {
    width: 95.83333%;
  }
  .small-24 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 4.16667% !important;
  }
  .small-offset-2 {
    margin-left: 8.33333% !important;
  }
  .small-offset-3 {
    margin-left: 12.5% !important;
  }
  .small-offset-4 {
    margin-left: 16.66667% !important;
  }
  .small-offset-5 {
    margin-left: 20.83333% !important;
  }
  .small-offset-6 {
    margin-left: 25% !important;
  }
  .small-offset-7 {
    margin-left: 29.16667% !important;
  }
  .small-offset-8 {
    margin-left: 33.33333% !important;
  }
  .small-offset-9 {
    margin-left: 37.5% !important;
  }
  .small-offset-10 {
    margin-left: 41.66667% !important;
  }
  .small-offset-11 {
    margin-left: 45.83333% !important;
  }
  .small-offset-12 {
    margin-left: 50% !important;
  }
  .small-offset-13 {
    margin-left: 54.16667% !important;
  }
  .small-offset-14 {
    margin-left: 58.33333% !important;
  }
  .small-offset-15 {
    margin-left: 62.5% !important;
  }
  .small-offset-16 {
    margin-left: 66.66667% !important;
  }
  .small-offset-17 {
    margin-left: 70.83333% !important;
  }
  .small-offset-18 {
    margin-left: 75% !important;
  }
  .small-offset-19 {
    margin-left: 79.16667% !important;
  }
  .small-offset-20 {
    margin-left: 83.33333% !important;
  }
  .small-offset-21 {
    margin-left: 87.5% !important;
  }
  .small-offset-22 {
    margin-left: 91.66667% !important;
  }
  .small-offset-23 {
    margin-left: 95.83333% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered,
  .small-centered.developer-materials-sidebar,
  .small-centered.developer-materials-main,
  .small-centered.microsite-nav {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered,
  .small-uncentered.developer-materials-sidebar,
  .small-uncentered.developer-materials-main,
  .small-uncentered.microsite-nav {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child,
  .small-centered.developer-materials-sidebar:last-child,
  .small-centered.developer-materials-main:last-child,
  .small-centered.microsite-nav:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child,
  .small-uncentered.developer-materials-sidebar:last-child,
  .small-uncentered.developer-materials-main:last-child,
  .small-uncentered.microsite-nav:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite,
  .small-uncentered.opposite.developer-materials-sidebar,
  .small-uncentered.opposite.developer-materials-main,
  .small-uncentered.opposite.microsite-nav {
    float: right;
  }
}

@media only screen and (min-width: 48.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }
  .medium-push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }
  .medium-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }
  .medium-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .medium-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .medium-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }
  .medium-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }
  .medium-push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }
  .medium-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }
  .medium-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .medium-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .medium-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .medium-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }
  .medium-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }
  .column,
  .columns,
  .developer-materials-sidebar,
  .developer-materials-main,
  .microsite-nav {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
  }
  .medium-1 {
    width: 4.16667%;
  }
  .medium-2 {
    width: 8.33333%;
  }
  .medium-3 {
    width: 12.5%;
  }
  .medium-4 {
    width: 16.66667%;
  }
  .medium-5 {
    width: 20.83333%;
  }
  .medium-6 {
    width: 25%;
  }
  .medium-7 {
    width: 29.16667%;
  }
  .medium-8 {
    width: 33.33333%;
  }
  .medium-9 {
    width: 37.5%;
  }
  .medium-10 {
    width: 41.66667%;
  }
  .medium-11 {
    width: 45.83333%;
  }
  .medium-12 {
    width: 50%;
  }
  .medium-13 {
    width: 54.16667%;
  }
  .medium-14 {
    width: 58.33333%;
  }
  .medium-15 {
    width: 62.5%;
  }
  .medium-16 {
    width: 66.66667%;
  }
  .medium-17 {
    width: 70.83333%;
  }
  .medium-18 {
    width: 75%;
  }
  .medium-19 {
    width: 79.16667%;
  }
  .medium-20 {
    width: 83.33333%;
  }
  .medium-21 {
    width: 87.5%;
  }
  .medium-22 {
    width: 91.66667%;
  }
  .medium-23 {
    width: 95.83333%;
  }
  .medium-24 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 4.16667% !important;
  }
  .medium-offset-2 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-3 {
    margin-left: 12.5% !important;
  }
  .medium-offset-4 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-5 {
    margin-left: 20.83333% !important;
  }
  .medium-offset-6 {
    margin-left: 25% !important;
  }
  .medium-offset-7 {
    margin-left: 29.16667% !important;
  }
  .medium-offset-8 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-9 {
    margin-left: 37.5% !important;
  }
  .medium-offset-10 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-11 {
    margin-left: 45.83333% !important;
  }
  .medium-offset-12 {
    margin-left: 50% !important;
  }
  .medium-offset-13 {
    margin-left: 54.16667% !important;
  }
  .medium-offset-14 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-15 {
    margin-left: 62.5% !important;
  }
  .medium-offset-16 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-17 {
    margin-left: 70.83333% !important;
  }
  .medium-offset-18 {
    margin-left: 75% !important;
  }
  .medium-offset-19 {
    margin-left: 79.16667% !important;
  }
  .medium-offset-20 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-21 {
    margin-left: 87.5% !important;
  }
  .medium-offset-22 {
    margin-left: 91.66667% !important;
  }
  .medium-offset-23 {
    margin-left: 95.83333% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered,
  .medium-centered.developer-materials-sidebar,
  .medium-centered.developer-materials-main,
  .medium-centered.microsite-nav {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered,
  .medium-uncentered.developer-materials-sidebar,
  .medium-uncentered.developer-materials-main,
  .medium-uncentered.microsite-nav {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child,
  .medium-centered.developer-materials-sidebar:last-child,
  .medium-centered.developer-materials-main:last-child,
  .medium-centered.microsite-nav:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child,
  .medium-uncentered.developer-materials-sidebar:last-child,
  .medium-uncentered.developer-materials-main:last-child,
  .medium-uncentered.microsite-nav:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite,
  .medium-uncentered.opposite.developer-materials-sidebar,
  .medium-uncentered.opposite.developer-materials-main,
  .medium-uncentered.opposite.microsite-nav {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }
  .push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }
  .pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }
  .push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }
  .pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }
  .push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }
  .pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }
  .push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }
  .pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }
  .large-push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }
  .large-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }
  .large-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .large-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .large-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }
  .large-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }
  .large-push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }
  .large-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }
  .large-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .large-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .large-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .large-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }
  .large-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }
  .column,
  .columns,
  .developer-materials-sidebar,
  .developer-materials-main,
  .microsite-nav {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
  }
  .large-1 {
    width: 4.16667%;
  }
  .large-2 {
    width: 8.33333%;
  }
  .large-3 {
    width: 12.5%;
  }
  .large-4 {
    width: 16.66667%;
  }
  .large-5 {
    width: 20.83333%;
  }
  .large-6,
  .developer-materials-sidebar {
    width: 25%;
  }
  .large-7 {
    width: 29.16667%;
  }
  .large-8 {
    width: 33.33333%;
  }
  .large-9 {
    width: 37.5%;
  }
  .large-10 {
    width: 41.66667%;
  }
  .large-11 {
    width: 45.83333%;
  }
  .large-12 {
    width: 50%;
  }
  .large-13 {
    width: 54.16667%;
  }
  .large-14 {
    width: 58.33333%;
  }
  .large-15 {
    width: 62.5%;
  }
  .large-16 {
    width: 66.66667%;
  }
  .large-17,
  .developer-materials-main {
    width: 70.83333%;
  }
  .large-18 {
    width: 75%;
  }
  .large-19 {
    width: 79.16667%;
  }
  .large-20 {
    width: 83.33333%;
  }
  .large-21 {
    width: 87.5%;
  }
  .large-22 {
    width: 91.66667%;
  }
  .large-23 {
    width: 95.83333%;
  }
  .large-24,
  .microsite-nav {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 4.16667% !important;
  }
  .large-offset-2 {
    margin-left: 8.33333% !important;
  }
  .large-offset-3 {
    margin-left: 12.5% !important;
  }
  .large-offset-4 {
    margin-left: 16.66667% !important;
  }
  .large-offset-5 {
    margin-left: 20.83333% !important;
  }
  .large-offset-6 {
    margin-left: 25% !important;
  }
  .large-offset-7 {
    margin-left: 29.16667% !important;
  }
  .large-offset-8 {
    margin-left: 33.33333% !important;
  }
  .large-offset-9 {
    margin-left: 37.5% !important;
  }
  .large-offset-10 {
    margin-left: 41.66667% !important;
  }
  .large-offset-11 {
    margin-left: 45.83333% !important;
  }
  .large-offset-12 {
    margin-left: 50% !important;
  }
  .large-offset-13 {
    margin-left: 54.16667% !important;
  }
  .large-offset-14 {
    margin-left: 58.33333% !important;
  }
  .large-offset-15 {
    margin-left: 62.5% !important;
  }
  .large-offset-16 {
    margin-left: 66.66667% !important;
  }
  .large-offset-17 {
    margin-left: 70.83333% !important;
  }
  .large-offset-18 {
    margin-left: 75% !important;
  }
  .large-offset-19 {
    margin-left: 79.16667% !important;
  }
  .large-offset-20 {
    margin-left: 83.33333% !important;
  }
  .large-offset-21 {
    margin-left: 87.5% !important;
  }
  .large-offset-22 {
    margin-left: 91.66667% !important;
  }
  .large-offset-23 {
    margin-left: 95.83333% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered,
  .large-centered.developer-materials-sidebar,
  .large-centered.developer-materials-main,
  .large-centered.microsite-nav {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered,
  .large-uncentered.developer-materials-sidebar,
  .large-uncentered.developer-materials-main,
  .large-uncentered.microsite-nav {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child,
  .large-centered.developer-materials-sidebar:last-child,
  .large-centered.developer-materials-main:last-child,
  .large-centered.microsite-nav:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child,
  .large-uncentered.developer-materials-sidebar:last-child,
  .large-uncentered.developer-materials-main:last-child,
  .large-uncentered.microsite-nav:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite,
  .large-uncentered.opposite.developer-materials-sidebar,
  .large-uncentered.opposite.developer-materials-main,
  .large-uncentered.opposite.microsite-nav {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }
  .push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }
  .pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }
  .push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }
  .pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }
  .push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }
  .pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }
  .push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }
  .pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }
}

meta.foundation-version {
  font-family: "/5.4.4/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* small displays */
@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 48.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape,
table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table;
  }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table;
  }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}

meta.foundation-version {
  font-family: "/5.4.4/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625em;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625em 1.25em;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 48.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}

meta.foundation-version {
  font-family: "/5.4.4/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
}
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
  font-weight: 400;
}
.side-nav li a:not(.button) {
  display: block;
  color: #242424;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}
.side-nav li a:not(.button):hover,
.side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #666666;
}
.side-nav li.active > a:first-child:not(.button) {
  color: #666666;
  font-weight: 400;
}
.side-nav li.divider {
  border-top: 0px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}
.side-nav li.heading {
  color: #242424;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

meta.foundation-version {
  font-family: "/5.4.4/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns,
form .row .row .developer-materials-sidebar,
form .row .row .developer-materials-main,
form .row .row .microsite-nav {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns,
form .row .row.collapse .developer-materials-sidebar,
form .row .row.collapse .developer-materials-main,
form .row .row.collapse .microsite-nav {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row input.developer-materials-sidebar,
form .row input.developer-materials-main,
form .row input.microsite-nav,
form .row textarea.column,
form .row textarea.columns,
form .row textarea.developer-materials-sidebar,
form .row textarea.developer-materials-main,
form .row textarea.microsite-nav {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

select::-ms-expand {
  display: none;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix,
label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix,
label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #ffffff;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: 0;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #dddddd;
  cursor: default;
}
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  background-color: #dddddd;
  cursor: default;
}
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
  border-radius: 0px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
select.radius {
  border-radius: 0;
}
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #dddddd;
  cursor: default;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
fieldset legend {
  font-weight: bold;
  background: #ffffff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: #ffffff;
}

[data-abide] span.error,
[data-abide] small.error {
  display: none;
}

span.error,
small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: #ffffff;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

.error label,
.error label.error {
  color: #c60f13;
}

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: #ffffff;
}

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #c60f13;
}

meta.foundation-version {
  font-family: "/5.4.4/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

meta.foundation-version {
  font-family: "/5.4.4/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns,
.row.collapse > .developer-materials-sidebar,
.row.collapse > .developer-materials-main,
.row.collapse > .microsite-nav {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -1em;
  margin-right: -1em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns,
.developer-materials-sidebar,
.developer-materials-main,
.microsite-nav {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }
  .small-push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }
  .small-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }
  .small-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .small-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .small-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }
  .small-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }
  .small-push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }
  .small-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }
  .small-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .small-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .small-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .small-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }
  .small-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }
  .column,
  .columns,
  .developer-materials-sidebar,
  .developer-materials-main,
  .microsite-nav {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
  }
  .small-1 {
    width: 4.16667%;
  }
  .small-2 {
    width: 8.33333%;
  }
  .small-3 {
    width: 12.5%;
  }
  .small-4 {
    width: 16.66667%;
  }
  .small-5 {
    width: 20.83333%;
  }
  .small-6 {
    width: 25%;
  }
  .small-7 {
    width: 29.16667%;
  }
  .small-8 {
    width: 33.33333%;
  }
  .small-9 {
    width: 37.5%;
  }
  .small-10 {
    width: 41.66667%;
  }
  .small-11 {
    width: 45.83333%;
  }
  .small-12 {
    width: 50%;
  }
  .small-13 {
    width: 54.16667%;
  }
  .small-14 {
    width: 58.33333%;
  }
  .small-15 {
    width: 62.5%;
  }
  .small-16 {
    width: 66.66667%;
  }
  .small-17 {
    width: 70.83333%;
  }
  .small-18 {
    width: 75%;
  }
  .small-19 {
    width: 79.16667%;
  }
  .small-20 {
    width: 83.33333%;
  }
  .small-21 {
    width: 87.5%;
  }
  .small-22 {
    width: 91.66667%;
  }
  .small-23 {
    width: 95.83333%;
  }
  .small-24 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 4.16667% !important;
  }
  .small-offset-2 {
    margin-left: 8.33333% !important;
  }
  .small-offset-3 {
    margin-left: 12.5% !important;
  }
  .small-offset-4 {
    margin-left: 16.66667% !important;
  }
  .small-offset-5 {
    margin-left: 20.83333% !important;
  }
  .small-offset-6 {
    margin-left: 25% !important;
  }
  .small-offset-7 {
    margin-left: 29.16667% !important;
  }
  .small-offset-8 {
    margin-left: 33.33333% !important;
  }
  .small-offset-9 {
    margin-left: 37.5% !important;
  }
  .small-offset-10 {
    margin-left: 41.66667% !important;
  }
  .small-offset-11 {
    margin-left: 45.83333% !important;
  }
  .small-offset-12 {
    margin-left: 50% !important;
  }
  .small-offset-13 {
    margin-left: 54.16667% !important;
  }
  .small-offset-14 {
    margin-left: 58.33333% !important;
  }
  .small-offset-15 {
    margin-left: 62.5% !important;
  }
  .small-offset-16 {
    margin-left: 66.66667% !important;
  }
  .small-offset-17 {
    margin-left: 70.83333% !important;
  }
  .small-offset-18 {
    margin-left: 75% !important;
  }
  .small-offset-19 {
    margin-left: 79.16667% !important;
  }
  .small-offset-20 {
    margin-left: 83.33333% !important;
  }
  .small-offset-21 {
    margin-left: 87.5% !important;
  }
  .small-offset-22 {
    margin-left: 91.66667% !important;
  }
  .small-offset-23 {
    margin-left: 95.83333% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered,
  .small-centered.developer-materials-sidebar,
  .small-centered.developer-materials-main,
  .small-centered.microsite-nav {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered,
  .small-uncentered.developer-materials-sidebar,
  .small-uncentered.developer-materials-main,
  .small-uncentered.microsite-nav {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child,
  .small-centered.developer-materials-sidebar:last-child,
  .small-centered.developer-materials-main:last-child,
  .small-centered.microsite-nav:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child,
  .small-uncentered.developer-materials-sidebar:last-child,
  .small-uncentered.developer-materials-main:last-child,
  .small-uncentered.microsite-nav:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite,
  .small-uncentered.opposite.developer-materials-sidebar,
  .small-uncentered.opposite.developer-materials-main,
  .small-uncentered.opposite.microsite-nav {
    float: right;
  }
}

@media only screen and (min-width: 48.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }
  .medium-push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }
  .medium-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }
  .medium-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .medium-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .medium-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }
  .medium-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }
  .medium-push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }
  .medium-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }
  .medium-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .medium-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .medium-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .medium-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }
  .medium-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }
  .column,
  .columns,
  .developer-materials-sidebar,
  .developer-materials-main,
  .microsite-nav {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
  }
  .medium-1 {
    width: 4.16667%;
  }
  .medium-2 {
    width: 8.33333%;
  }
  .medium-3 {
    width: 12.5%;
  }
  .medium-4 {
    width: 16.66667%;
  }
  .medium-5 {
    width: 20.83333%;
  }
  .medium-6 {
    width: 25%;
  }
  .medium-7 {
    width: 29.16667%;
  }
  .medium-8 {
    width: 33.33333%;
  }
  .medium-9 {
    width: 37.5%;
  }
  .medium-10 {
    width: 41.66667%;
  }
  .medium-11 {
    width: 45.83333%;
  }
  .medium-12 {
    width: 50%;
  }
  .medium-13 {
    width: 54.16667%;
  }
  .medium-14 {
    width: 58.33333%;
  }
  .medium-15 {
    width: 62.5%;
  }
  .medium-16 {
    width: 66.66667%;
  }
  .medium-17 {
    width: 70.83333%;
  }
  .medium-18 {
    width: 75%;
  }
  .medium-19 {
    width: 79.16667%;
  }
  .medium-20 {
    width: 83.33333%;
  }
  .medium-21 {
    width: 87.5%;
  }
  .medium-22 {
    width: 91.66667%;
  }
  .medium-23 {
    width: 95.83333%;
  }
  .medium-24 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 4.16667% !important;
  }
  .medium-offset-2 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-3 {
    margin-left: 12.5% !important;
  }
  .medium-offset-4 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-5 {
    margin-left: 20.83333% !important;
  }
  .medium-offset-6 {
    margin-left: 25% !important;
  }
  .medium-offset-7 {
    margin-left: 29.16667% !important;
  }
  .medium-offset-8 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-9 {
    margin-left: 37.5% !important;
  }
  .medium-offset-10 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-11 {
    margin-left: 45.83333% !important;
  }
  .medium-offset-12 {
    margin-left: 50% !important;
  }
  .medium-offset-13 {
    margin-left: 54.16667% !important;
  }
  .medium-offset-14 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-15 {
    margin-left: 62.5% !important;
  }
  .medium-offset-16 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-17 {
    margin-left: 70.83333% !important;
  }
  .medium-offset-18 {
    margin-left: 75% !important;
  }
  .medium-offset-19 {
    margin-left: 79.16667% !important;
  }
  .medium-offset-20 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-21 {
    margin-left: 87.5% !important;
  }
  .medium-offset-22 {
    margin-left: 91.66667% !important;
  }
  .medium-offset-23 {
    margin-left: 95.83333% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered,
  .medium-centered.developer-materials-sidebar,
  .medium-centered.developer-materials-main,
  .medium-centered.microsite-nav {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered,
  .medium-uncentered.developer-materials-sidebar,
  .medium-uncentered.developer-materials-main,
  .medium-uncentered.microsite-nav {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child,
  .medium-centered.developer-materials-sidebar:last-child,
  .medium-centered.developer-materials-main:last-child,
  .medium-centered.microsite-nav:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child,
  .medium-uncentered.developer-materials-sidebar:last-child,
  .medium-uncentered.developer-materials-main:last-child,
  .medium-uncentered.microsite-nav:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite,
  .medium-uncentered.opposite.developer-materials-sidebar,
  .medium-uncentered.opposite.developer-materials-main,
  .medium-uncentered.opposite.microsite-nav {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }
  .push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }
  .pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }
  .push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }
  .pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }
  .push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }
  .pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }
  .push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }
  .pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }
  .large-push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }
  .large-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }
  .large-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .large-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .large-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }
  .large-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }
  .large-push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }
  .large-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }
  .large-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .large-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .large-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .large-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }
  .large-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }
  .column,
  .columns,
  .developer-materials-sidebar,
  .developer-materials-main,
  .microsite-nav {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
  }
  .large-1 {
    width: 4.16667%;
  }
  .large-2 {
    width: 8.33333%;
  }
  .large-3 {
    width: 12.5%;
  }
  .large-4 {
    width: 16.66667%;
  }
  .large-5 {
    width: 20.83333%;
  }
  .large-6,
  .developer-materials-sidebar {
    width: 25%;
  }
  .large-7 {
    width: 29.16667%;
  }
  .large-8 {
    width: 33.33333%;
  }
  .large-9 {
    width: 37.5%;
  }
  .large-10 {
    width: 41.66667%;
  }
  .large-11 {
    width: 45.83333%;
  }
  .large-12 {
    width: 50%;
  }
  .large-13 {
    width: 54.16667%;
  }
  .large-14 {
    width: 58.33333%;
  }
  .large-15 {
    width: 62.5%;
  }
  .large-16 {
    width: 66.66667%;
  }
  .large-17,
  .developer-materials-main {
    width: 70.83333%;
  }
  .large-18 {
    width: 75%;
  }
  .large-19 {
    width: 79.16667%;
  }
  .large-20 {
    width: 83.33333%;
  }
  .large-21 {
    width: 87.5%;
  }
  .large-22 {
    width: 91.66667%;
  }
  .large-23 {
    width: 95.83333%;
  }
  .large-24,
  .microsite-nav {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 4.16667% !important;
  }
  .large-offset-2 {
    margin-left: 8.33333% !important;
  }
  .large-offset-3 {
    margin-left: 12.5% !important;
  }
  .large-offset-4 {
    margin-left: 16.66667% !important;
  }
  .large-offset-5 {
    margin-left: 20.83333% !important;
  }
  .large-offset-6 {
    margin-left: 25% !important;
  }
  .large-offset-7 {
    margin-left: 29.16667% !important;
  }
  .large-offset-8 {
    margin-left: 33.33333% !important;
  }
  .large-offset-9 {
    margin-left: 37.5% !important;
  }
  .large-offset-10 {
    margin-left: 41.66667% !important;
  }
  .large-offset-11 {
    margin-left: 45.83333% !important;
  }
  .large-offset-12 {
    margin-left: 50% !important;
  }
  .large-offset-13 {
    margin-left: 54.16667% !important;
  }
  .large-offset-14 {
    margin-left: 58.33333% !important;
  }
  .large-offset-15 {
    margin-left: 62.5% !important;
  }
  .large-offset-16 {
    margin-left: 66.66667% !important;
  }
  .large-offset-17 {
    margin-left: 70.83333% !important;
  }
  .large-offset-18 {
    margin-left: 75% !important;
  }
  .large-offset-19 {
    margin-left: 79.16667% !important;
  }
  .large-offset-20 {
    margin-left: 83.33333% !important;
  }
  .large-offset-21 {
    margin-left: 87.5% !important;
  }
  .large-offset-22 {
    margin-left: 91.66667% !important;
  }
  .large-offset-23 {
    margin-left: 95.83333% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered,
  .large-centered.developer-materials-sidebar,
  .large-centered.developer-materials-main,
  .large-centered.microsite-nav {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered,
  .large-uncentered.developer-materials-sidebar,
  .large-uncentered.developer-materials-main,
  .large-uncentered.microsite-nav {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child,
  .large-centered.developer-materials-sidebar:last-child,
  .large-centered.developer-materials-main:last-child,
  .large-centered.microsite-nav:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child,
  .large-uncentered.developer-materials-sidebar:last-child,
  .large-uncentered.developer-materials-main:last-child,
  .large-uncentered.microsite-nav:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite,
  .large-uncentered.opposite.developer-materials-sidebar,
  .large-uncentered.opposite.developer-materials-main,
  .large-uncentered.opposite.microsite-nav {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }
  .push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }
  .pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }
  .push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }
  .pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }
  .push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }
  .pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }
  .push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }
  .pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd,
.tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #efefef;
  color: #222222;
  padding: 1rem 2rem;
  font-size: 1rem;
}
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}
.tabs dd.active a,
.tabs .tab-title.active a {
  background-color: #ffffff;
  color: #222222;
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before,
.tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 1em 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 1em;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 1em;
}

@media only screen and (min-width: 48.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}

.no-js .tabs-content > .content {
  display: block;
  float: none;
}

meta.foundation-version {
  font-family: "/5.4.4/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

.accordion {
  margin-bottom: 0;
}
.accordion:before,
.accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation,
.accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
  background: #e8e8e8;
}
.accordion .accordion-navigation > a,
.accordion dd > a {
  background: #efefef;
  color: #222222;
  padding: 1rem;
  display: block;
  font-size: 1rem;
}
.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
  background: #e3e3e3;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content {
  display: none;
  padding: 1em;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  display: block;
  background: #ffffff;
}

meta.foundation-version {
  font-family: "/5.4.4/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

table {
  background: #f5f5f6;
  margin-bottom: 1.25rem;
  border: solid 1px transparent;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: #242424;
}
table thead tr th,
table thead tr td {
  padding: 10px;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
}
table tfoot {
  background: #242424;
}
table tfoot tr th,
table tfoot tr td {
  padding: 10px;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
}
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #333333;
  text-align: left;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #fff;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.375em;
}

meta.foundation-version {
  font-family: "/5.4.4/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a,
ul.pagination li button {
  display: block;
  padding: 0.5em 0.9375em;
  color: #999999;
  background: none;
  border-radius: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: transparent;
}
ul.pagination li.current a,
ul.pagination li.current button {
  background: #0066cc;
  color: #ffffff;
  font-weight: normal;
  cursor: default;
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
  background: #008cba;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/*
   Zurb Foundation Overides
  These are things that can't be changed in _settings.scss
*/
.row,
.top-bar .row {
  max-width: 73.125rem;
}

.row {
  margin: 0 auto;
}
.row.grow > [class^="large-"]:first-child {
  padding-left: 0;
}
.row.grow > [class^="large-"]:last-child {
  padding-right: 0;
}
.row.full-width {
  width: 100%;
  max-width: 100% !important;
}
.row.full-width > .column:first-child,
.row.full-width > .columns:first-child,
.row.full-width > .developer-materials-sidebar:first-child,
.row.full-width > .developer-materials-main:first-child,
.row.full-width > .microsite-nav:first-child {
  padding-left: 0;
}
.row.full-width > .column:last-child,
.row.full-width > .columns:last-child,
.row.full-width > .developer-materials-sidebar:last-child,
.row.full-width > .developer-materials-main:last-child,
.row.full-width > .microsite-nav:last-child {
  padding-right: 0;
}

pre code {
  border: none;
}

.content {
  padding: 1em 0;
}

.content-wrapper {
  margin: 0 auto;
}

body.fullbleed .content-wrapper {
  max-width: none;
  padding: 0;
  margin: 0;
  background: none;
}

.wrapper {
  background-size: 100% 100px;
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 400px;
  padding-bottom: 6.25rem;
  flex: 1;
  flex-basis: auto;
}

.hero {
  border: 1px solid black;
  border-radius: 0;
  margin-bottom: 20px;
}

.rh-universal-header {
  background-color: rgba(0, 0, 0, 0.8);
  display: none !important;
}
@media (min-width: 768px) {
  .rh-universal-header {
    display: flex !important;
  }
}

.rh-nav-universal {
  max-width: 720px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-items: center;
  min-height: 50px;
  grid-column-gap: 224px;
}
@media (min-width: 992px) {
  .rh-nav-universal {
    max-width: 1400px;
    grid-column-gap: 0;
    grid-template-columns: 145px 1fr;
  }
}

.rhd-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.rhd-menu > li {
  padding: 0;
}

.rh-logo-wrapper {
  justify-self: start;
}

.rh-nav-universal-list {
  list-style: none;
  justify-self: start;
  padding-left: 0;
  display: none !important;
}
@media (min-width: 992px) {
  .rh-nav-universal-list {
    display: flex !important;
  }
}
.rh-nav-universal-list li {
  display: inline;
  margin-right: 30px;
}
.rh-nav-universal-list a {
  color: #999999;
}
.rh-nav-universal-list a:hover,
.rh-nav-universal-list a:focus,
.rh-nav-universal-list a:active {
  color: #ffffff;
}

.rh-nav-universal-link {
  color: #999999;
  text-transform: uppercase;
}
.rh-nav-universal-link:active,
.rh-nav-universal-link:hover,
.rh-nav-universal-link:focus {
  color: #ffffff;
}
.rh-nav-universal-link a[data-drupal-link-system-path="<front>"] {
  color: #ffffff;
  position: relative;
}
.rh-nav-universal-link a[data-drupal-link-system-path="<front>"]:after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background-color: #e00;
  margin-top: 0;
}

.rh-header-logo {
  max-width: 100px;
  padding: 5px;
}

.rh-universal-header .rh-universal-login {
  grid-column-end: right;
  height: 100%;
  padding: 15px 10px 0 10px;
}
.rh-universal-header .rh-universal-login li.logged-in {
  font-size: 14px;
}
.rh-universal-header .rh-universal-login li.logged-in .logged-in-name {
  font-size: 14px;
}
.rh-universal-header .rh-universal-login li.logged-in .icon {
  margin-right: 10px;
  color: #ffffff;
}
.rh-universal-header .rh-universal-login li.logged-in .logged-in-name ~ .icon {
  margin-right: 0;
}
.rh-universal-header .rh-universal-login:hover {
  background-color: #424242;
}
.rh-universal-header .rh-universal-login li a {
  font-size: 16px;
  text-transform: none;
  color: #ffffff;
  font-weight: 400;
}
.rh-universal-header .rh-universal-login li a:active,
.rh-universal-header .rh-universal-login li a:hover,
.rh-universal-header .rh-universal-login li a:focus {
  color: #ffffff;
}

.rh-universal-login .dropdwn-menu {
  font-size: 14px;
  color: #333;
  position: absolute;
  background-color: #e6e6e6;
  list-style: none;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.35);
  display: none;
  padding-left: 0;
  z-index: 99;
  margin-left: -10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .rh-universal-login .dropdwn-menu {
    position: relative;
    width: auto !important;
    margin-left: 0;
  }
}
.rh-universal-login .dropdwn-menu li {
  padding-left: 0;
  padding-right: 35px;
  margin: 10px;
}
.rh-universal-login .dropdwn-menu li:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 5px;
}
.rh-universal-login .dropdwn-menu li a,
.rh-universal-login .dropdwn-menu li a:focus,
.rh-universal-login .dropdwn-menu li a:hover,
.rh-universal-login .dropdwn-menu li a:active {
  font-size: 14px;
  color: black;
}

.rh-universal-login .icon {
  margin-right: 10px;
  color: #ffffff;
}

.rh-universal-login a + .icon {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .rh-universal-login a + .icon {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .rh-nav-universal-list {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .rh-universal-header {
    display: none;
  }
}

.rhd-header {
  margin: 0 auto;
  padding: 11px 0;
  color: #656565;
}
@media (min-width: 768px) {
  .rhd-header {
    align-items: center;
    justify-items: center;
    max-width: 73.125rem;
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
}
@media (min-width: 992px) {
  .rhd-header {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .rhd-header.front-nav {
    border-bottom: 1px solid #242424;
    padding: 20px 0;
  }
}
.rhd-header .rhd-nav-fixed {
  grid-row: 1;
  grid-column: 2;
  align-items: right;
  display: none;
}
@media (min-width: 768px) {
  .rhd-header .rhd-nav-fixed {
    display: block;
  }
}
.rhd-header .rhd-nav-fixed .search-bar .user-search {
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
}
.rhd-header .rhd-nav-fixed .rhd-nav-search {
  padding-top: 0 !important;
}
.rhd-header .rhd-nav-fixed .rhd-search-wrapper {
  width: 0;
  overflow: hidden;
  transition: 200ms ease-in-out;
}
.rhd-header .rhd-nav-fixed .rhd-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.rhd-header .rhd-nav-fixed .rhd-menu li {
  display: inline-block;
  flex: 0 0 auto;
  padding-top: 5px;
}
@media (min-width: 576px) {
  .rhd-header .rhd-nav-fixed .rhd-menu li {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .rhd-header .rhd-nav-fixed .rhd-menu li {
    margin-left: 40px;
  }
}
.rhd-header .rhd-nav-fixed .rhd-menu li > a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #656565;
  transition: 200ms ease-in-out;
}
.rhd-header .rhd-nav-fixed .rhd-menu li > a:hover {
  color: #000;
}
.rhd-header .rhd-nav-fixed .rhd-menu li > a:after {
  content: "";
  display: block;
  width: 30px;
  background-color: #e00;
  height: 3px;
  margin-top: 0;
  transform: scaleX(0);
  transition: 200ms ease-in-out;
  transform-origin: left;
}
.rhd-header .rhd-nav-fixed .rhd-menu li > a.is-active {
  color: #000;
}
.rhd-header .rhd-nav-fixed .rhd-menu li > a.is-active:after {
  transform: scaleX(1);
}
.rhd-header.rhd-search-open .rhd-menu li {
  display: none;
}
@media (min-width: 992px) {
  .rhd-header.rhd-search-open .rhd-menu li {
    display: inline-block;
  }
}
.rhd-header.rhd-search-open .rhd-menu li.rhd-nav-search {
  display: inline-block;
}

.rhd-topic-nav {
  font-weight: bold;
  color: #000;
  font-size: 14px;
  height: 41px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .rhd-topic-nav {
    font-size: 16px;
    height: 44px;
  }
}
@media (min-width: 992px) {
  .rhd-topic-nav {
    padding-right: 150px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.rhd-topic-nav li.menu-item {
  display: inline-block;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .rhd-topic-nav li.menu-item {
    padding: 0 15px;
  }
}
.rhd-topic-nav li.menu-item:focus,
.rhd-topic-nav li.menu-item:active {
  outline: 0;
}
.rhd-topic-nav li.rhd-nav-all-topics {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .rhd-topic-nav li.rhd-nav-all-topics {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .rhd-topic-nav li.rhd-nav-all-topics {
    display: none;
  }
}
.rhd-topic-nav a {
  color: #242424;
  padding: 8px 0;
  display: inline-block;
  border-bottom: 3px solid transparent;
  position: relative;
}
.rhd-topic-nav a:after {
  content: "";
  display: block;
  height: 3px;
  background-color: #e00;
  transform: scaleX(0);
  transition: ease-in-out 150ms;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}
.rhd-topic-nav a.is-active:after,
.rhd-topic-nav a:hover:after,
.rhd-topic-nav a:active:after {
  transform: scaleY(1);
}

.rhd-nav-all-topics .icon {
  margin-left: 10px;
}

.rhd-topic-header-inner {
  position: relative;
}
@media (min-width: 992px) {
  .rhd-topic-header-inner {
    border-bottom: 1px solid #242424;
  }
}
.rhd-topic-header-inner > .rhd-nav-all-topics {
  font-weight: bold;
  display: none;
}
@media (min-width: 992px) {
  .rhd-topic-header-inner > .rhd-nav-all-topics {
    display: block;
    right: 0;
    position: absolute;
    top: 0;
  }
}
.rhd-topic-header-inner > .rhd-nav-all-topics a {
  color: #000000;
  padding: 8px 0;
  display: inline-block;
  border-bottom: 3px solid transparent;
}
.rhd-topic-header-inner .slider-arrow {
  font-size: 20px;
}
@media (min-width: 768px) {
  .rhd-topic-header-inner .slider-arrow {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .rhd-topic-header-inner .slider-arrow {
    display: none !important;
  }
}
.rhd-topic-header-inner .previous-arrow,
.rhd-topic-header-inner .next-arrow {
  position: absolute;
  top: 0;
  z-index: 10;
  color: #424242;
  padding: 0;
  width: 40px;
  height: 100%;
  text-align: left;
  overflow: visible;
  background-color: transparent;
  cursor: pointer;
}
.rhd-topic-header-inner .previous-arrow:hover,
.rhd-topic-header-inner .previous-arrow:focus,
.rhd-topic-header-inner .previous-arrow:active,
.rhd-topic-header-inner .next-arrow:hover,
.rhd-topic-header-inner .next-arrow:focus,
.rhd-topic-header-inner .next-arrow:active {
  outline: 0;
}
.rhd-topic-header-inner .previous-arrow {
  left: 0;
  display: none;
}
.rhd-topic-header-inner .previous-arrow:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100px;
  background: white;
  background: linear-gradient(90deg, #f9f9f9 0%, rgba(249, 249, 249, 0) 100%);
  z-index: -1;
  pointer-events: none;
}
.rhd-topic-header-inner .next-arrow {
  right: 0;
  text-align: right;
}
.rhd-topic-header-inner .next-arrow:after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100px;
  background: white;
  background: linear-gradient(90deg, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
  z-index: -1;
  pointer-events: none;
}

.rhd-nav-search {
  min-width: 16px;
  position: relative;
  min-height: 23px;
  z-index: 51;
}
.rhd-nav-search.open .rhd-search-wrapper {
  width: 150px;
}
.rhd-nav-search.open .rhd-search-toggle {
  display: none;
}
.rhd-nav-search .rhd-search-toggle {
  position: absolute;
  bottom: 0;
  top: 5px;
}
.rhd-nav-search .rhd-search-toggle:hover,
.rhd-nav-search .rhd-search-toggle:active,
.rhd-nav-search .rhd-search-toggle:focus {
  background-color: transparent;
  color: inherit;
}

.rhd-search-toggle-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
}

.rhd-nav-fixed {
  justify-self: end;
}
.rhd-nav-fixed .description {
  display: none;
}
.rhd-nav-fixed ul {
  list-style: none;
}
.rhd-nav-fixed ul li {
  display: inline;
}
.rhd-nav-fixed ul li.rhd-nav-search {
  margin-right: 0;
  font-size: 18px;
}

.rhd-nav-mobile ul {
  text-align: center;
}
.rhd-nav-mobile ul > li > a {
  font-weight: bold;
}

.rhd-nav-mobile .rhd-nav-search {
  display: none;
}

.rhd-nav-mobile .rhd-header-link > a {
  color: #242424;
  display: block;
  padding: 15px;
}

.rhd-nav-mobile .rhd-header-link:nth-child(even) > a {
  background-color: #e6e6e6;
}

.rhd-nav-mobile .rhd-header-link .title {
  font-size: 18px;
}

.rhd-nav-mobile .rhd-header-link .description {
  display: block;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
}

.rhd-header-link,
.rhd-nav-search {
  font-size: 16px;
  text-transform: uppercase;
  color: #656565;
}
.rhd-header-link:active,
.rhd-header-link:hover,
.rhd-header-link:focus,
.rhd-nav-search:active,
.rhd-nav-search:hover,
.rhd-nav-search:focus {
  color: #656565;
}

.rhd-mobile-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: 200ms ease-in-out;
}

.rhd-masthead {
  border-bottom: 1px solid #242424;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .rhd-masthead {
    border-bottom: none;
  }
}
.rhd-masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.rhd-masthead .rhd-masthead-inner {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  position: relative;
  align-items: center;
}
@media (min-width: 768px) {
  .rhd-masthead .rhd-masthead-inner {
    display: block;
  }
}
.rhd-masthead .menu-toggle-wrapper {
  text-align: right;
}
@media (min-width: 768px) {
  .rhd-masthead .menu-toggle-wrapper {
    display: none;
  }
}
.rhd-masthead .menu-toggle {
  background-color: transparent;
  border: 1px solid #242424;
  color: #242424;
  font-size: 14px;
  padding: 11px 15px;
  line-height: 1;
}
.rhd-masthead .menu-toggle .icon {
  margin-left: 15px;
}

.rhd-mobile-tray {
  position: absolute;
  top: 0;
  right: -15px;
  background-color: #ffffff;
  z-index: 101;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
  width: 261px;
  max-width: 100%;
}
.rhd-mobile-tray .rhd-menu {
  margin: 0;
}
.rhd-mobile-tray .rhd-search-wrapper {
  background-color: #999999;
  padding: 15px;
}
.rhd-mobile-tray .rhd-search-wrapper .user-search {
  border-color: transparent;
  box-shadow: none;
}
.rhd-mobile-tray .rhd-mobile-tray-inner {
  position: relative;
}
.rhd-mobile-tray .rh-universal-login {
  background-color: #242424;
  color: #ffffff;
  font-size: 13px;
}
.rhd-mobile-tray .rh-universal-login li.logged-in {
  text-align: left;
}
.rhd-mobile-tray .rh-universal-login li.logged-in .logged-in-name {
  display: inline-block;
  padding: 20px 10px 15px;
  background-color: transparent;
  max-width: 50%;
  font-weight: 400;
}
.rhd-mobile-tray .rh-universal-login li.logged-in .logged-in-name:hover,
.rhd-mobile-tray .rh-universal-login li.logged-in .logged-in-name:active,
.rhd-mobile-tray .rh-universal-login li.logged-in .logged-in-name:focus {
  color: #ffffff;
}
.rhd-mobile-tray .rh-universal-login li.logged-in .icon {
  margin-right: 0;
  margin-left: 10px;
}
.rhd-mobile-tray .rh-universal-login li.logged-in .icon .fa-user {
  vertical-align: top;
  margin-top: 24px;
}
.rhd-mobile-tray .rh-universal-login li.logged-in.dropdwn-item {
  display: inline-block;
  text-align: center;
  margin: 0;
  min-width: 128px;
  padding: 10px 0px;
  text-transform: none;
  font-size: 13px;
  border-bottom: none;
  font-weight: 400;
}
.rhd-mobile-tray .rh-universal-login li.logged-in.dropdwn-item:first-child {
  border-right: 1px solid #d5d5d5;
}
.rhd-mobile-tray .rh-universal-login li.logged-in.dropdwn-item a {
  font-size: 13px;
}
.rhd-mobile-tray .rh-universal-login li.logged-in.dropdwn-item a.logout {
  display: inline;
  padding: 0;
  background-color: transparent;
}
.rhd-mobile-tray .rh-universal-login a {
  color: #ffffff;
  letter-spacing: 0.05em;
}
.rhd-mobile-tray .rh-universal-login li:first-child {
  padding: 21px 15px;
  padding-right: 130px;
}
.rhd-mobile-tray .rh-universal-login li:nth-child(n + 2) {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}
.rhd-mobile-tray .rh-universal-login li:nth-child(n + 2) > a {
  padding: 10px 15px;
  display: block;
  background-color: #363636;
}
.rhd-mobile-tray .rh-universal-login .menu-item {
  padding-top: 0;
}
.rhd-mobile-tray .rh-universal-login .icon {
  margin-right: 10px;
}
.rhd-mobile-tray .menu-toggle {
  padding: 0;
  border: none;
  color: #73bcf7;
  position: absolute;
  background-color: transparent;
  right: 25px;
  top: 25px;
  z-index: 1;
}
.rhd-mobile-tray .menu-toggle:active,
.rhd-mobile-tray .menu-toggle:focus,
.rhd-mobile-tray .menu-toggle:hover {
  color: #73bcf7;
  background-color: transparent;
}
.rhd-mobile-tray .menu-toggle .icon {
  margin-left: 5px;
}

.mobile-tray-open .rhd-mobile-overlay {
  opacity: 1;
  pointer-events: initial;
}
@media (min-width: 768px) {
  .mobile-tray-open .rhd-mobile-overlay {
    display: none;
  }
}

.mobile-tray-open .rhd-mobile-tray {
  height: auto;
}
@media (min-width: 768px) {
  .mobile-tray-open .rhd-mobile-tray {
    display: none !important;
  }
}

.rhd-header-logo {
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  max-width: 260px;
  display: block;
  line-height: 0;
  padding-right: 20px;
  margin: -20px 0 -20px 0;
  justify-self: start;
}
.rhd-header-logo img {
  max-width: none;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .rhd-header-logo {
    margin: 0;
  }
  .rhd-header-logo img {
    width: 90%;
  }
}

.rhd-nav-dynamic {
  grid-row: 2;
  grid-column: span 2;
}
.rhd-nav-dynamic ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.rhd-nav-dynamic ul li {
  display: inline-block;
  flex: 0 0 auto;
}

.rh-universal-footer {
  background-color: #1a1a1a;
  flex: 0 0 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #5e6a71;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.rh-universal-footer .rh-footer-logo,
.rh-universal-footer .rh-summit-footer-logo {
  flex: 0 0 300px;
}
.rh-universal-footer .contentinfo {
  flex: 1 1 auto;
}

.rhd-footer {
  background-color: #242424;
  color: #ffffff;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.rhd-footer-nav {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-start: 3;
  grid-column-end: 8;
  padding: 30px 0;
}
.rhd-footer-nav > .rhd-menu {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.rhd-footer-nav .rhd-menu > .menu-item.menu-item--expanded {
  list-style: none;
}
.rhd-footer-nav a {
  font-size: 14px;
  color: white;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
}
.rhd-footer-nav a:active,
.rhd-footer-nav a:focus,
.rhd-footer-nav a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.rhd-footer-nav .menu-item--expanded > a,
.rhd-footer-nav .menu-item--expanded > h3.section-toggle {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin: 15px 0 20px 0;
  pointer-events: none;
}
.rhd-footer-nav .menu-item--expanded .rhd-menu {
  margin: 20px 0;
}
.rhd-footer-nav .menu-item--expanded .rhd-menu .menu-item {
  margin-bottom: 10px;
}

.rhd-footer-sidebar {
  background-color: #e00;
  flex: 0 0 33%;
  grid-column-start: 8;
  grid-column-end: 11;
  padding: 20px 30px 30px 30px;
}
.rhd-footer-sidebar-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin: 15px 0 10px 0;
}
.rhd-footer-sidebar-content,
.rhd-footer-sidebar a {
  color: #ffffff;
  font-size: 14px;
}
.rhd-footer-sidebar a,
.rhd-footer-sidebar a:hover,
.rhd-footer-sidebar a:active,
.rhd-footer-sidebar a:focus {
  text-decoration: underline;
  color: #ffffff;
}
.rhd-footer-sidebar-subtitle {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
}
.rhd-footer-sidebar-social {
  list-style: none;
  margin: 0;
  padding: 4px 0;
  display: inline;
}
.rhd-footer-sidebar-social li {
  display: inline;
  margin-left: 16px;
  float: none;
}
.rhd-footer-sidebar-social li:first-child {
  margin-left: 0;
}
.rhd-footer-sidebar-social li a {
  font-size: 1.5rem;
}
.rhd-footer-sidebar-signup {
  float: right;
  font-size: 16px;
  text-decoration: none;
  margin-top: 10px;
}

.rh-universal-footer {
  padding: 15px 0 10px 0;
}

.rh-universal-footer-rh-logo {
  grid-column-start: 3;
  grid-column-end: 4;
}

.rh-universal-footer-legal {
  grid-column-start: 4;
  grid-column-end: 10;
  justify-self: center;
  margin: 0.5em 1em;
  padding-left: 0;
  list-style: none;
}
.rh-universal-footer-legal .rhd-menu {
  display: inline;
}
.rh-universal-footer-legal > li,
.rh-universal-footer-legal .rhd-menu li {
  margin: 0;
  display: inline;
}
.rh-universal-footer-legal > li a,
.rh-universal-footer-legal .rhd-menu li a {
  font-size: 14px;
  color: #858585;
  display: inline;
}
.rh-universal-footer-legal > li a.copyright,
.rh-universal-footer-legal .rhd-menu li a.copyright {
  width: 220px;
  cursor: default;
  text-decoration: none;
  margin-right: 3em;
}
.rh-universal-footer-legal .rhd-menu li:after {
  content: "|";
  margin: 0 10px;
  display: inline-block;
}
.rh-universal-footer-legal .rhd-menu li:last-child:after {
  display: none;
}

.rh-universal-footer-summit-logo {
  grid-column-start: 10;
  grid-column-end: 10;
  justify-self: end;
}

.rhd-menu {
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.menu-item--expanded.collapsed .section-toggle ~ .rhd-menu {
  max-height: 0px;
}

@media screen and (max-width: 1170px) {
  .rhd-footer-nav > .rhd-menu {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: min-content;
  }
  .rhd-footer-nav > .rhd-menu .menu-item--expanded .rhd-menu {
    margin: 0 25px;
  }
  .rhd-footer-nav .menu-item--expanded > h3.section-toggle {
    pointer-events: all;
    cursor: pointer;
  }
  .rhd-footer-nav .menu-item--expanded > h3.section-toggle:before {
    margin-right: 3px;
    width: 20px;
    font-size: 25px;
    position: relative;
  }
  .rhd-footer-nav .menu-item--expanded .section-toggle:before {
    content: "\203A";
    display: inline-block;
    top: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rhd-footer-nav .menu-item--expanded.collapsed .section-toggle:before {
    content: "\203A";
    display: inline-block;
    top: 2px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 1024px) {
  .rhd-footer-nav {
    grid-column-start: 1;
    padding: 30px;
  }
  .rhd-footer-sidebar {
    grid-column-end: -1;
  }
  .rh-universal-footer-rh-logo {
    grid-column-start: 1;
    grid-column-end: 3;
    justify-self: center;
  }
  .rh-universal-footer-legal {
    grid-column-start: 3;
    grid-column-end: 12;
  }
  .rh-universal-footer-summit-logo {
    grid-column-start: 12;
    grid-column-end: -1;
    justify-self: center;
  }
}

@media screen and (max-width: 768px) {
  .rh-universal-footer {
    padding: 1em;
  }
  .rh-universal-footer-legal {
    margin-left: 0;
  }
  .rh-universal-footer-rh-logo,
  .rh-universal-footer-legal,
  .rh-universal-footer-summit-logo {
    grid-column-start: 1;
    grid-column-end: -1;
    justify-self: start;
  }
}

@media screen and (max-width: 480px) {
  .rhd-footer-nav,
  .rhd-footer-sidebar {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .rhd-footer-sidebar {
    order: 1;
  }
  .rhd-footer-nav {
    order: 2;
  }
  .rh-universal-footer-legal > li {
    display: block;
  }
  .rh-universal-footer-legal > li:after {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.page-node-type-learning-path .wrapper {
  padding-bottom: 0;
}

@media screen and (max-width: 930px) {
  body.page-node-type-learning-path .content-wrapper {
    padding: 0;
  }
}

#rhd-learning-path {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  min-width: 1px;
}
#rhd-learning-path .lp-info {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 30px 15px;
  border: 1px solid #ccc;
  padding: 30px;
  min-width: 370px;
}
#rhd-learning-path .lp-info h1 {
  font-size: 38px;
}
#rhd-learning-path .lp-info h2 {
  font-size: 27px;
  text-transform: uppercase;
}
#rhd-learning-path .lp-info strong {
  font-weight: 600;
}
#rhd-learning-path .lp-info .lp-time {
  float: right;
}
#rhd-learning-path .lp-info .lp-time .interval-value {
  color: #999;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 600;
}
#rhd-learning-path .lp-info .certification {
  margin-top: 15px;
}
#rhd-learning-path .lp-info .certification span {
  display: inline;
}
#rhd-learning-path .lp-info .certification span.icon {
  height: 20px;
  width: 20px;
}
#rhd-learning-path .lp-info .show-more-text,
#rhd-learning-path .lp-info .show-more-text.open {
  display: block;
  overflow: auto;
  max-height: 100%;
}
#rhd-learning-path .lp-info a.show-more {
  display: none;
}
#rhd-learning-path .lp-cards-container {
  background-color: #eee;
  flex-grow: 2;
  flex-shrink: 0.5;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 30px;
  min-width: 1px;
}
#rhd-learning-path .lp-cards-container .dp-content-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  border: 1px solid #d5d5d5;
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 4px 0px #999999;
  -moz-box-shadow: 2px 2px 4px 0px #999999;
  box-shadow: 2px 2px 4px 0px #999999;
  cursor: pointer;
  /* Slotted Styles */
}
#rhd-learning-path .lp-cards-container .dp-content-card p {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  flex-basis: 70px;
  flex-grow: 0;
  flex-shrink: 0;
}
#rhd-learning-path .lp-cards-container .dp-content-card.free-content {
  border-left: 10px solid #3f9c35;
}
#rhd-learning-path
  .lp-cards-container
  .dp-content-card.free-content
  div.img
  .dp-access-level {
  background-color: rgba(63, 156, 53, 0.85);
}
#rhd-learning-path .lp-cards-container .dp-content-card.member-content {
  border-left: 10px solid #007a87;
}
#rhd-learning-path
  .lp-cards-container
  .dp-content-card.member-content
  div.img
  .dp-access-level {
  background-color: rgba(0, 122, 135, 0.85);
}
#rhd-learning-path .lp-cards-container .dp-content-card.training-content {
  border-left: 10px solid #00b9e4;
}
#rhd-learning-path
  .lp-cards-container
  .dp-content-card.training-content
  div.img
  .dp-access-level {
  background-color: rgba(0, 185, 228, 0.85);
}
#rhd-learning-path .lp-cards-container .dp-content-card div.img {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 220px;
  background-color: #ccc;
  position: relative;
  background-size: cover;
}
#rhd-learning-path .lp-cards-container .dp-content-card div.img img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
#rhd-learning-path
  .lp-cards-container
  .dp-content-card
  div.img
  .dp-access-level {
  position: absolute;
  bottom: 25px;
  width: 90%;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
#rhd-learning-path .lp-cards-container .dp-content-card .card-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 30px;
  min-width: 1px;
}
#rhd-learning-path .lp-cards-container .dp-content-card .card-details {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  color: #808080;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
#rhd-learning-path .lp-cards-container .dp-content-card .dp-content-type {
  align-self: flex-start;
  flex-grow: 1;
  flex-shrink: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
#rhd-learning-path
  .lp-cards-container
  .dp-content-card
  .dp-content-type.video_resource {
  color: #3f9c35;
}
#rhd-learning-path
  .lp-cards-container
  .dp-content-card
  .dp-content-type.article {
  color: #3f9c35;
}
#rhd-learning-path .lp-cards-container .dp-content-card .dp-content-type.books {
  color: #007a87;
}
#rhd-learning-path
  .lp-cards-container
  .dp-content-card
  .dp-content-type.cheat_sheet {
  color: #007a87;
}
#rhd-learning-path
  .lp-cards-container
  .dp-content-card
  .dp-content-type.rh_training-video {
  color: #007a87;
}
#rhd-learning-path
  .lp-cards-container
  .dp-content-card
  .dp-content-type.rh_training_class {
  color: #00b9e4;
}
#rhd-learning-path
  .lp-cards-container
  .dp-content-card
  .dp-content-type.certification-exam {
  color: #00b9e4;
}
#rhd-learning-path .lp-cards-container .dp-content-card .dp-content-type i {
  margin-right: 0.25em;
}
#rhd-learning-path .lp-cards-container .dp-content-card h4 {
  font-size: 23px;
  font-weight: 600px;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 64px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
  line-height: 1.2;
}
#rhd-learning-path .lp-cards-container .dp-content-card .bio rh-datetime,
#rhd-learning-path .lp-cards-container .dp-content-card .bio .dp-author {
  display: inline;
  color: #999;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 1175px) {
  #rhd-learning-path .lp-info {
    margin: 0;
  }
  #rhd-learning-path .lp-cards-container {
    margin: -15px 0 0 15px;
    padding: 15px;
  }
}
@media screen and (max-width: 1175px) and (min-width: 1171px) {
  #rhd-learning-path .lp-info {
    margin-top: 15px;
  }
  #rhd-learning-path .lp-cards-container {
    margin-top: 0;
  }
}
@media screen and (max-width: 1150px) {
  #rhd-learning-path .lp-info .lp-time .interval-value {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  #rhd-learning-path {
    background-color: #fff;
  }
  #rhd-learning-path .lp-info {
    padding: 15px;
  }
  #rhd-learning-path .lp-cards-container {
    padding: 15px;
  }
  #rhd-learning-path .lp-cards-container .dp-content-card {
    margin-bottom: 15px;
  }
  #rhd-learning-path .lp-cards-container .dp-content-card .card-info {
    padding: 15px;
  }
  #rhd-learning-path .lp-cards-container .dp-content-card div.img {
    width: 220px;
    position: relative;
  }
}
@media screen and (max-width: 930px) {
  #rhd-learning-path {
    flex-direction: column;
  }
  #rhd-learning-path .lp-info {
    border: none;
    padding: 15px;
  }
  #rhd-learning-path .lp-info .show-more-text {
    overflow: hidden;
    max-height: 90px;
  }
  #rhd-learning-path .lp-info a.show-more {
    display: block;
    margin: 15px 0;
    border-top: 1px solid #ccc;
    padding-top: 0.25em;
  }
  #rhd-learning-path .lp-cards-container {
    padding: 15px;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  #rhd-learning-path .lp-info .show-more-text {
    overflow: hidden;
    max-height: 80px;
  }
  #rhd-learning-path .lp-cards-container .dp-content-card .card-details {
    display: block;
  }
  #rhd-learning-path
    .lp-cards-container
    .dp-content-card
    .card-details
    .dp-duration {
    margin-top: 0.25em;
  }
}
@media screen and (max-width: 675px) {
  #rhd-learning-path .lp-cards-container .dp-content-card {
    flex-direction: column;
  }
  #rhd-learning-path .lp-cards-container .dp-content-card .card-info {
    padding: 15px;
  }
  #rhd-learning-path .lp-cards-container .dp-content-card p {
    display: none;
  }
  #rhd-learning-path .lp-cards-container .dp-content-card .dp-level {
    display: none;
  }
  #rhd-learning-path .lp-cards-container .dp-content-card h4 {
    font-size: 18px;
    line-height: 28px;
  }
  #rhd-learning-path .lp-cards-container .dp-content-card div.img {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #rhd-learning-path .lp-info {
    min-width: 250px;
  }
}
@media (max-width: 320px) {
  #rhd-learning-path .lp-cards-container .dp-content-card div.img {
    display: block;
  }
}
@media screen and (max-width: 323px) and (min-width: 320px) {
  #rhd-learning-path .lp-cards-container .dp-content-card div.img {
    height: 200px;
  }
}

.hero.hero-wide.product-header {
  margin-bottom: 0;
  border: none;
}

.products-content {
  padding: 0;
}

.product-graphics {
  padding-bottom: 5em;
}

div.mobile.product-color {
  margin: -15px -15px 10px -15px;
  padding-bottom: 0;
}

.mobile.product-header {
  border-bottom: none;
  padding-bottom: 0;
}
.mobile.product-header h3 {
  font-weight: 600;
  color: #242424;
}

.mobile.build-panel {
  display: none;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #e6e6e6;
  color: #333333;
}
.mobile.build-panel .fa-caret-right:before {
  margin-left: 5px;
}
.mobile.build-panel .outside-links strong {
  color: #000000;
}

.mobile.product-header a.button,
.mobile.build-panel a.button {
  display: block;
}
.mobile.product-header a.button.inverse,
.mobile.build-panel a.button.inverse {
  border: 2px solid #e00;
  margin-left: 0;
}

.product .toolbar {
  text-align: right;
}
.product .toolbar a {
  margin-right: 1em;
}

.product p {
  font-style: italic;
}

.product h4 {
  margin-bottom: 0;
  font-weight: normal;
}

.product-header {
  padding: 20px 15px 15px 15px;
}
.product-header h3 {
  font-weight: 100;
  margin-bottom: 0;
  font-size: 27px;
}
@media only screen and (max-width: 1170px) {
  .product-header {
    padding: 20px;
  }
}

#hero-try-or-buy {
  display: none;
}

.product-placeholder {
  width: 100%;
  height: 250px;
  background-color: #ededed;
  border: none;
}

.product-video h4 {
  display: none;
}

#product-features {
  margin: 1.5em 0;
}
#product-features .feature-icon {
  text-align: center;
}
#product-features .feature-icon p {
  color: #656565;
  margin-bottom: 0;
}
#product-features .feature-icon img {
  max-width: 160px;
}
#product-features .feature-text {
  text-align: center;
}
#product-features .feature-text h4 {
  font-size: 1em;
  text-transform: uppercase;
  color: #e00;
}
#product-features .feature-text .paragraph {
  text-align: left;
}

.hero-placeholder {
  height: 300px;
  background-color: #e6e6e6;
}

.development-tools {
  margin-top: 20px;
}
.development-tools h2 {
  clear: both;
}

.development-tool-category .category-label {
  margin-bottom: 40px;
  margin-top: 50px;
}
.development-tool-category .category-label h5 {
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
  font-size: 30px;
}

.development-tool-category .divider {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding-bottom: 5px;
  height: auto;
}

.development-tool-category .indent-product {
  margin-left: 2em;
}
.development-tool-category .indent-product .large-8 {
  margin-left: -0.7em;
}
@media only screen and (max-width: 1024px) {
  .development-tool-category .indent-product .large-8 {
    margin-left: 0;
  }
}

#development-tool .download-link {
  width: 100%;
  background-color: #e6e6e6;
  padding: 15px 15px;
  text-align: center;
}

#development-tool .download-link a:before {
  display: none;
}

#development-tool a.button {
  max-width: 265px;
  margin: 0 auto 5px auto;
  display: block;
  padding: 0.8rem 2rem;
}

#development-tool .download-sublabel {
  font-size: 70%;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

#development-tool .tool-links {
  padding: 15px 15px;
  text-align: center;
}
#development-tool .tool-links li:last-child {
  margin-left: 8px;
}

.band-tabs .nav-tabs {
  font-size: 0;
}
.band-tabs .nav-tabs li {
  margin: 0;
}
.band-tabs .nav-tabs li.active a {
  color: #242424;
  background: white;
}
.band-tabs .nav-tabs li.active a:after {
  background: #e00;
}
.band-tabs .nav-tabs li a {
  background: #242424;
  text-transform: uppercase;
  font-size: 20px;
  padding: 15px 15px 24px 15px;
  display: inline-block;
  min-width: 250px;
  color: white;
}
.band-tabs .nav-tabs li a:after {
  bottom: 10px;
  left: 15px;
  background-color: #888;
}

.downloads-table {
  background: #f5f5f6;
  padding: 0;
}

@media only screen and (max-width: 480px) {
  .products-content {
    padding: 0 1em;
  }
  .side-nav li.side-nav-toggle {
    background: #333333 !important;
  }
  .product-page-content {
    padding-top: 0px;
  }
  .product-page-content h2:first-of-type {
    font-size: 22px;
    font-weight: 700;
  }
  .row.content.product-page-content {
    padding-top: 0;
  }
  .mobile.build-panel {
    display: block;
  }
  .product-graphics .row.content {
    padding-top: 0;
  }
  .product-graphics .row.content h2.subpage-name {
    font-size: 1.5em;
  }
}

ul.product-langs {
  margin-top: 25px !important;
}
ul.product-langs li {
  background-color: #e6e6e6;
  padding: 50px 0 35px 0;
  margin: 10px 20px 10px 0;
  width: 195px;
  list-style: none;
}
ul.product-langs li:before {
  display: none;
}
ul.product-langs li .lang-logo {
  height: 50px;
  margin-bottom: 15px;
}
ul.product-langs li .lang-logo img {
  max-width: 125px;
  display: block;
  margin: 0 auto;
}
ul.product-langs li .prod-lang-name {
  text-align: center;
  color: #e00;
  font-weight: 100;
  margin: 0 5px;
}
@media only screen and (max-width: 1024px) {
  ul.product-langs li {
    width: calc(33% - 20px);
    min-height: 189px;
  }
}
@media only screen and (max-width: 480px) {
  ul.product-langs li {
    width: calc(50% - 20px);
  }
}

.sp-header {
  margin: 35px 0 15px 0 !important;
}
.sp-header p {
  font-size: 1.125rem;
}

.gs-header .paragraph {
  display: inline-block;
}
.gs-header .paragraph p {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 0;
}

.os-tabs.tabs-content {
  width: 100%;
  margin-left: 0;
  padding: 0;
}

.label.material-duration {
  max-width: 45px;
  padding: 0 6px;
}

.product-updates .ulist li {
  margin-bottom: 5px;
}

.top-section span {
  display: inline;
}
.top-section span.product-video {
  width: 415px;
  margin-left: 20px;
}

@media only screen and (max-width: 480px) {
  .top-section span {
    display: block;
  }
  .top-section span.product-video {
    width: 340px;
    margin-left: 0;
  }
}

.docs-and-apis-ec table {
  width: 100%;
}
.docs-and-apis-ec table caption {
  color: #333333;
}

@media only screen and (max-width: 480px) {
  table.downloads-table thead tr th {
    padding: 5px;
  }
  table.downloads-table .download-links a,
  table.downloads-table .download-links a + a {
    display: block;
    margin-left: 0;
  }
}

.forums-stack-row {
  margin: 2em 0;
}

.services-and-support ul {
  margin: 1.5em -15px !important;
  text-align: center;
}
.services-and-support ul h5 {
  color: #e00;
  margin-bottom: 5px;
}
.services-and-support ul h5.offset-img {
  margin-top: -22px;
}
.services-and-support ul a.button {
  margin-top: 1em;
}
.services-and-support ul img {
  width: 60%;
  margin: 10px auto;
  opacity: 0.4;
}

.latest-discussions h4,
.top-qa h4 {
  color: #e00;
}

.latest-discussions h4 i,
.top-qa h4 i {
  color: #d5d5d5;
}

.latest-discussions a,
.top-qa a {
  color: #0066cc;
}

.latest-discussions .see-all,
.top-qa .see-all {
  float: right;
  margin-top: 13px;
}

@media only screen and (max-width: 1170px) {
  rhdp-tryitnow section {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 768px) {
  rhdp-tryitnow .row span {
    width: calc(100% - 90px);
  }
  rhdp-tryitnow a.button.medium-cta.white {
    left: 107px;
  }
}

@media only screen and (max-width: 480px) {
  rhdp-tryitnow section {
    margin-top: -10px;
  }
  rhdp-tryitnow rhdp-tryitnow {
    display: none;
  }
}

.side-nav {
  border: 0;
  padding: 0 !important;
  overflow: hidden;
  margin-top: 1rem !important;
  margin-bottom: 20px !important;
  background: white;
}
.side-nav li {
  margin: 0 0 15px 0 !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #bdbdbd;
}
.side-nav li a {
  padding: 0 10px 0 0 !important;
  font-weight: 400 !important;
  font-size: 1.125rem;
  position: relative;
  color: #656565 !important;
  text-align: left;
}
.side-nav li a:hover,
.side-nav li a:focus {
  background: none !important;
  color: #000000 !important;
}
.side-nav li.active,
.side-nav li:active {
  border-bottom: 2px solid #e00;
}
.side-nav li.active a,
.side-nav li.active:hover a {
  font-weight: 600 !important;
  color: #000000 !important;
}
.side-nav li.side-nav-toggle {
  background-color: #424242 !important;
  margin-bottom: 10px;
  display: none;
}
.side-nav li.side-nav-toggle a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 4px;
}

@media only screen and (max-width: 768px) {
  .side-nav li.side-nav-toggle a:before {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .side-nav li {
    display: none;
  }
  .side-nav li.active {
    display: none;
  }
  .side-nav li.side-nav-toggle {
    display: list-item;
    background: #e00;
    padding: 10px;
    margin: 0;
  }
  .side-nav li.side-nav-toggle a {
    color: white !important;
  }
  .side-nav li.side-nav-toggle a:after {
    display: inline-block;
    padding: 0 10px;
    content: "▼";
    font-size: 10px;
  }
  .side-nav.side-nav-open li {
    display: list-item;
  }
}

button.tiny,
.button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

#guides-row {
  border-bottom: 1px solid #d5d5d5;
  margin: 1em 0 0 0;
}
#guides-row .dropdown.button,
#guides-row button.dropdown {
  float: right;
  margin-top: 15px;
}
#guides-row > div {
  padding-left: 0;
}
#guides-row h5 {
  margin: 5px 0;
}
#guides-row p {
  margin-top: 0;
}

#guides-row:last-child {
  border-bottom: none;
}

.more-guides {
  margin: 1.5em auto;
}

.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

.rh-downloads table.downloads-table {
  border-collapse: collapse;
  background-color: #d5d5d5;
}
.rh-downloads table.downloads-table thead tr th {
  padding: 5px;
}
.rh-downloads table.downloads-table .download-links a {
  display: inline;
  margin-left: 0;
  width: auto;
  height: auto;
}
.rh-downloads table.downloads-table .download-links a + a {
  margin-left: 10px;
}

.rh-downloads .view-older-downloads {
  margin-bottom: 20px;
}

.rh-downloads .download-link h4 a:before {
  font-family: "FontAwesome";
  content: "\f01a";
  padding-right: 3px;
}

.rh-downloads .download-link a.button {
  display: block;
  margin: 0 auto 5px auto;
}

.rh-downloads .download-link .version-name {
  text-align: center;
}

.rh-downloads a.download-link:before {
  font-family: "FontAwesome";
  content: "\f01a";
  padding-right: 3px;
}

.large-16.small-24.columns a.button,
.large-16.small-24.developer-materials-sidebar a.button,
.large-16.small-24.developer-materials-main a.button,
.large-16.small-24.microsite-nav a.button {
  margin-bottom: 1.25rem;
  margin-top: 0px;
}
.large-16.small-24.columns a.button.medium-cta.blue,
.large-16.small-24.developer-materials-sidebar a.button.medium-cta.blue,
.large-16.small-24.developer-materials-main a.button.medium-cta.blue,
.large-16.small-24.microsite-nav a.button.medium-cta.blue {
  border-color: #0088ce;
  color: #0088ce;
}
.large-16.small-24.columns a.button.medium-cta.blue:hover,
.large-16.small-24.developer-materials-sidebar a.button.medium-cta.blue:hover,
.large-16.small-24.developer-materials-main a.button.medium-cta.blue:hover,
.large-16.small-24.microsite-nav a.button.medium-cta.blue:hover {
  background-color: #0088ce;
  color: #fff;
}

.has-download .caps {
  text-transform: uppercase;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.has-download .large-16.columns p,
.has-download .large-16.developer-materials-sidebar p,
.has-download .large-16.developer-materials-main p,
.has-download .large-16.microsite-nav p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d2d9e3;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f3f5f8;
  color: #333;
}
.panel.callout h5 {
  margin: 0px 0px 10px 0px;
}
.panel.callout .field__item p {
  margin: 0px 0px 20px 0px;
}

#kc-register-form .rhd-adaptive-placeholder,
#kc-update-profile-form .rhd-adaptive-placeholder {
  margin-bottom: 20px;
}

.rhd-adaptive-placeholder form {
  margin: 0;
  padding: 0;
}

.rhd-adaptive-placeholder input[type] {
  height: 3.2em;
  padding-top: 1.2em;
}

.rhd-adaptive-placeholder input.form-field-with-note {
  margin-bottom: 0px;
}

.rhd-adaptive-placeholder select,
.rhd-adaptive-placeholder textarea,
.rhd-adaptive-placeholder input {
  padding: 5px 15px;
}
.rhd-adaptive-placeholder select:focus,
.rhd-adaptive-placeholder textarea:focus,
.rhd-adaptive-placeholder input:focus {
  border: 1px solid #d2d3d4;
  outline: none;
}
.rhd-adaptive-placeholder select.filled + label,
.rhd-adaptive-placeholder select:focus + label,
.rhd-adaptive-placeholder textarea.filled + label,
.rhd-adaptive-placeholder textarea:focus + label,
.rhd-adaptive-placeholder input.filled + label,
.rhd-adaptive-placeholder input:focus + label {
  bottom: 32px;
  font-size: 12px;
  color: #8c8f91;
}
.rhd-adaptive-placeholder select:-webkit-autofill,
.rhd-adaptive-placeholder textarea:-webkit-autofill,
.rhd-adaptive-placeholder input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.rhd-adaptive-placeholder input:-webkit-autofill ~ label {
  bottom: 35px;
  font-size: 12px;
  color: #8c8f91;
}

.rhd-adaptive-placeholder textarea {
  overflow: auto;
  padding-top: 2.3em;
}
.rhd-adaptive-placeholder textarea + label {
  bottom: 100%;
  transform: translateY(150%);
}
.rhd-adaptive-placeholder textarea.filled,
.rhd-adaptive-placeholder textarea:focus {
  background-color: #fff;
}
.rhd-adaptive-placeholder textarea.filled + label,
.rhd-adaptive-placeholder textarea:focus + label {
  transform: translateY(50%);
  top: 0;
  bottom: unset;
}

.rhd-adaptive-placeholder label {
  position: absolute;
  bottom: 22px;
  left: 16px;
  z-index: 10;
  font-size: 14px;
  transform: translateY(50%);
  transition: ease-out 0.15s;
  transition-property: bottom, color, transform;
  cursor: text;
}

.rhd-adaptive-placeholder select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-family: inherit;
  border: 1px solid #ccc;
  box-shadow: 0;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  background-color: #ffffff;
  height: 3.2em;
  padding-top: 1.2em;
  cursor: pointer;
}
.rhd-adaptive-placeholder select.filled + label,
.rhd-adaptive-placeholder select:focus + label {
  bottom: 32px;
  font-size: 12px;
  color: #8c8f91;
}

.rhd-adaptive-placeholder select + label {
  bottom: 22px;
}

.rhd-adaptive-placeholder input:focus + label[for="username"],
.rhd-adaptive-placeholder input.filled + label[for="username"],
.rhd-adaptive-placeholder input:-webkit-autofill ~ label[for="username"],
.rhd-adaptive-placeholder input:focus + label[for="password"],
.rhd-adaptive-placeholder input.filled + label[for="password"],
.rhd-adaptive-placeholder input:-webkit-autofill ~ label[for="password"] {
  bottom: 32px;
}

.rhd-adaptive-placeholder .field {
  position: relative;
  list-style: none;
  color: #424242;
}
.rhd-adaptive-placeholder .field + .field,
.rhd-adaptive-placeholder .field:not(:first-of-type) {
  margin-top: 15px;
}
.rhd-adaptive-placeholder .field.form-field-note-text {
  margin-top: 5px;
  font-size: 0.75rem;
  line-height: 120%;
}

.rhd-adaptive-placeholder .heavy-cta {
  margin-top: 2em;
}

.rhd-adaptive-placeholder .login-username-field {
  margin-bottom: 1.5em;
}

.label-for-checkbox {
  position: relative;
  bottom: 5px;
}

#kc-register {
  margin-bottom: 50px;
}

.kc-wrapper {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 570px;
}
.kc-wrapper .kc-card {
  background-color: #ffffff;
  margin: 30px 0 15px 0;
  padding: 30px;
  border-top: 4px solid #e00;
  -webkit-box-shadow: 0px 3px 6px 0px #696769;
  -moz-box-shadow: 0px 3px 6px 0px #696769;
  box-shadow: 0px 3px 6px 0px #696769;
  text-align: center;
  width: 570px;
}
.kc-wrapper .kc-card h2 {
  margin-bottom: 15px;
}
.kc-wrapper .kc-card p,
.kc-wrapper .kc-card input {
  margin-bottom: 30px;
}
.kc-wrapper .kc-card input[name="password"] {
  margin-bottom: 0;
}
.kc-wrapper .kc-card .field {
  width: 100%;
}
.kc-wrapper .kc-card .field + .field {
  margin-top: 0;
}
.kc-wrapper .kc-card .form-hint {
  text-align: right;
  margin: 10px 10px 0 0;
}
.kc-wrapper .kc-card .heavy-cta {
  margin-bottom: 0;
}
.kc-wrapper span.new-account {
  font-weight: 600;
}
.kc-wrapper .login-social {
  margin: 30px 0 15px 0;
}
.kc-wrapper .kc-provider-login {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 0 7px 20px 7px;
}
.kc-wrapper .kc-provider-login a {
  height: inherit;
  background-color: #f9f9f9;
  background-size: contain;
  background-repeat: no-repeat;
}
.kc-wrapper .kc-provider-login a.stack-overflow {
  background-image: url("https://static.jboss.org/images/rhd/icons/socialmedia_icons_stack_transparent.png");
}
.kc-wrapper .kc-provider-login a.linkedin {
  background-image: url("https://static.jboss.org/images/rhd/icons/socialmedia_icons_linkedin_transparent.png");
}
.kc-wrapper .kc-provider-login a.twitter {
  background-image: url("https://static.jboss.org/images/rhd/icons/socialmedia_icons_twitter_transparent.png");
}
.kc-wrapper .kc-provider-login a.facebook {
  background-image: url("https://static.jboss.org/images/rhd/icons/socialmedia_icons_facebook_transparent.png");
}
.kc-wrapper .kc-provider-login a.google-plus {
  background-image: url("https://static.jboss.org/images/rhd/icons/socialmedia_icons_googleplus_transparent.png");
}
.kc-wrapper .kc-provider-login a.windows {
  background-image: url("https://static.jboss.org/images/rhd/icons/socialmedia_icons_microsoft_transparent.png");
}
.kc-wrapper .kc-provider-login a.github {
  background-image: url("https://static.jboss.org/images/rhd/icons/socialmedia_icons_github_transparent.png");
}
@media only screen and (max-width: 768px) {
  .kc-wrapper .kc-card {
    width: inherit;
  }
}
@media only screen and (max-width: 480px) {
  .kc-wrapper .kc-wrapper {
    max-width: none;
  }
  .kc-wrapper .kc-card {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #cccccc;
    margin: 0 -15px 15px -15px;
    padding: 15px;
  }
  .kc-wrapper .kc-card p {
    margin-bottom: 15px;
  }
  .kc-wrapper .login-social {
    margin-top: 15px;
  }
  .kc-wrapper .social-links {
    max-width: 280px;
    margin: 0 auto;
  }
  .kc-wrapper .social-links .kc-provider-login {
    width: 40px;
    height: 40px;
  }
  .kc-wrapper .social-links .kc-provider-login a {
    margin-bottom: 0;
  }
}

.rhdp-login,
.rhdp-login .site-wrapper {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 480px) {
  .rhdp-login .content-wrapper {
    padding-top: 0;
  }
}

.get-started-items {
  margin-bottom: 30px;
  position: relative;
  background: cdn("../images/design/get-started/bg.png") bottom center no-repeat;
  min-height: 250px;
}
.get-started-items span.line {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  background: cdn("../images/design/greypx.jpg") center repeat-x;
  margin-top: 10px;
  margin-bottom: 10px;
}
.get-started-items span.line span {
  background: white;
  padding: 0 10px;
  color: #656565;
}
.get-started-items h4 {
  text-transform: uppercase;
  color: #82a430;
  text-align: center;
}
.get-started-items > div {
  text-align: center;
}

.extra-installation-instructions ol {
  margin-left: 0;
}

a.get-started-example {
  background: cdn("../images/design/get-started/bg-squares.jpg");
  background-size: cover;
  display: inline-block;
  width: 37.5%;
  border: 3px solid white;
  font-weight: 600;
  padding: 4px;
  padding: 20px 10px;
  line-height: 2;
  text-align: center;
  color: white;
  margin-top: 10px !important;
}
a.get-started-example:first-child {
  margin: 0 2.5% 0 10%;
}
a.get-started-example:last-child {
  margin: 0 10% 0 2.5%;
}
a.get-started-example:hover {
  color: white;
}

a.get-started-quickstart.button {
  font-size: 0.875rem;
  background: #94aebd;
  width: 80%;
  margin: 0 auto;
  padding: 5px;
  margin-bottom: 10px;
  display: block;
  clear: both;
}

.get-started-item {
  padding-top: 20px;
}
.get-started-item h3 {
  margin: 0;
}

.gsi-meta {
  background: #f9f9f9;
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.gsi-meta ul {
  margin-top: 0;
  padding-left: 15px;
}
.gsi-meta ul li {
  width: 33.33%;
  float: left;
  list-style: none;
}
.gsi-meta ul li strong {
  margin-right: 3px;
}
.gsi-meta ul li a + a {
  margin-left: 5px;
}
.gsi-meta .field--name-field-related-product.field--type-entity-reference {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

ul.toc {
  margin: 0;
  width: 100%;
  z-index: -1;
}

.gsi-nav-fixed {
  position: fixed;
  top: 0;
  padding-top: 20px;
  width: 11%;
  max-width: 180px;
  min-width: 125px;
}

.gsi-nav {
  padding-left: 0;
}
.gsi-nav li {
  list-style: none;
  padding-bottom: 10px;
}
.gsi-nav li a.past-block:last-child {
  color: #a5ab36;
}
.gsi-nav li a {
  color: #027cbb;
}
.gsi-nav li a:after {
  content: "\203A";
  margin-left: 5px;
}

.gsi h3 {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-weight: 100;
}

.gsi ol li,
.gsi ul li {
  margin-left: 2em;
}

@media only screen and (max-width: 768px) {
  .gsi-nav-fixed {
    position: relative;
  }
}

@media only screen and (max-width: 1024px) {
  .get-started-items {
    background: none;
  }
  .get-started-items a.get-started-example {
    width: 100%;
    background: cdn("../images/design/get-started/bg-squares.jpg");
    background-size: cover;
  }
}

@media only screen and (max-width: 480px) {
  ul.cta-blocks li {
    width: 100%;
    padding: 15px;
  }
  ul.cta-blocks li p {
    min-height: 0;
  }
}

.downloadthankyou {
  background-color: #e2f1f5;
  padding: 2em 2em 1em 2em;
  color: #424242;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #94aebd;
  margin-bottom: 2em;
}
.downloadthankyou .thankyouclose {
  float: right;
  margin-right: -1em;
  margin-top: -1.5em;
}
.downloadthankyou .thankyouclose a {
  color: #424242;
}
.downloadthankyou .thankyouclose a:before {
  font-family: "FontAwesome";
  content: "\f00d";
}
.downloadthankyou .thankyoupanels i {
  text-align: center;
  color: #94aebd;
  margin-left: 15px;
  margin-top: 5px;
}
.downloadthankyou .thankyoupanels p {
  margin-left: -1em;
}
.downloadthankyou h2 {
  font-size: 1.75rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.downloadthankyou h3 {
  font-size: 1.25rem;
}
.downloadthankyou p {
  margin-bottom: 0;
}

.ticket-monster-items {
  margin-bottom: 30px;
  position: relative;
  min-height: 200px;
  border-radius: 0;
  padding: 30px;
}
.ticket-monster-items p {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
}

.ticket-monster-links a i {
  color: #424242;
}

#new-rating,
#your-rating,
#avg-rating {
  display: none;
}

#rating-section {
  padding-top: 1em;
}

.multipath-tabs-sm {
  margin: 30px 0 15px 0;
  padding-left: 0;
  border-bottom: 1px solid #bdbdbd;
}
.multipath-tabs-sm ul.tabs.nav-tabs {
  padding-left: 0;
  margin-bottom: 0;
}
.multipath-tabs-sm ul.tabs.nav-tabs li:before {
  display: none;
}
.multipath-tabs-sm ul.tabs.nav-tabs li {
  display: inline-block;
  padding: 15px 20px 15px 10px;
  border: 1px solid transparent;
  border-bottom: 0;
  margin: 0;
}
.multipath-tabs-sm ul.tabs.nav-tabs li.active {
  border-color: #bdbdbd;
  border-bottom: 1px solid #fff;
  position: relative;
  bottom: -1px;
}
.multipath-tabs-sm ul.tabs.nav-tabs li.active a {
  padding-bottom: 4px;
  border-bottom: 3px solid #e00;
}
.multipath-tabs-sm ul.tabs.nav-tabs li a:focus,
.multipath-tabs-sm ul.tabs.nav-tabs li a:hover,
.multipath-tabs-sm ul.tabs.nav-tabs li a:active {
  background-color: #ffffff;
}

@-moz-document url-prefix() {
  .multipath-tabs-sm ul.tabs.nav-tabs li.active {
    bottom: -1px;
  }
}
.multipath-tabs-sm ul.tabs.nav-tabs li a {
  font-size: 1em;
}

@media only screen and (max-width: 768px) {
  .multipath-tabs-sm ul li {
    display: block;
    max-width: 100%;
    text-align: right;
    height: 30px;
    border: none;
    border-right: 4px solid #e6e7e8;
    margin-bottom: 10px;
    text-align: right;
    padding-right: 10px;
    padding-top: 0;
  }
  .multipath-tabs-sm ul li.active {
    border: none;
    border-right: 4px solid #e00;
  }
  .multipath-tabs-sm ul li.active a {
    border-bottom: none;
  }
  .multipath-tabs-sm ul li a {
    vertical-align: -webkit-baseline-middle;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem;
    color: #1a1a1a;
    text-align: right;
  }
}

#get-started h2 {
  margin-bottom: 1rem;
}

#get-started-instructions .gs-prerequisites h4 p,
#get-started-instructions .gs-faq h4 p {
  font-weight: 800;
  color: #252527;
  font-size: 1.4375rem;
  margin-bottom: 0.5rem;
}

#get-started-instructions .gs-prerequisites ol {
  margin-bottom: 2.25rem;
}
#get-started-instructions .gs-prerequisites ol p {
  margin-bottom: 0;
}

#get-started-instructions .step-cards {
  margin-bottom: 20px;
}
#get-started-instructions .step-cards .paragraph {
  float: right;
}

#get-started-instructions .card {
  background-color: #3999cb;
  color: #ffffff;
  border: none;
  -webkit-transition: color 0.5s ease, background 0.5s ease,
    border-color 0.5s ease;
  -o-transition: color 0.5s ease, background 0.5s ease, border-color 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, border-color 0.5s ease;
  min-height: 165px;
  height: 100%;
}
#get-started-instructions .card h4 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 23px;
}
#get-started-instructions .card .tabs-content {
  margin: 0;
  padding: 0;
  width: 100%;
}
#get-started-instructions .card .tabs-content .content {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  #get-started-instructions .card h4 {
    padding-top: 15px;
  }
}
#get-started-instructions .card i {
  float: right;
  font-size: 0.9rem;
}
#get-started-instructions .card .paragraph,
#get-started-instructions .card .paragraph p {
  display: inline-block;
  font-size: 0.9rem;
  margin-bottom: 0;
}
#get-started-instructions .card:hover {
  background-color: #2d7195;
}
#get-started-instructions .card:hover .step-num {
  color: #3999cb;
}
#get-started-instructions .card:hover .paragraph,
#get-started-instructions .card:hover .paragraph p,
#get-started-instructions .card:hover h4,
#get-started-instructions .card:hover i {
  color: #a3dbe8;
}
#get-started-instructions .card .step-duration {
  position: relative;
  top: 20px;
}

#get-started-instructions .step2 {
  padding: 0;
  width: 100%;
}
#get-started-instructions .step2 .step2-title {
  padding: 0;
}
#get-started-instructions .step2 .step2-title .tabs-content {
  padding: 0;
  margin: 0;
}
#get-started-instructions .step2 .step2-title .tabs-content .content {
  padding: 0;
}

#get-started-instructions .step-header {
  background-color: #3999cb;
  color: #ffffff;
  border: none;
  padding: 5px 15px;
  margin: 20px 0;
}
#get-started-instructions .step-header h4 {
  color: #ffffff;
  margin-bottom: 0;
  display: inline-block;
  margin-top: 0;
}
#get-started-instructions .step-header .duration {
  display: inline;
  font-size: 0.9rem;
  margin-left: 10px;
  bottom: 2px;
  position: relative;
  color: #aae3ec;
}
#get-started-instructions .step-header .duration .paragraph,
#get-started-instructions .step-header .duration .paragraph p {
  display: inline;
  font-size: 0.9rem;
}

#get-started-instructions .step-num {
  color: #aae3ec;
  display: inline;
  margin-right: 5px;
}

#get-started-instructions ul,
#get-started-instructions ol {
  margin-top: 15px;
}
#get-started-instructions ul li p,
#get-started-instructions ul li p,
#get-started-instructions ol li p,
#get-started-instructions ol li p {
  margin-bottom: 5px;
  margin-left: 1em;
}

#get-started-instructions .get-started-content .accordion-navigation {
  margin-left: 0;
}

#get-started-instructions .get-started-content img {
  margin-top: 15px;
  margin-bottom: 20px;
  max-width: 540px;
}

#get-started-instructions .content-img-sm img {
  max-width: 300px;
}

#get-started-instructions .content-img-xs img {
  max-width: 35px;
  margin: 0;
}

#get-started-instructions table {
  width: 100%;
}

#get-started-instructions #MoreResources {
  border: 5px solid #e6e7e8;
  padding: 1.5rem;
  margin: 3rem 0;
}
#get-started-instructions #MoreResources ul li:before {
  display: none;
}

#get-started-instructions mark {
  background: transparent;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}

#get-started-instructions h4 p,
#get-started-instructions .card h4 > .paragraph p {
  font-size: 1.4375rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0;
}

#get-started-instructions .tabs-content > .content:focus {
  outline: none;
}

.collapsable input#stepOne,
.collapsable input#stepTwo,
.collapsable input#stepThree,
.collapsable input#stepFour {
  display: none;
  visibility: hidden;
}

.collapsable .collapse-icon {
  display: inline-block;
  float: right;
}
.collapsable .collapse-icon:before {
  font-family: "FontAwesome";
  font-size: 1.8em;
  color: #ffffff;
  content: "\f107";
}

.collapsable input[type="checkbox"] + label,
.collapsable input[type="radio"] + label {
  width: 100%;
  margin: 0;
}

.collapsable #expandStepOne,
.collapsable #expandStepTwo,
.collapsable #expandStepThree,
.collapsable #expandStepFour {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}

.collapsable #stepOne:checked ~ label .collapse-icon,
.collapsable #stepTwo:checked ~ label .collapse-icon,
.collapsable #stepThree:checked ~ label .collapse-icon,
.collapsable #stepFour:checked ~ label .collapse-icon {
  display: inline-block;
  float: right;
}
.collapsable #stepOne:checked ~ label .collapse-icon:before,
.collapsable #stepTwo:checked ~ label .collapse-icon:before,
.collapsable #stepThree:checked ~ label .collapse-icon:before,
.collapsable #stepFour:checked ~ label .collapse-icon:before {
  font-family: "FontAwesome";
  font-size: 1.8em;
  color: #ffffff;
  content: "\f106";
}

.collapsable #stepOne:checked ~ #expandStepOne,
.collapsable #stepTwo:checked ~ #expandStepTwo,
.collapsable #stepThree:checked ~ #expandStepThree,
.collapsable #stepFour:checked ~ #expandStepFour {
  height: auto;
}

.collapsable .tabs-content {
  margin-left: 0;
  width: 100%;
}

.download-completed .collapse-icon:before {
  color: #424242 !important;
}

.download-completed .step-header {
  background-color: #d5d5d5 !important;
}
.download-completed .step-header h2,
.download-completed .step-header h4,
.download-completed .step-header i,
.download-completed .step-header p,
.download-completed .step-header .step-num {
  color: #afb1b2 !important;
}

.download-completed .step-num:before {
  font-family: "FontAwesome";
  color: #424242;
  font-size: 1em;
  content: "\f058";
  z-index: 9999;
  margin-right: 5px;
}

.download-completed .collapse-icon:before {
  content: "\f106";
}

.download-completed #stepOne:checked ~ label .collapse-icon:before {
  content: "\f107";
}

.download-completed #stepOne:checked ~ #expandStepOne {
  height: 0;
}

.download-completed #expandStepOne {
  height: auto;
}

.download-completed-box a {
  background-color: #d5d5d5 !important;
}
.download-completed-box a h2,
.download-completed-box a h4,
.download-completed-box a i,
.download-completed-box a p,
.download-completed-box a .step-num {
  color: #afb1b2 !important;
}
.download-completed-box a .fa-check-circle {
  color: #ffffff !important;
}

.download-completed-box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "FontAwesome";
  color: #424242;
  padding: 25% 45%;
  font-size: 5em;
  content: "\f058";
  z-index: 9999;
}

#get-started-instructions.four-steps img {
  margin-top: 15px;
  margin-bottom: 20px;
  max-width: 540px;
}

#get-started-instructions.four-steps .card {
  padding: 22px 15px;
  min-height: 166px;
}
#get-started-instructions.four-steps .card .step-num {
  font-size: 35px;
}

.lang-tabs .tabs.vertical {
  width: 100%;
  max-width: none;
}

.lang-tabs ul li {
  height: 30px;
  border-right: 4px solid #e6e7e8;
  margin-bottom: 10px;
  text-align: right;
  padding-right: 10px;
}
.lang-tabs ul li:before {
  display: none;
}
.lang-tabs ul li.active,
.lang-tabs ul li:focus,
.lang-tabs ul li:hover,
.lang-tabs ul li:active {
  border-right: 4px solid #e00;
}
.lang-tabs ul li a {
  vertical-align: -webkit-baseline-middle;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.125rem;
  color: #1a1a1a;
  text-align: right;
}

.tabs-content.rhel-tabs-cont {
  width: 100%;
  margin: 0;
  min-height: 300px;
}
.tabs-content.rhel-tabs-cont .recommended p,
.tabs-content.rhel-tabs-cont .recommended em,
.tabs-content.rhel-tabs-cont .recommended strong {
  font-size: 105%;
}
.tabs-content.rhel-tabs-cont .recommended em.red {
  color: #e00;
}
.tabs-content.rhel-tabs-cont .tc-button {
  margin-top: 15px;
}
.tabs-content.rhel-tabs-cont .tc-button a {
  background: #e00;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  padding: 9px 40px;
  transition: background 0.2s ease-in 0s;
  color: #ffffff;
  display: block;
}
.tabs-content.rhel-tabs-cont .tc-button a:hover,
.tabs-content.rhel-tabs-cont .tc-button a:active,
.tabs-content.rhel-tabs-cont .tc-button a:focus {
  background: #ad0000;
}
.tabs-content.rhel-tabs-cont .tc-link {
  margin-top: 15px;
  text-align: center;
}

.tabs-content.full-width-content {
  width: 100%;
  padding: 0 0;
  margin-left: 0;
}
.tabs-content.full-width-content img {
  max-width: 600px;
}

.box.callout {
  border: 5px solid #e6e7e8;
  padding: 1.5rem;
  margin: 3rem 0;
  clear: both;
}
.box.callout ul li:before {
  display: none;
}

@media only screen and (max-width: 480px) {
  #get-started-instructions ul li p,
  #get-started-instructions ol li p {
    word-wrap: break-word;
  }
  .product-updates iframe {
    max-width: 100%;
  }
  .tabs-content.full-width-content img {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .get-started-content img {
    width: 100%;
  }
}

.hero.hero-resources {
  background: cdn("../images/design/RHDev_pageheader_resources_desktop.png") top
    center/cover no-repeat;
  border: 0;
  margin-bottom: 0;
}
.hero.hero-resources p {
  color: white;
  font-size: 22px;
}
.hero.hero-resources h2 {
  color: white;
  font-size: 5em;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .hero.hero-resources {
    background: cdn("../images/design/RHDev_pageheader_resources_tablet.png")
      top center/cover no-repeat;
    min-height: auto;
  }
  .hero.hero-resources h2 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .hero.hero-resources {
    background: cdn("../images/design/RHDev_pageheader_resources_mobile.png")
      top center/cover no-repeat;
  }
  .hero.hero-resources h2 {
    font-size: 4em;
  }
}

.developer-materials-options {
  text-align: right;
  margin-bottom: 20px;
}
.developer-materials-options label {
  display: inline-block;
  background: #f5f5f5;
  padding: 10px;
  margin: 10px;
}
.developer-materials-options input[type="radio"],
.developer-materials-options input[type="checkbox"] {
  display: none;
}
.developer-materials-options input[type="radio"]:checked + label,
.developer-materials-options input[type="checkbox"]:checked + label {
  background: #e00;
  color: white;
}

@media only screen {
  .more-developer-materials a {
    position: relative;
    top: 1rem;
    left: 1rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .more-developer-materials {
    float: right;
  }
  .more-developer-materials a {
    margin-left: 1.6rem;
  }
}

/* Materials */
ul.results {
  margin-top: 20px;
}
ul.results.loading {
  background: cdn("../images/icons/ajax-loader.gif") center 80px no-repeat;
  min-height: 250px;
}
ul.results.loading li.material {
  visibility: hidden;
}

.material {
  position: relative;
  word-wrap: break-word;
}
.material:before {
  display: none;
}
.material p {
  word-wrap: break-word;
}
.material img {
  padding: 5px;
  box-shadow: 0 0 5px #ccc;
  border: 1px solid #d5d5d5;
  margin-bottom: 7px;
  width: 100%;
}
.material .label {
  float: right;
  margin-left: 10px;
  border-radius: 0;
  line-height: 1.3;
}
.material .label.material-level-beginner {
  background: #3f9c35;
}
.material .label.material-level-Beginner {
  background: #3f9c35;
}
.material .label.material-level-intermediate {
  background: #0066cc;
}
.material .label.material-level-Intermediate {
  background: #0066cc;
}
.material .label.material-level-advanced {
  background: #e00;
}
.material .label.material-level-Advanced {
  background: #e00;
}
.material .empty-label {
  height: 1.3em;
  font-size: 0.75em;
}
.material .material-info {
  position: relative;
  top: 10px;
  margin-bottom: 17px;
}
.material .material-info h5 {
  clear: both;
  margin-bottom: 0;
}
.material p {
  margin: 0;
  font-size: 0.875rem;
}
.material p.material-datestamp {
  font-size: 0.6875rem;
}
.material p.rating {
  text-transform: uppercase;
  color: #000;
  margin: 5px 0;
}
.material p.rating i:first-child {
  margin-left: 5px;
}
.material i {
  color: #cccccc;
  margin-left: 5px;
}
.material i.fa-star,
.material i.fa-star-half-empty {
  color: #fdcf50;
}
.material a.banner {
  display: block;
  width: 100%;
  position: absolute;
  text-indent: -9999px;
}
.material a.banner.premium {
  height: 20px;
  top: 20px;
}
.material a.banner.experimental {
  height: 120px;
  width: 130px;
  right: 0px;
  top: 0;
}

label.has-tip {
  border-bottom: 0;
}
label.has-tip:hover {
  border-bottom: 0;
}

.chosen-container ~ label {
  display: none;
}

body
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"] {
  height: auto !important;
  font-size: 1em;
  color: #ababab;
}

.label.experimental-text,
.label.premium-text {
  display: block;
  width: 100%;
  margin: 0;
  float: none;
  text-align: center;
}
.label.experimental-text:hover,
.label.premium-text:hover {
  color: white;
}

.label.experimental-text {
  background: #fe8d00;
}

.label.premium-text {
  background: #cd0013;
  color: white;
}

table.developer-materials-grid {
  table-layout: fixed;
  width: 100%;
  margin-top: 1rem;
}
table.developer-materials-grid tr td {
  vertical-align: middle;
  position: relative;
}
table.developer-materials-grid tr td.type {
  width: 15%;
}
table.developer-materials-grid tr td.type img {
  padding: 0;
}
table.developer-materials-grid tr td.description {
  width: 28%;
}
table.developer-materials-grid tr td.title {
  width: 30%;
}
table.developer-materials-grid tr td.title a.name {
  color: #027cbb;
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
table.developer-materials-grid tr td.publish {
  width: 12%;
}
table.developer-materials-grid tr td.product {
  width: 10%;
}
table.developer-materials-grid tr td.skill {
  width: 13%;
  text-align: center;
  padding: 0;
}
table.developer-materials-grid tr td.skill .label {
  margin: 0;
  float: none;
}
table.developer-materials-grid tr td.rating-stars {
  width: 11%;
}

@media only screen and (max-width: 768px) {
  body.developer-materials .content-wrapper,
  body.developer-materials .wrapper,
  body.developer-materials .developer-materials-sidebar {
    padding: 0;
  }
  .developer-materials-sidebar h4 {
    background: #004c98;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 0;
    margin: 10px;
  }
  .developer-materials-sidebar h4:after {
    content: "\f078";
    font-family: "FontAwesome";
    padding-left: 10px;
  }
  .developer-materials-sidebar form {
    display: none;
  }
  .developer-materials-sidebar a.filters-clear {
    display: none;
  }
  .developer-materials-sidebar.open {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    background: white;
    width: 100%;
    z-index: 9999;
  }
  .developer-materials-sidebar.open form {
    display: block;
  }
  .developer-materials-sidebar.open h4 {
    background: #004c98;
    color: white;
    font-size: 0;
    padding: 20px;
    cursor: pointer;
    text-align: left;
  }
  .developer-materials-sidebar.open h4:before {
    content: "Cancel";
    font-size: 14px;
  }
  .developer-materials-sidebar.open a.filters-clear {
    font-size: 14px;
    display: inline;
    float: right;
    color: white;
    text-decoration: none;
  }
  .developer-materials-sidebar.open .filters-apply {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
    top: 20px;
    background: #94aebd;
    padding: 2px 20px;
    margin-left: -45px;
  }
  .filter-block {
    border-bottom: 1px solid #d5d5d5;
    padding: 10px;
  }
  .filter-block input[type="range"] {
    width: 100%;
  }
  .filter-block h5.show-more {
    cursor: pointer;
  }
  .filter-block h5.show-more:after {
    content: "\f078";
    color: #004c98;
    padding-right: 10px;
    float: right;
    font-family: "FontAwesome";
  }
  .filter-block-checkboxes {
    padding: 0;
  }
  .filter-block-checkboxes h5 {
    padding-left: 10px;
  }
  .filter-block-checkboxes select[name="filter-topic[]"] {
    display: none;
  }
  .filter-block-inputs {
    display: none;
    position: relative;
  }
  .filter-block-inputs label {
    padding: 3px;
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    color: white;
    background: #004c98;
    border-bottom: 1px solid #656565;
    font-weight: 600;
    display: block;
  }
  .filter-block-inputs label:after {
    content: "\f00c";
    font-family: FontAwesome;
    color: #5d8097;
    float: right;
  }
  .filter-block-inputs label.checked {
    background: #5d8097;
    color: white;
  }
  .filter-block-inputs label.checked:after {
    color: white;
  }
  .filter-block-inputs label input {
    margin: 0;
    display: none;
  }
  .filter-block-inputs .chosen-container {
    display: none;
  }
  .filter-block-inputs span.skill-display {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .developer-materials-main {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) {
  .developer-materials-main {
    width: 100%;
  }
}

.jdfadvise {
  padding: 2em;
  color: #424242;
  background-color: #e1eef4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #94aebd;
  margin-bottom: 2em;
}
.jdfadvise .adviseclose {
  float: right;
  margin-right: -1.75em;
  margin-top: -1.75em;
}
.jdfadvise .adviseclose a {
  color: #424242;
}
.jdfadvise .adviseclose a:before {
  font-family: "FontAwesome";
  content: "\f00d";
}
.jdfadvise h2 {
  font-size: 1.75rem;
  font-weight: normal;
  margin-top: 0;
}
.jdfadvise h3 {
  font-size: 1.25rem;
}
.jdfadvise p {
  margin-bottom: 0;
}

.bomadvise {
  padding: 2em;
  color: #424242;
  background-color: #e1eef4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #94aebd;
  margin-bottom: 2em;
  margin-right: 2em;
}
.bomadvise .adviseclose {
  float: right;
  margin-right: -1.75em;
  margin-top: -1.75em;
}
.bomadvise .adviseclose a {
  color: #424242;
}
.bomadvise .adviseclose a:before {
  font-family: "FontAwesome";
  content: "\f00d";
}
.bomadvise h3 {
  font-size: 1.25rem;
  font-weight: normal;
  margin-top: 0;
}
.bomadvise h4 {
  font-size: 1rem;
}
.bomadvise p {
  margin-bottom: 0;
}

img.loader {
  display: block;
  margin: 20px auto;
}

span.label.count {
  border-radius: 4px;
  margin-left: 4px;
  background: #92d400;
  display: none;
}

a[data-page="⋯"] {
  cursor: default;
}
a[data-page="⋯"]:hover {
  background: none;
}

#developer-materials-filters.resources-page h2 {
  display: none;
}

#developer-materials-filters[class*="large"] input,
#developer-materials-filters[class*="large"] select {
  width: 100%;
}

#developer-materials-filters .developer-materials-header {
  margin-bottom: 20px;
  padding-bottom: 5px;
}

#developer-materials-filters .dropdown-filter ul {
  padding: 15px;
}
#developer-materials-filters .dropdown-filter ul li:before {
  display: none;
}

#developer-materials-filters .dropdown-filter .button {
  padding: 11px 20px;
}

#developer-materials-filters label.inline {
  display: inline-block;
  margin-right: 10px;
}

#developer-materials-filters input.keyword {
  max-width: 160px;
  display: inline-block;
}

#developer-materials-filters label {
  text-align: left;
}

#developer-materials-filters span.skill-display {
  padding-top: 0;
}

#show-entries select {
  display: inline-block;
  max-width: 55px;
  margin: 0 10px;
  background-color: transparent;
}

#show-entries label {
  font-weight: 700;
}

#show-entries p {
  font-size: 0.9rem;
}

.developer-materials-results-wrapper {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.developer-materials-results-wrapper .developer-material-results {
  min-width: 900px;
}

.date-filter input[type="range"] {
  height: 10px;
  border: 1px solid #909090;
  border-radius: 9px;
  z-index: 1;
}

.buzz-filters {
  position: relative;
}
.buzz-filters .searchResults ul {
  margin: 0;
}
.buzz-filters
  input[type="text"][name="buzz-filter-text"]:focus
  + .searchResults {
  display: block;
}

.buzz-container {
  overflow: visible;
}

.buzz-item {
  width: 24%;
  float: left;
  padding: 10px;
}
.buzz-item .buzz-item-inner {
  border: 1px solid #d5d5d5;
  box-shadow: 2px 2px 0 #94aebd;
  background: #e6e6e6;
  word-wrap: break-word;
}
.buzz-item .buzz-item-inner a.authorUpdate {
  color: #0066cc;
}
.buzz-item .buzz-item-inner p.authorName {
  color: #0066cc;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}
.buzz-item .buzz-item-inner span.updateDate {
  float: right;
}
.buzz-item h3,
.buzz-item p {
  padding: 10px;
  font-weight: 100;
  margin: 0;
  color: #424242;
}
.buzz-item h3 {
  padding-bottom: 0;
}
.buzz-item h3 + p {
  padding-top: 0;
}
.buzz-item img {
  width: 100%;
}

.buzz-header {
  text-align: center;
  color: #94aebd;
  background: white;
  padding: 10px;
}
.buzz-header i {
  font-size: 22px;
}

.sort-icons {
  text-align: center;
}
.sort-icons li {
  display: inline;
  position: relative;
  margin: 3px;
}
.sort-icons li.sortBy {
  padding-right: 10px;
  position: relative;
  top: -6px;
}
.sort-icons li a {
  font-size: 35px;
  padding: 5px 10px;
  color: #94aebd;
}
.sort-icons li a:after {
  content: "";
  width: 10px;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  background: #004c98;
  display: block;
  position: absolute;
  top: 24px;
  display: none;
}
.sort-icons li a:hover,
.sort-icons li a.buzz-filter-active {
  background: #004c98;
  color: white;
}
.sort-icons li a:hover:after,
.sort-icons li a.buzz-filter-active:after {
  display: block;
}

input[type="text"][name="buzz-filter-text"] {
  width: 200px;
  position: relative;
  /*margin-bottom:-42px; // PLM commented this out as it broke the layout without the sort ul*/
}

h4.buzz-message.divider {
  float: left;
  width: 100%;
  margin: 20px 0 40px 0;
}

/* Mq */
@media only screen and (max-width: 768px) {
  .buzz-item {
    width: 49%;
  }
  .sort-icons li {
    margin: 0;
  }
  .sort-icons li a {
    font-size: 20px;
  }
  .sort-icons li a:after {
    top: 20px;
  }
  input[type="text"][name="buzz-filter-text"] {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .buzz-item {
    width: 98%;
  }
}

span.loader {
  background: cdn("../images/icons/ajax-loader.gif") center no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  z-index: 99999;
  background-size: contain;
  background-color: transparent;
  clear: both;
}

.mini-buzz-container > div:nth-child(odd) {
  clear: left;
}

h2.large-title#buzz i {
  font-size: 0.75em;
}

.buzz-product-update .update {
  margin-bottom: 20px;
}
.buzz-product-update .update a h5 {
  color: #0066cc;
  font-size: 1.25rem;
}

#registration-confirmation .divider {
  border-bottom: 1px solid #333333;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

#registration-confirmation .spotlight {
  background-color: #f9f9f9;
  min-height: 350px;
  padding: 1.25rem;
  position: relative;
}
#registration-confirmation .spotlight .fa.fa-clock-o:before {
  margin-right: 5px;
}
#registration-confirmation .spotlight small i {
  margin-bottom: 15px;
}
#registration-confirmation .spotlight a.button {
  width: 90%;
  position: absolute;
  bottom: 0;
  margin-bottom: 1em;
}

#registration-confirmation .home-title {
  margin-top: 3.125rem;
}

@media only screen and (max-width: 768px) {
  #registration-confirmation .spotlight {
    margin-top: 1.25rem;
  }
  #registration-confirmation .spotlight a.button {
    position: relative;
    width: 100%;
  }
}

.button.button--solution {
  background: #6abcd3
    url("https://static.jboss.org/rhd/images/stars-texture.png") bottom right
    no-repeat;
  padding: 30px 10px 30px 20px;
  text-align: left;
  width: 100%;
  display: inline-block;
  margin-bottom: 1em;
}
.button.button--solution:hover {
  background: #43aac7
    url("https://static.jboss.org/rhd/images/stars-texture.png") bottom right
    no-repeat;
}
.button.button--solution.clear {
  color: #0088ce;
  text-align: center;
  font-size: 20px;
}
.button.button--solution.clear:hover {
  background: none;
}

.page-middleware .wrapper {
  padding-bottom: 0;
}

.page-middleware section:not(.footer-links):not(.footer-legal) {
  padding: 30px 0 60px 0;
}
.page-middleware section:not(.footer-links):not(.footer-legal) h3,
.page-middleware section:not(.footer-links):not(.footer-legal) h4 {
  margin-bottom: 1em;
  font-weight: 600;
}
.page-middleware section:not(.footer-links):not(.footer-legal) h3 {
  font-size: 27px;
  text-transform: uppercase;
}
.page-middleware section:not(.footer-links):not(.footer-legal) h4 {
  margin-bottom: 1em;
  font-size: 23px;
}
.page-middleware section:not(.footer-links):not(.footer-legal).green {
  background-color: #286322;
  padding: 30px 0 40px 0;
  color: #ffffff;
}
.page-middleware section:not(.footer-links):not(.footer-legal).green h3,
.page-middleware section:not(.footer-links):not(.footer-legal).green h4 {
  margin-bottom: 8px;
  color: #ffffff;
}
.page-middleware section:not(.footer-links):not(.footer-legal).grey {
  background-color: #e6e7e8;
}
.page-middleware
  section:not(.footer-links):not(.footer-legal)
  .enterprise-ready
  h4 {
  margin-bottom: 8px;
}
.page-middleware section:not(.footer-links):not(.footer-legal) .video-col {
  position: relative;
  padding-bottom: 28%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.page-middleware section:not(.footer-links):not(.footer-legal) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 100%;
}
.page-middleware section:not(.footer-links):not(.footer-legal) ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.page-middleware section:not(.footer-links):not(.footer-legal) ul li {
  margin-bottom: 1em;
}
.page-middleware section:not(.footer-links):not(.footer-legal) ul.bullet-list {
  list-style: disc;
  margin-left: 1.25em;
}
.page-middleware section:not(.footer-links):not(.footer-legal) .whats-new {
  background-color: #ffffff;
  padding: 1.4em;
  top: -20px;
}
.page-middleware
  section:not(.footer-links):not(.footer-legal)
  ul.middleware-blog
  li
  a.title {
  font-weight: 600;
}
.page-middleware
  section:not(.footer-links):not(.footer-legal)
  ul.middleware-blog
  li
  p.blog-info {
  margin-bottom: 5px;
}
.page-middleware
  section:not(.footer-links):not(.footer-legal)
  ul.middleware-blog
  li
  span.author,
.page-middleware
  section:not(.footer-links):not(.footer-legal)
  ul.middleware-blog
  li
  span.date {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 0.9em;
}
.page-middleware
  section:not(.footer-links):not(.footer-legal)
  ul.middleware-blog
  li
  span.date {
  float: right;
}
.page-middleware
  section:not(.footer-links):not(.footer-legal)
  ul.middleware-blog
  li
  p.description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page-middleware #referral-alert {
  padding-bottom: 0;
}
.page-middleware #referral-alert div.alert-content h3 {
  text-transform: none;
}

@media only screen and (max-width: 1024px) {
  .page-middleware section .video-col {
    padding-bottom: 56.25%;
    margin-bottom: 30px;
  }
  .page-middleware section ul {
    margin-bottom: 1em;
  }
  .page-middleware section .whats-new {
    top: 0;
  }
  .page-middleware ul.middleware-blog li span.author,
  .page-middleware ul.middleware-blog li span.date {
    display: block;
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  .page-middleware ul.middleware-blog li span.author,
  .page-middleware ul.middleware-blog li span.date {
    display: inline-block;
  }
  .page-middleware ul.middleware-blog li span.date {
    float: left;
  }
  .page-middleware #referral-alert i {
    margin-bottom: 10px;
  }
}

li.upstream {
  font-size: 0.8125rem;
  padding-bottom: 45px;
}
li.upstream .defaultprojectimage {
  border: 1px solid #656565;
  width: 100%;
}
li.upstream h5.solution-name .solution-name-link {
  font-weight: 800;
}
li.upstream a.image-link img {
  background: #ffffff;
  width: 100%;
}
li.upstream a.upstream-toggle-more {
  display: block;
  clear: both;
  margin-top: 5px;
}
li.upstream a.upstream-toggle-more span.view-less {
  display: none;
}
li.upstream a.upstream-toggle-more.upstream-toggle-open span.view-less {
  display: inline;
}
li.upstream a.upstream-toggle-more.upstream-toggle-open span.view-more {
  display: none;
}
li.upstream a.upstream-toggle-more i {
  margin-left: 5px;
}
li.upstream .upstream-more-content {
  display: none;
}
li.upstream p {
  margin-bottom: 10px;
}
li.upstream h3 {
  color: #0066cc;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 10px 0;
}

ul.featured-projects-results {
  margin: 0;
}
ul.featured-projects-results > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.625em 1.25em;
  max-width: 268px;
}
ul.featured-projects-results > li .defaultprojectimage {
  width: 100%;
  border: 0;
  background: none;
  height: auto;
}
ul.featured-projects-results a.image-link img {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 5px;
}

.project-content {
  display: none;
}

.project-details-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-details-list li {
  overflow: hidden;
  font-size: 1rem;
}
.project-details-list li a:after {
  font-family: "FontAwesome";
  content: "\f08e";
  margin-left: 5px;
  font-size: 12px;
  color: #027cbb;
}
.project-details-list li a[href*="jboss.org"]:after {
  content: "";
}

.project-filters h4 {
  font-size: 23px;
  font-weight: 600;
}

.project-filters h5 {
  font-size: 18px;
  font-weight: 600;
}

.project-filters .project-filters-clear {
  font-size: 14px;
  margin-left: 5px;
}

.project-content-left {
  position: static;
}
.project-content-left p {
  margin: 5px 0;
}

ul.project-social {
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 10px;
}
ul.project-social li {
  display: inline;
}
ul.project-social li a {
  font-size: 30px;
  color: #d5d5d5;
}

@media (max-width: 320px) {
  ul.featured-projects-results {
    margin: 0;
  }
  ul.featured-projects-results li {
    padding: 0;
  }
}

.hero.hero-projects {
  background: url("https://static.jboss.org/rhd/images/RHDev_pageheader_upstream_desktop.png")
    top center/cover no-repeat;
  content: ":4242";
  border: 0;
  min-height: 220px;
  margin-bottom: 0;
}
.hero.hero-projects h2 {
  color: white;
  font-size: 4em;
  margin-top: 0.5em;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .hero.hero-projects h2 {
    font-size: 4em;
  }
}
@media only screen and (max-width: 768px) {
  .hero.hero-projects {
    background: url("https://static.jboss.org/rhd/images/RHDev_pageheader_upstream_tablet.png")
      top center/cover no-repeat;
    min-height: auto;
  }
  .hero.hero-projects h2 {
    margin-top: 10px;
    line-height: 1;
  }
}
@media only screen and (max-width: 480px) {
  .hero.hero-projects {
    background: url("https://static.jboss.org/rhd/images/RHDev_pageheader_upstream_mobile.png")
      top center/cover no-repeat;
  }
}
.hero.hero-projects p {
  color: white;
  font-size: 20px;
}

rhdp-thankyou .thankyou {
  border-bottom: 1px solid #d5d5d5;
  padding: 0 0 2em 0;
}
rhdp-thankyou .thankyou iframe {
  display: none;
}
rhdp-thankyou .thankyou h2 {
  text-align: center;
}

rhdp-thankyou .thankyou-button {
  text-align: center;
  padding: 2em 0 0 0;
  margin-bottom: 3em;
}
rhdp-thankyou .thankyou-button a.button.heavy-cta {
  text-align: center;
}

.other-book-formats {
  margin-top: 12px;
}

.books-filters input[name="filter-text"] {
  width: 25%;
}

ul.book-list.loading {
  background: cdn("../images/icons/ajax-loader.gif") center 80px no-repeat;
  min-height: 250px;
}
ul.book-list.loading li.material {
  visibility: hidden;
}

ul.book-list li:last-child {
  float: left !important;
}

.book {
  padding-right: 20px !important;
  position: relative;
  float: left;
  padding-bottom: 20px;
}
.book:last-child.column {
  float: left;
}
.book span.highlight {
  font-weight: 600;
  background: #ffffd6;
  padding: 0 2px;
  border-radius: 2px;
}
.book a.book-preview {
  position: absolute;
  background: #333333;
  color: white;
  display: block;
  width: 60%;
  padding: 5px;
  text-align: center;
  left: 20%;
  text-transform: uppercase;
  top: 130px;
  opacity: 0;
}
.book:hover a.book-preview {
  opacity: 1;
}
.book img {
  width: 100%;
  padding: 5px;
  border: 1px solid #d5d5d5;
  background: white;
}
.book h4 {
  padding-top: 0.5em;
  margin-bottom: 0;
}
.book p {
  margin: 3px 0;
  font-size: 0.75rem;
}

.featured-books {
  background: #e6e6e6;
  border-radius: 0;
}
.featured-books h3 {
  color: black;
  margin-top: 0;
}
.featured-books .book {
  padding-bottom: 0;
}

p.desc {
  clear: both;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
  .books-filters input[name="filter-text"] {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .book {
    padding-right: 0px;
  }
  li.book {
    width: 100%;
    margin-bottom: 10px;
  }
}

.isbnList {
  display: none;
}

/* Cheat Sheet and books */
#rhd-cheat-sheet,
#rhd-book {
  margin-bottom: 3em;
}
#rhd-cheat-sheet .content-type,
#rhd-book .content-type {
  text-transform: uppercase;
  color: #424242;
  margin-bottom: 0;
}
#rhd-cheat-sheet .cs-excerpt,
#rhd-cheat-sheet .book-excerpt,
#rhd-book .cs-excerpt,
#rhd-book .book-excerpt {
  display: block;
  background-color: #e8fbff;
  border: 1px solid #b8e3ed;
  padding: 20px 30px;
  margin: 40px 0 20px 0;
}
#rhd-cheat-sheet .cs-excerpt h4,
#rhd-cheat-sheet .book-excerpt h4,
#rhd-book .cs-excerpt h4,
#rhd-book .book-excerpt h4 {
  margin-bottom: 15px;
}
#rhd-cheat-sheet .cs-excerpt span,
#rhd-cheat-sheet .book-excerpt span,
#rhd-book .cs-excerpt span,
#rhd-book .book-excerpt span {
  display: inline-block;
  width: calc(100% - 60px);
  font-style: italic;
}
#rhd-cheat-sheet .cs-excerpt span.open-quote,
#rhd-cheat-sheet .book-excerpt span.open-quote,
#rhd-book .cs-excerpt span.open-quote,
#rhd-book .book-excerpt span.open-quote {
  font-size: 7em;
  width: 60px;
  color: #00b9e4;
  font-style: normal;
}
#rhd-cheat-sheet .cs-excerpt span .field--name-field-cheat-sheet-excerpt,
#rhd-cheat-sheet .cs-excerpt span .field--name-field-book-excerpt,
#rhd-cheat-sheet .book-excerpt span .field--name-field-cheat-sheet-excerpt,
#rhd-cheat-sheet .book-excerpt span .field--name-field-book-excerpt,
#rhd-book .cs-excerpt span .field--name-field-cheat-sheet-excerpt,
#rhd-book .cs-excerpt span .field--name-field-book-excerpt,
#rhd-book .book-excerpt span .field--name-field-cheat-sheet-excerpt,
#rhd-book .book-excerpt span .field--name-field-book-excerpt {
  width: inherit;
}
#rhd-cheat-sheet .cs-excerpt .divider,
#rhd-cheat-sheet .book-excerpt .divider,
#rhd-book .cs-excerpt .divider,
#rhd-book .book-excerpt .divider {
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 0;
}
#rhd-cheat-sheet .cs-excerpt .divider:last-of-type,
#rhd-cheat-sheet .book-excerpt .divider:last-of-type,
#rhd-book .cs-excerpt .divider:last-of-type,
#rhd-book .book-excerpt .divider:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
#rhd-cheat-sheet .cs-excerpt code,
#rhd-cheat-sheet .book-excerpt code,
#rhd-book .cs-excerpt code,
#rhd-book .book-excerpt code {
  background-color: transparent;
  border: none;
  padding: 0;
  font-weight: inherit;
}
#rhd-cheat-sheet .cta-label,
#rhd-book .cta-label {
  margin-bottom: 15px;
}
#rhd-cheat-sheet .cs-info,
#rhd-cheat-sheet .book-info,
#rhd-book .cs-info,
#rhd-book .book-info {
  border-top: 1px solid #656565;
  border-bottom: 1px solid #656565;
  padding: 7px 0;
  margin-bottom: 2.5em;
}
#rhd-cheat-sheet .cs-info ul,
#rhd-cheat-sheet .book-info ul,
#rhd-book .cs-info ul,
#rhd-book .book-info ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding-left: 0;
}
#rhd-cheat-sheet .cs-info ul li,
#rhd-cheat-sheet .book-info ul li,
#rhd-book .cs-info ul li,
#rhd-book .book-info ul li {
  width: auto;
  margin-bottom: 1px;
  padding-top: 1px;
  display: inline-block;
}
#rhd-cheat-sheet .cs-info ul li:first-child,
#rhd-cheat-sheet .book-info ul li:first-child,
#rhd-book .cs-info ul li:first-child,
#rhd-book .book-info ul li:first-child {
  padding-left: 0;
}
#rhd-cheat-sheet .cs-info ul li .field,
#rhd-cheat-sheet .book-info ul li .field,
#rhd-book .cs-info ul li .field,
#rhd-book .book-info ul li .field {
  display: inline-block;
}
#rhd-cheat-sheet .cs-tags .field--name-field-cheat-sheet-tags,
#rhd-cheat-sheet .cs-tags .field--name-field-tags,
#rhd-cheat-sheet .book-tags .field--name-field-cheat-sheet-tags,
#rhd-cheat-sheet .book-tags .field--name-field-tags,
#rhd-book .cs-tags .field--name-field-cheat-sheet-tags,
#rhd-book .cs-tags .field--name-field-tags,
#rhd-book .book-tags .field--name-field-cheat-sheet-tags,
#rhd-book .book-tags .field--name-field-tags {
  display: inline;
}
#rhd-cheat-sheet .cs-tags .field--name-field-cheat-sheet-tags .field__item,
#rhd-cheat-sheet .cs-tags .field--name-field-tags .field__item,
#rhd-cheat-sheet .book-tags .field--name-field-cheat-sheet-tags .field__item,
#rhd-cheat-sheet .book-tags .field--name-field-tags .field__item,
#rhd-book .cs-tags .field--name-field-cheat-sheet-tags .field__item,
#rhd-book .cs-tags .field--name-field-tags .field__item,
#rhd-book .book-tags .field--name-field-cheat-sheet-tags .field__item,
#rhd-book .book-tags .field--name-field-tags .field__item {
  display: inline-block;
  color: #424242;
}
#rhd-cheat-sheet .cs-tags .field--name-field-cheat-sheet-tags .field__item a,
#rhd-cheat-sheet .cs-tags .field--name-field-tags .field__item a,
#rhd-cheat-sheet .book-tags .field--name-field-cheat-sheet-tags .field__item a,
#rhd-cheat-sheet .book-tags .field--name-field-tags .field__item a,
#rhd-book .cs-tags .field--name-field-cheat-sheet-tags .field__item a,
#rhd-book .cs-tags .field--name-field-tags .field__item a,
#rhd-book .book-tags .field--name-field-cheat-sheet-tags .field__item a,
#rhd-book .book-tags .field--name-field-tags .field__item a {
  color: #424242;
}
#rhd-cheat-sheet
  .cs-tags
  .field--name-field-cheat-sheet-tags
  .field__item:after,
#rhd-cheat-sheet .cs-tags .field--name-field-tags .field__item:after,
#rhd-cheat-sheet
  .book-tags
  .field--name-field-cheat-sheet-tags
  .field__item:after,
#rhd-cheat-sheet .book-tags .field--name-field-tags .field__item:after,
#rhd-book .cs-tags .field--name-field-cheat-sheet-tags .field__item:after,
#rhd-book .cs-tags .field--name-field-tags .field__item:after,
#rhd-book .book-tags .field--name-field-cheat-sheet-tags .field__item:after,
#rhd-book .book-tags .field--name-field-tags .field__item:after {
  content: ", ";
  position: relative;
}
#rhd-cheat-sheet
  .cs-tags
  .field--name-field-cheat-sheet-tags
  .field__item:last-child:after,
#rhd-cheat-sheet .cs-tags .field--name-field-tags .field__item:last-child:after,
#rhd-cheat-sheet
  .book-tags
  .field--name-field-cheat-sheet-tags
  .field__item:last-child:after,
#rhd-cheat-sheet
  .book-tags
  .field--name-field-tags
  .field__item:last-child:after,
#rhd-book
  .cs-tags
  .field--name-field-cheat-sheet-tags
  .field__item:last-child:after,
#rhd-book .cs-tags .field--name-field-tags .field__item:last-child:after,
#rhd-book
  .book-tags
  .field--name-field-cheat-sheet-tags
  .field__item:last-child:after,
#rhd-book .book-tags .field--name-field-tags .field__item:last-child:after {
  display: none;
}
#rhd-cheat-sheet .cs-social .googleplus-one,
#rhd-cheat-sheet .book-social .googleplus-one,
#rhd-book .cs-social .googleplus-one,
#rhd-book .book-social .googleplus-one {
  max-width: 55px;
}
#rhd-cheat-sheet .share-this,
#rhd-book .share-this {
  background: none;
  padding-top: 0;
}
#rhd-cheat-sheet a.button,
#rhd-book a.button {
  margin: 5px 0 20px 0;
  margin-right: 25px !important;
}
#rhd-cheat-sheet .shown-after-login,
#rhd-cheat-sheet .hidden-after-login,
#rhd-book .shown-after-login,
#rhd-book .hidden-after-login {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #rhd-cheat-sheet,
  #rhd-book {
    padding: 15px;
  }
  #rhd-cheat-sheet .cs-info .cs-social,
  #rhd-cheat-sheet .cs-info .book-social,
  #rhd-cheat-sheet .book-info .cs-social,
  #rhd-cheat-sheet .book-info .book-social,
  #rhd-book .cs-info .cs-social,
  #rhd-book .cs-info .book-social,
  #rhd-book .book-info .cs-social,
  #rhd-book .book-info .book-social {
    float: none !important;
    margin-top: 5px;
  }
  #rhd-cheat-sheet .cs-info ul li,
  #rhd-cheat-sheet .book-info ul li,
  #rhd-book .cs-info ul li,
  #rhd-book .book-info ul li {
    display: block;
  }
  #rhd-cheat-sheet .field--name-field-cheat-sheet-tags,
  #rhd-cheat-sheet .field--name-field-tags,
  #rhd-book .field--name-field-cheat-sheet-tags,
  #rhd-book .field--name-field-tags {
    margin-bottom: 25px;
  }
  #rhd-cheat-sheet a.button,
  #rhd-book a.button {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #rhd-cheat-sheet .cs-tags,
  #rhd-book .cs-tags {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #rhd-cheat-sheet .cs-excerpt span.open-quote,
  #rhd-book .cs-excerpt span.open-quote {
    display: none;
  }
  #rhd-cheat-sheet .cs-excerpt span,
  #rhd-book .cs-excerpt span {
    width: 100%;
  }
}
#rhd-cheat-sheet .white-card,
#rhd-book .white-card {
  background-color: #ffffff;
  height: 193px;
  margin: 16px 0;
  padding: 15px;
  border: 2px solid #d5d5d5;
  position: relative;
}
#rhd-cheat-sheet .white-card h5,
#rhd-book .white-card h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#rhd-cheat-sheet .white-card h6,
#rhd-book .white-card h6 {
  text-transform: uppercase;
}
#rhd-cheat-sheet .white-card p,
#rhd-cheat-sheet .white-card .description,
#rhd-book .white-card p,
#rhd-book .white-card .description {
  font-size: 1em;
  line-height: 1.4;
  color: #424242;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 43px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.video-page div.video-container:only-child {
  width: 100% !important;
}

.video-page .slides iframe {
  width: 595px;
  height: 392px;
}
.video-page .slides iframe .vp-player-layout {
  left: 0 !important;
  right: 0 !important;
}

.video-page .slides small {
  display: block;
}

.video-page .field--type-video-embed-field {
  margin-bottom: 1.5em;
}

.video-page .page-info-bar {
  margin-top: 0;
  width: calc(100% - 30px);
}

.video-page .video-content {
  margin-top: 4.5em;
}

.video-page .video-description {
  margin-bottom: 1em;
}
.video-page .video-description .field--name-field-video-resource-tags {
  display: inline;
}
.video-page
  .video-description
  .field--name-field-video-resource-tags
  .field__item {
  display: inline-block;
  color: #424242;
}
.video-page
  .video-description
  .field--name-field-video-resource-tags
  .field__item
  a {
  color: #424242;
}
.video-page
  .video-description
  .field--name-field-video-resource-tags
  .field__item:after {
  content: ",";
  position: relative;
}
.video-page
  .video-description
  .field--name-field-video-resource-tags
  .field__item:last-child:after {
  display: none;
}

.video-page .show-more-text {
  max-height: 69px;
}

.video-page a.show-more {
  border-top: 1px solid #d5d5d5;
}

.video-page .video-transcript {
  padding: 2em 0 0 0;
}
.video-page .video-transcript h5 {
  padding-bottom: 1em;
  margin: 3em 0 0 0;
}
.video-page .video-transcript .field--name-field-video-transcript {
  border: 1px solid #d5d5d5;
  padding: 10px;
}
.video-page .video-transcript .field--name-field-video-transcript .field__item {
  height: 100%;
  overflow: scroll;
  max-height: 350px;
}
.video-page
  .video-transcript
  .field--name-field-video-transcript
  .field__item
  > p:last-of-type {
  margin-bottom: 0;
}

.video-page .field--name-field-speakers {
  display: inline-block;
}

.video-page
  .field--name-field-speakers
  .field__items
  > .field__item:not(:only-child):not(:last-child):after {
  content: ",";
}

.video-page .field--name-field-video-related-links {
  color: #06c;
  font-weight: 800;
}
.video-page .field--name-field-video-related-links .field__item {
  display: block;
  margin-bottom: 10px;
}
.video-page .field--name-field-video-related-links .field__item > a:after {
  content: "\25B8";
}

.video-page .related-content-card {
  margin: 15px;
  width: calc(25% - 28px);
}
.video-page .related-content-card h4 {
  min-height: 65px;
}
.video-page .related-content-card:first-child {
  margin-left: 0;
}

.video-page #video-related-cont .field--name-field-related-content {
  display: inline;
}

.video-page
  #video-related-cont
  .field--name-field-related-content
  ~ .video-related-content
  .related-content-card {
  margin-left: 15px;
  width: calc(25% - 32px);
}

section.related-content {
  background-color: #f9f9f9;
  padding: 3em 0;
  margin-top: 3em;
}

.video-caption {
  margin-top: 1em;
  text-align: center;
  font-size: 0.9em;
}

.video-caption * {
  font-size: 0.9rem;
}

.product-video {
  margin: 30px 0;
}
.product-video .video-caption {
  margin-top: -3em;
}

@media only screen and (max-width: 1024px) {
  .video-page .slides iframe {
    width: 80%;
    height: 400px;
  }
  .video-page .related-content-card {
    min-height: 245px;
  }
  .video-page.related-content h4 {
    margin-left: 15px;
  }
  .product-video {
    margin: 1em 0 0 0;
  }
  .product-video .video-caption {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  header.video-page .field--name-title {
    font-size: 30px;
  }
  .video-page .page-info-bar {
    margin-bottom: 2em;
  }
  .video-page .video-transcript {
    margin-bottom: 1em;
  }
  .video-page .video-transcript h5 {
    margin-top: 0;
  }
  .video-page .related-product-card,
  .video-page .related-content-card,
  .video-page
    #video-related-cont
    .field--name-field-related-content
    ~ .video-related-content
    .related-content-card {
    width: calc(50% - 30px);
    min-height: 225px;
  }
  .video-page .related-product-card:first-child,
  .video-page .related-content-card:first-child,
  .video-page
    #video-related-cont
    .field--name-field-related-content
    ~ .video-related-content
    .related-content-card:first-child {
    margin-left: 15px;
  }
  .video-page .related-product-card {
    margin: 0 15px;
  }
  .video-page .field--name-field-video-related-links {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .video-page .slides iframe {
    height: 230px;
  }
  .video-page .video-content {
    margin-top: 2em;
  }
}

.rhd-play-button {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 0 0 0 0.5rem;
  width: 2rem;
  height: 2rem;
  position: relative;
  bottom: 2.5rem;
  font-size: 1.5rem;
  left: 80px;
}
@media only screen and (min-width: 481px) {
  .rhd-play-button {
    padding: 0.5rem 1rem;
    width: 3rem;
    height: 3rem;
    bottom: 4rem;
    font-size: 1.7rem;
    left: 120px;
  }
}

.wide h1,
.wide h2,
.wide h3,
.wide h4,
.wide h5,
.wide h6 {
  color: #424242;
}

.microsite-icon-points {
  background: black;
  color: white;
  text-align: center;
  padding: 30px 0;
  margin: 20px 0;
}
.microsite-icon-points i {
  font-size: 100px;
}
.microsite-icon-points h3 {
  color: white;
}
.microsite-icon-points p {
  color: white;
  line-height: 1.3;
}

.microsite-large-icons {
  padding: 30px 0;
  border-bottom: 2px solid #f9f9f9;
}
.microsite-large-icons .center {
  text-align: center;
}
.microsite-large-icons i {
  font-size: 180px;
  margin-top: -30px;
  margin-bottom: 30px;
  color: #cccccc;
  position: relative;
}
.microsite-large-icons i.fa-image {
  left: -20px;
}

.microsite-text-points h3 {
  font-weight: 600;
}

.wide-hero {
  background-size: cover;
  color: white;
  padding: 50px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.wide-hero h1 {
  color: white;
}
.wide-hero h2 {
  color: white;
  font-size: 4.0625rem;
  text-align: right;
  line-height: 1;
}
.wide-hero h3 {
  color: white;
  font-size: 2rem;
  line-height: 1;
  text-align: right;
}
.wide-hero p {
  margin-top: 20px;
}

.left-aligned-h3 h3 {
  text-align: left;
}

.microsite-cta {
  background: #004c98;
  text-align: center;
  padding: 40px 0;
  margin: 20px 0;
}
.microsite-cta h3 {
  text-transform: uppercase;
  font-size: 2rem;
}
.microsite-cta p {
  color: white;
  font-style: italic;
  font-size: 1.375rem;
}

.microsite-cta--image {
  text-align: left;
  background-size: cover;
}

.y-center {
  text-align: center;
  display: table;
}
.y-center > div {
  display: table-cell;
  vertical-align: middle;
}
.y-center a {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  body.fullbleed .row .row {
    margin: 0;
  }
  body.fullbleed .row .row .columns,
  body.fullbleed .row .row .developer-materials-sidebar,
  body.fullbleed .row .row .developer-materials-main,
  body.fullbleed .row .row .microsite-nav {
    padding: 0;
  }
  .wide-hero {
    width: 100%;
    width: calc(100% + 5px);
    margin-left: -5px;
  }
  .microsite-cta--image div {
    width: 100%;
  }
  .microsite-large-icons {
    padding: 0;
  }
  .microsite-large-icons i {
    font-size: 50px;
    margin: 0;
  }
  .microsite-large-icons .row > div.microsite-large-icon {
    display: none;
  }
}

.microsite-nav {
  margin-top: -40px;
  margin-bottom: 20px;
}
.microsite-nav > ul {
  list-style: none;
}
.microsite-nav > ul li {
  display: inline-block;
  float: left;
}
.microsite-nav > ul li a {
  display: block;
  background: #e6e6e6;
  color: #656565;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  border-right: 3px solid white;
  border-top: 3px solid white;
}
.microsite-nav > ul li a:hover {
  background: #004c98;
  color: white;
}
.microsite-nav > ul li.active a {
  background: #004c98;
  color: white;
}
.microsite-nav > ul li:last-child a {
  border-right: 0;
}
.microsite-nav > ul.microsite-nav-1 li {
  width: 100%;
}
.microsite-nav > ul.microsite-nav-2 li {
  width: 50%;
}
.microsite-nav > ul.microsite-nav-3 li {
  width: 33.33333%;
}
.microsite-nav > ul.microsite-nav-4 li {
  width: 25%;
}
.microsite-nav > ul.microsite-nav-5 li {
  width: 20%;
}
.microsite-nav > ul.microsite-nav-6 li {
  width: 16.66667%;
}
.microsite-nav > ul.microsite-nav-7 li {
  width: 14.28571%;
}
.microsite-nav > ul.microsite-nav-8 li {
  width: 12.5%;
}
.microsite-nav > ul.microsite-nav-9 li {
  width: 11.11111%;
}
.microsite-nav > ul.microsite-nav-10 li {
  width: 10%;
}
.microsite-nav > ul.microsite-nav-11 li {
  width: 9.09091%;
}
.microsite-nav > ul.microsite-nav-12 li {
  width: 8.33333%;
}

body.microsite-multi-page .top-bar-section,
body.microsite .top-bar-section {
  display: none;
}

body.microsite-multi-page nav.top-bar,
body.microsite nav.top-bar {
  border-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .microsite-nav {
    position: relative;
    z-index: 2;
    height: 80px;
  }
  .microsite-nav > ul[class*="microsite-nav-"] {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 20px;
    border: 1px solid #cccccc;
    border-radius: 0;
    overflow: hidden;
  }
  .microsite-nav > ul[class*="microsite-nav-"] li {
    display: block;
    width: 100%;
    position: relative;
    display: none;
  }
  .microsite-nav > ul[class*="microsite-nav-"] li.active {
    display: block;
  }
  .microsite-nav > ul[class*="microsite-nav-"] li.active a {
    border-top: 0;
    background: #424242;
    color: white;
  }
  .microsite-nav > ul[class*="microsite-nav-"] li a {
    border: 0;
    border-top: 1px solid white;
    text-align: left;
    padding-left: 10px;
    background: #00b9e4;
    color: #004c98;
  }
  .microsite-nav > ul[class*="microsite-nav-"] li a:hover {
    background: #424242;
    color: white;
  }
  .microsite-nav > ul[class*="microsite-nav-"] li a:after {
    content: "\f107";
    font-family: "FontAwesome";
    float: right;
    font-weight: 600;
    margin-right: 10px;
  }
  .microsite-nav > ul[class*="microsite-nav-"] li *:first-child a {
    border-top: 0;
  }
  .microsite-nav.microsite-nav--open > ul[class*="microsite-nav-"] > li {
    display: block;
  }
  .microsite-nav.microsite-nav--open
    > ul[class*="microsite-nav-"]
    > li
    a:after {
    content: "\f105";
  }
  .y-center {
    height: auto !important;
  }
}

.microsite-header {
  margin-top: 3em;
}

.dotnet-graphic {
  margin: 20px auto 40px auto;
  display: block;
}

.devnation-discount h3 {
  margin-bottom: 20px;
}

.devnation-discount img {
  margin: 0 auto 40px auto;
  display: block;
}

.site-header .card.green {
  background-color: #3f9c35;
  border: none;
}
.site-header .card.green p {
  margin-bottom: 0;
}

.promotion-header {
  margin-bottom: 4em;
}
.promotion-header img {
  max-width: 320px;
}
.promotion-header .report-title {
  margin-top: 20px;
}
.promotion-header .button {
  display: block;
  margin: 17px 0;
  max-width: 320px;
}
.promotion-header h3 {
  margin-top: 0;
}
.promotion-header .author-img {
  width: 115px;
  margin-top: 10px;
}

.microsite-tmpl {
  margin-top: 3em;
}
.microsite-tmpl ul li p {
  margin-bottom: 5px;
}
.microsite-tmpl .button p {
  margin-bottom: 0;
}
.microsite-tmpl .button a {
  color: #ffffff;
  font-weight: 600;
}

.microsite-graphic {
  margin: 5px auto 40px auto;
  display: block;
}

.microsite-tmpl .button.mailto-btn a,
.microsite-tmpl .mailto-link a {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .promotion-header .field__item img {
    max-width: 100%;
  }
  .microsite-tmpl {
    margin-top: 15px;
  }
  .microsite-tmpl .field--name-field-call-to-action-link,
  .microsite-tmpl .field--name-field-mail-to-link {
    width: 100%;
  }
  .microsite-tmpl .field__item img {
    margin-bottom: 25px;
  }
  .microsite-tmpl .mailto-link .button.mailto-btn a {
    display: block;
  }
  .microsite-tmpl .button.mailto-btn {
    display: block !important;
    background: #ffffff;
    border: 2px solid #08c0fc;
    color: #08c0fc;
  }
  .field__item.button.mailto-btn a {
    color: #08c0fc;
    display: block;
  }
  .field--name-title {
    margin-bottom: 10px;
  }
  .microsite-tmpl .button.download-btn {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#rhd-article {
  padding-top: 2em;
}
#rhd-article .large-5.medium-5.columns,
#rhd-article .large-5.medium-5.developer-materials-sidebar,
#rhd-article .large-5.medium-5.developer-materials-main,
#rhd-article .large-5.medium-5.microsite-nav {
  position: absolute;
  float: right;
  right: 0;
}
#rhd-article .article-info {
  border: none;
  background: #d5d5d5;
  padding: 7px 5px;
  margin-bottom: 2.5em;
}
#rhd-article .article-info ul {
  margin-top: 0;
  padding: 0 5px 5px 5px;
}
#rhd-article .article-info ul li {
  width: auto;
  margin-right: 15px;
}
#rhd-article .article-info ul .field--name-field-content-author {
  display: inline-block;
}
#rhd-article .article-content h2 {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-weight: 100;
  font-size: 16px;
}
@media (min-width: 768px) {
  #rhd-article .article-content h2 {
    font-size: 32px;
  }
}
#rhd-article .article-content h3 {
  border-bottom: none;
  font-size: 15px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #rhd-article .article-content h3 {
    font-size: 27px;
  }
}
#rhd-article .a2a_kit {
  margin-bottom: 30px;
}
#rhd-article .field--name-field-tags {
  display: inline;
}
#rhd-article .field--name-field-tags .field__item {
  display: inline-block;
  color: #424242;
}
#rhd-article .field--name-field-tags .field__item a {
  color: #424242;
}
#rhd-article .field--name-field-tags .field__item:after {
  content: ", ";
  position: relative;
}
#rhd-article .field--name-field-tags .field__item:last-child:after {
  display: none;
}

@media only screen and (max-width: 1170px) {
  #rhd-article {
    padding: 15px;
  }
}

.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .qtn-stats,
.stackoverflow-results-container .stackoverflow-update .update .qtn-stats {
  padding-top: 5px;
}
.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .qtn-stats
  div,
.stackoverflow-results-container .stackoverflow-update .update .qtn-stats div {
  display: inline-block;
  text-align: center;
  margin-right: 4px;
  width: 30%;
  min-height: 80px;
  max-width: 80px;
  max-height: 80;
  padding-top: 15px;
}
.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .qtn-stats
  div
  p,
.stackoverflow-results-container
  .stackoverflow-update
  .update
  .qtn-stats
  div
  p {
  font-size: 0.8em;
}
.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .qtn-stats
  div
  h4,
.stackoverflow-results-container
  .stackoverflow-update
  .update
  .qtn-stats
  div
  h4 {
  margin-bottom: 0;
  line-height: 1;
}
.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .qtn-stats
  div.answer-count,
.stackoverflow-results-container
  .stackoverflow-update
  .update
  .qtn-stats
  div.answer-count {
  border: 2px solid #8ed300;
}
.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .qtn-stats
  div.accepted-answer,
.stackoverflow-results-container
  .stackoverflow-update
  .update
  .qtn-stats
  div.accepted-answer {
  background-color: #8ed300;
  color: #ffffff;
}
.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .qtn-stats
  div.accepted-answer
  h4,
.stackoverflow-results-container
  .stackoverflow-update
  .update
  .qtn-stats
  div.accepted-answer
  h4 {
  color: #ffffff;
}
.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .qtn-stats
  div.votes-count,
.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .qtn-stats
  div.views-count,
.stackoverflow-results-container
  .stackoverflow-update
  .update
  .qtn-stats
  div.votes-count,
.stackoverflow-results-container
  .stackoverflow-update
  .update
  .qtn-stats
  div.views-count {
  border: 2px solid #cccccc;
  background-color: #cccccc;
  color: #ffffff;
}
.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .qtn-stats
  div.votes-count
  h4,
.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .qtn-stats
  div.votes-count
  p,
.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .qtn-stats
  div.views-count
  h4,
.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .qtn-stats
  div.views-count
  p,
.stackoverflow-results-container
  .stackoverflow-update
  .update
  .qtn-stats
  div.votes-count
  h4,
.stackoverflow-results-container
  .stackoverflow-update
  .update
  .qtn-stats
  div.votes-count
  p,
.stackoverflow-results-container
  .stackoverflow-update
  .update
  .qtn-stats
  div.views-count
  h4,
.stackoverflow-results-container
  .stackoverflow-update
  .update
  .qtn-stats
  div.views-count
  p {
  color: #ffffff;
}

.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .so-author,
.stackoverflow-results-container .stackoverflow-update .update .so-author {
  float: right;
}

.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  a.qtn-title,
.stackoverflow-results-container .stackoverflow-update .update a.qtn-title {
  color: #0066cc;
  font-weight: 600;
  font-size: 1.4375rem;
  margin-bottom: 8px;
}

.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  p.qtn-content,
.stackoverflow-results-container .stackoverflow-update .update p.qtn-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px !important;
  margin-top: 8px;
}

.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  span.qtn-answer,
.stackoverflow-results-container .stackoverflow-update .update span.qtn-answer {
  display: block;
  margin-top: 1em;
}

.stackoverflow-results-container .stackoverflow-product-update .update .callout,
.stackoverflow-results-container .stackoverflow-update .update .callout {
  background-color: #f9f9f9;
  margin: 10px 0;
  padding: 20px;
}
.stackoverflow-results-container
  .stackoverflow-product-update
  .update
  .callout
  a,
.stackoverflow-results-container .stackoverflow-update .update .callout a {
  color: #73bcf7;
}

.stackoverflow-results-container .stackoverflow-update .update {
  margin-top: 2em;
}

.so-product-result {
  padding: 0;
}

.stackoverflow-product-update .update {
  padding: 0 1em 0 0;
}
.stackoverflow-product-update .update .update-meta {
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
  min-height: 120px;
}
.stackoverflow-product-update .update .qtn-title {
  min-height: 50px;
}
.stackoverflow-product-update .update .qtn-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.stackoverflow-update .update {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e7e8;
}

.hero.stackoverflow-main {
  background-color: #0089d0;
  background-position: left top;
  background-image: url("https://static.jboss.org/images/rhd/headers/stackoverflow_overview_background.svg");
  background-size: 37%;
  background-repeat: no-repeat;
  padding: 40px 0;
  border: none;
  margin-bottom: 0;
}
.hero.stackoverflow-main h3,
.hero.stackoverflow-main p {
  color: #ffffff;
}

.stack-help {
  background-color: #242424;
  margin-bottom: 25px;
}
.stack-help h3 {
  text-align: right;
  color: #cccccc;
}
.stack-help p {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 600;
  padding: 10px 0 0 0;
  margin-bottom: 5px;
}
.stack-help a {
  color: #73bcf7;
}
.stack-help a:hover,
.stack-help a:active {
  color: #0066cc;
}

.stackoverflow-filters {
  padding-top: 1em;
}
.stackoverflow-filters label {
  font-weight: 800;
  color: #424242;
  font-size: 1.6em;
  margin-right: 20px;
  display: inline-block;
}
.stackoverflow-filters .styled-select {
  display: inline-block;
  z-index: 1;
}

.qtn-answer.display-answer {
  display: block;
}

.qtn-answer.hide-answer {
  display: none;
}

.qtn-answer p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px !important;
}

div.so-tags {
  margin-top: 5px;
}
div.so-tags .tag:not(:nth-last-of-type(2)):after {
  content: ", ";
}

div.so-tags > *:nth-last-child(2):after {
  content: "";
}

strong.tag-label,
.qtn-answer strong {
  margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
  .hero.stackoverflow-main {
    padding: 40px 30px;
  }
  .stackoverflow-main img {
    max-width: 500px;
    margin-bottom: 20px;
  }
  .stack-help {
    margin: 0 -15px 25px -15px;
    padding: 20px 15px;
  }
  .stack-help h3 {
    text-align: left;
  }
  .qtn-stats {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .stackoverflow-results-container
    .stackoverflow-update
    .update
    span.so-author {
    float: none;
    margin-top: 5px;
    display: block;
  }
}

#forumsContainer {
  display: none;
}

.so-sorting {
  margin-top: 20px;
}
.so-sorting select.results-count {
  width: auto;
  margin: 0 1em;
}

#paginator {
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  clear: both;
}
#paginator ul.pagination {
  font-size: 0;
  height: auto;
}
@media only screen and (min-width: 64.063em) {
  #paginator ul.pagination {
    float: right;
  }
}
#paginator ul.pagination li {
  position: relative;
  float: left;
  padding: 0;
  line-height: 1.42857;
  text-decoration: none;
  color: #0066cc;
  background: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  height: auto;
}
#paginator ul.pagination li:before {
  display: none;
}
#paginator ul.pagination li.one-page {
  visibility: hidden;
  margin-top: 0;
}
#paginator ul.pagination li a {
  padding-top: 0.6em;
  transition: none;
  cursor: pointer;
  min-height: 36.39px;
}
#paginator ul.pagination li a:hover,
#paginator ul.pagination li a:focus {
  color: #005582 !important;
  background: #eee;
  border-color: #ddd;
}
#paginator ul.pagination li.current a {
  z-index: 2;
  color: #fff !important;
  background: #0088ce !important;
  border-color: #0088ce !important;
}
#paginator ul.pagination li.unavailable {
  background-color: #f7f7f7;
  cursor: auto;
  pointer-events: none;
}

.faq-nav-fixed {
  position: fixed;
  top: 0;
  padding-top: 20px;
  width: 18%;
  max-width: 180px;
}

.faq-nav a.past-block:last-child {
  color: #a5ab36;
}

.faq-nav {
  padding-left: 0;
}
.faq-nav li {
  list-style: none;
  padding-bottom: 10px;
}
.faq-nav li a {
  color: #0066cc;
}
.faq-nav li a:after {
  content: "\203A";
  margin-left: 5px;
}

.mobile-selector {
  display: none;
}

.faq .align {
  float: right !important;
}

.faq h3 {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-weight: 100;
}

.faq .olist ol {
  counter-reset: section;
}

.faq .olist li {
  list-style-type: none;
}

.faq .olist li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  display: inline;
  background: #d5d5d5;
  color: #fff;
  float: left;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 600;
  margin-right: 10px;
}

.faq > div {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .faq-nav-fixed {
    position: relative;
    width: 100%;
  }
  ul.faq-nav,
  .gsi-nav {
    display: none;
  }
  .mobile-selector {
    display: block;
    width: 100%;
  }
}

h3.downloads-header {
  text-transform: uppercase;
  margin: 30px 0;
}

#downloads {
  width: 100%;
}
#downloads .download-list p {
  margin: 0;
}
#downloads .download-list .category-label + rhdp-downloads-all-item .row hr {
  display: none;
}
#downloads .download-list hr {
  margin: 2rem 1rem;
}
#downloads .download-list .category-label {
  margin-bottom: 20px;
  margin-top: 20px;
  background: #656565 url("../images/dotted_line-white.svg") no-repeat;
  padding: 20px;
  background-size: 1000px;
  background-position: center right -300px;
}
#downloads .download-list .category-label h4 {
  text-transform: uppercase;
  color: white;
  font-size: 25px;
  margin: 0;
  line-height: 1;
}
#downloads .download-list .indent-product {
  margin-left: 1em;
}
#downloads .download-list .indent-product .large-8 {
  margin-left: -0.7em;
}
@media only screen and (max-width: 1024px) {
  #downloads .download-list .indent-product .large-8 {
    margin-left: 0;
  }
}
#downloads .button {
  width: 100%;
}
#downloads h5 {
  font-size: 25px;
}
#downloads #other-resources .category-label {
  margin-bottom: 40px;
  margin-top: 50px;
}
#downloads #other-resources ul {
  margin-left: 0;
  list-style: none;
}
#downloads #other-resources a.button {
  background: #6abcd3 cdn("../images/design/stars-texture.png") bottom right
    no-repeat;
  width: 100%;
  padding: 25px 10px 25px 20px;
  text-align: left;
}
#downloads #other-resources a.button:hover,
#downloads #other-resources a.button:active,
#downloads #other-resources a.button:focus {
  background: #43aac7 cdn("../images/design/stars-texture.png") bottom right
    no-repeat;
}

div.download-loading.loading {
  background: cdn("../images/icons/ajax-loader.gif") center 80px no-repeat;
  min-height: 250px;
}

.has-download,
.no-download {
  display: none;
}
.has-download h4.caps,
.no-download h4.caps {
  text-transform: uppercase;
}

.download-links a + a {
  margin-left: 10px;
}

.download-link h4 a:before {
  font-family: "FontAwesome";
  content: "\f01a";
  padding-right: 3px;
}

.download-link a.button {
  display: block;
  margin: 0 auto 5px auto;
}

.download-link .version-name {
  text-align: center;
}

a.download-link:before {
  font-family: "FontAwesome";
  content: "\f01a";
  padding-right: 3px;
}

.most-popular-downloads {
  background: #e6e7e8 url("../images/dotted_line-white.svg") no-repeat;
  padding: 20px 0;
  background-size: 1200px;
}
.most-popular-downloads h3 {
  color: #242424;
  text-transform: uppercase;
}

.popular-download-box {
  background: white;
  padding: 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
}
.popular-download-box .button {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-bottom: 0;
}
.popular-download-box h4 {
  font-size: 17px;
  min-height: 60px;
}
.popular-download-box p {
  margin: 0;
  color: black;
  text-align: center;
}
.popular-download-box small {
  text-align: center;
  display: block;
}

rhdp-downloads-all-item .large-9.center.columns,
rhdp-downloads-all-item .large-9.center.developer-materials-sidebar,
rhdp-downloads-all-item .large-9.center.developer-materials-main,
rhdp-downloads-all-item .large-9.center.microsite-nav {
  text-align: center;
}

.text-content .connector h3 {
  line-height: 1;
  margin-top: 0.5em;
  margin-bottom: 0.3125rem;
}

.text-content .connector h3,
.text-content .connector p {
  text-align: left;
}

.text-content .connectors-order a {
  margin: 0 0.5em;
}

.connector-overlay-content {
  display: none;
}

.copy-to-clipboard {
  height: 14px;
  width: 114px;
  display: inline-block;
  margin-left: 10px;
}
.copy-to-clipboard embed,
.copy-to-clipboard object {
  width: 114px;
  height: 14px;
}

@media only screen and (max-width: 768px) {
  body.overlay-open {
    overflow: hidden;
  }
  body.overlay-open .overlay {
    display: block;
    overflow: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}

ul.featured-connectors-results > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.625em 1.25em;
}
ul.featured-connectors-results > li .defaultconnectorimage {
  width: 100%;
  border: 0;
  background: none;
  height: auto;
}
ul.featured-connectors-results > li:before {
  display: none;
}
ul.featured-connectors-results > li .connector-logo {
  max-width: 250px;
}

ul.featured-connectors-results a.image-link img {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 5px;
}

.about .wrapper {
  padding-bottom: 0;
}

.about-header {
  background: url("https://static.jboss.org/images/rhd/headers/about_hero_banner_2000x446.png")
    top center/cover no-repeat;
  height: 446px;
}
.about-header h2,
.about-header h3,
.about-header h3,
.about-header h5,
.about-header p {
  color: #ffffff;
}
.about-header h2 {
  font-size: 4em;
}
.about-header .about-title {
  margin-top: 17%;
}
@media only screen and (max-width: 480px) {
  .about-header h2 {
    font-size: 3em;
  }
  .about-header .about-title {
    margin-top: 50%;
  }
}

.about-sec1 {
  padding: 50px 0;
  background: cdn("../images/design/about/about_our_mission_bg_lines.png") left
    top/auto no-repeat;
}
.about-sec1 h2,
.about-sec1 h4,
.about-sec1 p {
  text-align: center;
}
.about-sec1 h4 {
  font-weight: 100;
  font-style: italic;
}
.about-sec1 p {
  font-size: 1.2em;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  font-weight: 600;
}

.about-sec2 {
  padding: 50px 0;
  background-color: #0089d0;
}
.about-sec2 h2,
.about-sec2 h3,
.about-sec2 p {
  color: #ffffff;
}
.about-sec2 h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-sec2 h3 {
  font-weight: 100;
  font-style: italic;
}
.about-sec2 p {
  font-size: 1.2em;
}
.about-sec2 .float-content {
  float: right;
  margin-right: 15%;
}
@media only screen and (max-width: 1024px) {
  .about-sec2 .float-content {
    float: none;
    margin-right: 0;
  }
}

.about-sec3 {
  padding: 50px 0;
  background: cdn("../images/design/about/about_who_should_join_bg_lines.png")
    right bottom/auto no-repeat;
}
.about-sec3 h2,
.about-sec3 h4,
.about-sec3 p {
  text-align: center;
}
.about-sec3 h4 {
  font-weight: 100;
  font-style: italic;
}
.about-sec3 a.button {
  width: 350px;
  margin: 20px auto 0 auto;
}
.about-sec3 p {
  font-size: 1.2em;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  font-weight: 600;
}

.about-sec4 {
  padding: 50px 0;
  background-color: #ffbb00;
}
.about-sec4 h2 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-sec4 span h4,
.about-sec4 span h5 {
  display: inline;
}
.about-sec4 span h5 {
  font-weight: 100;
}
.about-sec4 ul li {
  font-size: 1.4em;
  line-height: 2;
  list-style: none;
}
.about-sec4 .float-content {
  float: right;
}
.about-sec4 li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 5px 0 -15px;
  color: #399a2b;
}
@media only screen and (max-width: 480px) {
  .about-sec4 ul li {
    font-size: 1.2em;
    line-height: 1.6;
  }
}

.about-sec5 {
  padding: 50px 0;
}
.about-sec5 h2,
.about-sec5 h4,
.about-sec5 h5,
.about-sec5 p {
  text-align: center;
}
.about-sec5 h2 {
  margin-bottom: 0;
}
.about-sec5 img {
  max-width: 200px;
  display: block;
  margin: 5px auto;
}
.about-sec5 p {
  font-size: 1.2em;
  max-width: 800px;
  display: block;
  margin: 0 auto 20px auto;
  font-weight: 600;
}
.about-sec5 .about-icon h4 {
  color: #e00;
}
.about-sec5 .about-icon p {
  text-align: left;
  font-size: 1em;
}

.about-sec6 {
  padding: 50px 0;
  background-color: #afb1b2;
}
.about-sec6 h2,
.about-sec6 h3 {
  color: #ffffff;
}
.about-sec6 h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 4em;
}
.about-sec6 h3 {
  font-weight: 100;
  margin-bottom: 25px;
}
.about-sec6 a.button {
  width: 350px;
  display: block;
  margin: 9% auto 0 auto;
}
@media only screen and (max-width: 1024px) {
  .about-sec6 a.button {
    margin: 0 auto;
  }
  .about-sec6 h2,
  .about-sec6 h3 {
    text-align: center;
  }
}

.about-sec7 {
  padding: 50px 0;
}
.about-sec7 h2 {
  margin-bottom: 0;
  text-align: center;
}
.about-sec7 h4 {
  font-weight: 100;
  text-align: center;
}
.about-sec7 p {
  font-size: 1.2em;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  font-weight: 600;
}
.about-sec7 ul.team-members {
  margin-top: 60px;
}
.about-sec7 ul.team-members li {
  margin: 20px 0;
}
.about-sec7 ul.team-members img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px auto;
  max-width: 155px;
}
.about-sec7 ul.team-members span .name {
  font-weight: 800;
  font-size: 1em;
  display: inline;
  margin-left: 5px;
}
.about-sec7 ul.team-members span a {
  display: inline;
  margin-left: 5px;
  font-size: 1.1em;
}
.about-sec7 ul.team-members span .title {
  font-size: 0.9em;
  margin-left: 5px;
}

.about-sec8 {
  padding: 50px 0;
  background-color: #e00;
}
.about-sec8 h2 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-sec8 h4 {
  font-weight: 200;
  color: #ffffff;
}
.about-sec8 ul.social-links {
  list-style: none;
  max-width: 325px;
  display: block;
  margin: 15px auto 0 auto;
}
.about-sec8 ul.social-links li,
.about-sec8 ul.social-links li a {
  display: inline;
  color: #ffffff;
  font-size: 1.8em;
  margin-right: 15px;
}

.wide-hero.awards {
  background: url("https://static.jboss.org/rhd/images/_images_awards_microsite_hero.jpg");
  padding: 1em;
}
.wide-hero.awards h2,
.wide-hero.awards p {
  color: #ffffff;
}
.wide-hero.awards h2 {
  text-align: right;
}

.middlewareAwards .award-section {
  margin-bottom: 40px;
}
.middlewareAwards .award-section a h3,
.middlewareAwards .award-section a h5 {
  color: #2664a2;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
}
.middlewareAwards .award-section a h3:hover,
.middlewareAwards .award-section a h5:hover {
  color: #a5aa4d;
}
.middlewareAwards .award-section .dukes-links {
  margin-top: 15px;
}
.middlewareAwards .award-section .award-logo {
  max-width: 350px;
  display: block;
  margin: 60px auto 30px auto;
}
.middlewareAwards .award-section .logo-sm {
  margin: 0 auto;
  max-height: 75px;
}
.middlewareAwards .award-section .dukes-logo {
  max-width: 160px;
}
.middlewareAwards .award-section h6 {
  margin-bottom: 0;
}

.communitycontributor .wrapper {
  padding-bottom: 0;
}

.contributors-main {
  background: url("https://static.jboss.org/rhd/images/rhdev_pageheader_contributors_desktop.png")
    top center/cover no-repeat;
}
.contributors-main h2,
.contributors-main h3,
.contributors-main h4,
.contributors-main h5,
.contributors-main p {
  color: #ffffff;
}
.contributors-main .contrubutors-title {
  padding: 3em 0;
}
.contributors-main .contributors-cta {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px 30px;
}
.contributors-main .contributors-cta a.button {
  display: block;
  margin: 0 auto;
}
.contributors-main .contributors-cta p {
  font-size: 1.2em;
}

@media only screen and (max-width: 1024px) {
  .contributors-main {
    background: url("https://static.jboss.org/rhd/images/rhdev_pageheader_contributors_tablet.png")
      top center/cover no-repeat;
  }
}

@media only screen and (max-width: 480px) {
  .contributors-main {
    background: url("https://static.jboss.org/rhd/images/rhdev_pageheader_contributors_mobile.png")
      top center/cover no-repeat;
  }
}

.contributers-sec1 {
  padding: 50px 0;
}
.contributers-sec1 h4 {
  margin-bottom: 10px;
}
.contributers-sec1 .text {
  font-size: 1.2em;
}
.contributers-sec1 .benefits span {
  display: inline;
}
.contributers-sec1 .benefits span img {
  max-width: 45px;
  margin-bottom: 5px;
}
.contributers-sec1 .benefits span p {
  margin-left: 5px;
}

@media only screen and (max-width: 1024px) {
  .benefits p {
    margin-left: 45px;
  }
}

.contributers-sec2 {
  background-color: #f3bf40;
  padding: 50px 0;
}
.contributers-sec2 p,
.contributers-sec2 li {
  font-size: 1.2em;
}
.contributers-sec2 img {
  display: block;
  margin: 0 auto;
  max-width: 250px;
}
@media only screen and (max-width: 1024px) {
  .contributers-sec2 img {
    margin: 0;
  }
}

.contributers-sec3 {
  background-color: #40a5d9;
  padding: 50px 0;
}
.contributers-sec3 h2,
.contributers-sec3 h3 {
  color: #ffffff;
}
.contributers-sec3 p,
.contributers-sec3 li {
  font-size: 1.2em;
  color: #ffffff;
}
.contributers-sec3 form {
  min-height: 600px;
}

.contributers-sec3 .answer-block {
  display: none;
  background-color: #ffffff;
  padding: 2.3em;
  margin-left: 10px;
  margin-top: 30px;
}
.contributers-sec3 .answer-block h2,
.contributers-sec3 .answer-block h3,
.contributers-sec3 .answer-block h4,
.contributers-sec3 .answer-block p {
  color: #000000;
  font-weight: 400;
}
.contributers-sec3 .answer-block p {
  font-size: 1.2em;
}

.contributers-sec4 {
  background-color: #cccccc;
  padding: 50px 0;
}
.contributers-sec4 h2 {
  color: #ffffff;
}
.contributers-sec4 p,
.contributers-sec4 li {
  font-size: 1.4em;
  color: #ffffff;
}

.cc-question {
  height: 250px;
  margin: 15px 0;
}

.cc-or {
  text-align: center;
  text-decoration: underline;
  margin-top: 50%;
}

@media only screen and (max-width: 1024px) {
  .cc-or {
    margin: 20px auto;
  }
}

.cc-selector input {
  position: absolute;
  z-index: 999;
}
.cc-selector input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.cc-selector input[type="radio"] + label {
  width: 100%;
  background-position: top center;
  height: 150px;
}
.cc-selector input[type="radio"] + label div.label-text {
  position: relative;
  top: 150px;
  background-color: #cccccc;
  padding: 15px;
  min-height: 90px;
}
.cc-selector input[type="radio"] + label div.label-text img {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cc-selector input[type="radio"] + label div.label-text p {
  display: inline;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 0;
}

.cc-selector img.checked {
  display: none;
}

.cc-selector input[type="radio"][id="q1a1"] + label {
  background-color: #efaa00;
}

.cc-selector input[type="radio"][id="q1a2"] + label {
  background-color: #acde40;
}

.cc-selector input[type="radio"][id="q2a1"] + label {
  background-color: #f3bf40;
}

.cc-selector input[type="radio"][id="q2a2"] + label {
  background-color: #bee0f2;
}

.radio-clock {
  background-image: cdn("../images/content-contributors/clock.png");
}

.radio-calendar {
  background-image: cdn("../images/content-contributors/calendar.png");
}

.radio-podium-woman {
  background-image: cdn("../images/content-contributors/podium_woman.png");
}

.radio-podium-empty {
  background-image: cdn("../images/content-contributors/podium_empty.png");
}

.cc-selector input:active + .answer-cc {
  opacity: 0.9;
}

.cc-selector input:checked + .answer-cc {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.cc-selector input:checked + .answer-cc img.unchecked {
  display: none;
}
.cc-selector input:checked + .answer-cc img.checked {
  display: inline;
}

.answer-cc {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100px;
  height: 70px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1) grayscale(0.3) opacity(0.7);
  -moz-filter: brightness(1) grayscale(0.3) opacity(0.7);
  filter: brightness(1) grayscale(0.3) opacity(0.7);
}

.answer-cc:hover {
  -webkit-filter: brightness(1) grayscale(0.3) opacity(0.7);
  -moz-filter: brightness(1) grayscale(0.3) opacity(0.7);
  filter: brightness(1) grayscale(0.3) opacity(0.7);
}

.contributors-registration iframe {
  min-height: 1150px;
  display: block;
  margin: 30px auto;
}

.wide-hero.devnation-live {
  background-image: url("https://design.jboss.org/redhatdeveloper/website/redhatdeveloper_2_0/microsite_graphics/images/devnationlive_microsite_banner_desktop_background_r4v1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 242px;
  margin-bottom: 0;
}
.wide-hero.devnation-live img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wide-hero.devnation-live {
    background: url("https://design.jboss.org/redhatdeveloper/website/redhatdeveloper_2_0/microsite_graphics/images/devnationlive_microsite_banner_mobile_background_r4v1.png")
      top center/cover repeat-x;
  }
}

@media only screen and (max-width: 768px) {
  #devnationLive-microsite h2 {
    font-size: 2em;
  }
}

#devnationLive-microsite .divider {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

#devnationLive-microsite .next-session {
  padding: 1em 0 2em 0;
}
#devnationLive-microsite .next-session .columns,
#devnationLive-microsite .next-session .developer-materials-sidebar,
#devnationLive-microsite .next-session .developer-materials-main,
#devnationLive-microsite .next-session .microsite-nav {
  background: #ffffff;
  padding-top: 1em;
}

#devnationLive-microsite .session-list {
  margin-top: 2em;
}

#devnationLive-microsite .event-video {
  margin-top: 2em;
}

#devnationLive-microsite .event-chat {
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  #devnationLive-microsite .event-chat {
    margin-top: 1em;
  }
}

#devnationLive-microsite iframe.embedded-chat {
  min-height: 465px;
  width: 100%;
}

#devnationLive-microsite iframe.session-reg {
  border: 0;
  height: 200px;
  width: 100%;
}

#devnationLive-microsite .session-date {
  font-size: 1.1em;
  font-weight: 800;
  color: #252527;
}
#devnationLive-microsite .session-date i {
  margin-right: 10px;
  position: relative;
}

#devnationLive-microsite ul.demo-links {
  margin-bottom: 2em;
}

#devnationLive-microsite ul.events-list {
  list-style: none;
  margin-left: 0;
}
#devnationLive-microsite ul.events-list li.single-event {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2em;
  padding-bottom: 1.2em;
}
#devnationLive-microsite ul.events-list li.single-event:last-child {
  border: none;
}
#devnationLive-microsite ul.events-list li.single-event .session-links {
  padding-top: 5px;
}
#devnationLive-microsite ul.events-list li.single-event .session-links a {
  color: #027cbb;
  margin-right: 10px;
}

#devnationLive-microsite .session-links.y-centered {
  margin-top: 7px;
}

#devnationLive-microsite #hiddenDate {
  display: none;
}

#devnationLive-microsite a.enlarge-video {
  margin-right: 20px;
}

#devnationLive-microsite .align-center {
  text-align: center;
}

.hero.hero-devnation2015 {
  background: url("/images/devnation2015/RHDev_indeximage_desktop_devnation.png")
    top center/cover repeat-x;
  border: 0;
  padding: 20px;
  padding-top: 40px;
  min-height: 230px;
}
@media only screen and (max-width: 768px) {
  .hero.hero-devnation2015 {
    background: url("/images/devnation2015/RHDev_indeximage_mobile_devnation.png")
      top center/cover repeat-x;
    margin: -15px;
  }
  .hero.hero-devnation2015 h2.blowout {
    padding-top: 20px !important;
  }
}
.hero.hero-devnation2015 h2.blowout {
  color: white;
  line-height: 1;
  font-size: 70px;
  text-shadow: 3px 3px #063a63;
}
.hero.hero-devnation2015 p {
  color: white;
  font-size: 20px;
}
.hero.hero-devnation2015 .row > [class^="large-"]:first-child {
  padding-left: 0;
}
.hero.hero-devnation2015 .row > [class^="large-"]:last-child {
  padding-right: 0;
}

ul.ytlist {
  list-style: none;
  margin-top: 50px;
}
ul.ytlist td {
  padding: 1rem;
}
ul.ytlist td:first-of-type {
  width: 300px;
}

@media only screen and (max-width: 768px) {
  ul.ytlist table {
    width: 100%;
  }
  ul.ytlist tr {
    overflow-x: auto;
    display: block;
  }
  ul.ytlist td {
    width: 100%;
    display: block;
    clear: both;
  }
  ul.ytlist td:first-of-type {
    width: 100% !important;
  }
}

.wide-hero.devnation2016 {
  background-image: url("https://static.jboss.org/images/rhd/microsite/RHDev_pageheader_devnation2016_desktop_21jun2016.png");
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-x;
  border: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.wide-hero.devnation2016 img {
  max-width: 700px;
}
@media only screen and (max-width: 768px) {
  .wide-hero.devnation2016 {
    background-position: top center;
    background-repeat: repeat-x;
  }
}
@media only screen and (max-width: 480px) {
  .wide-hero.devnation2016 {
    background-image: url("https://static.jboss.org/images/rhd/microsite/RHDev_pageheader_devnation2016_mobile_21jun2016.png");
    min-height: 400px;
    padding-top: 115px;
  }
}

#devnation2016-microsite {
  margin-top: 2em;
}
#devnation2016-microsite .divider {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
#devnation2016-microsite .event-video {
  margin-top: 2em;
}
#devnation2016-microsite .event-video h4 {
  display: none;
}
#devnation2016-microsite iframe.embedded-chat {
  margin-top: 2em;
  height: 500px;
  width: 100%;
}
#devnation2016-microsite .devnation2016-date span {
  display: inline-block;
}
#devnation2016-microsite .devnation2016-date span i {
  margin-right: 10px;
}
#devnation2016-microsite .devnation2016-date span .event-day,
#devnation2016-microsite .devnation2016-date span .event-time,
#devnation2016-microsite .devnation2016-date span .event-timezone {
  font-size: 1.1em;
  font-weight: 800;
  color: #252527;
}
#devnation2016-microsite .devnation2016-date span .event-time {
  display: inline;
  float: left;
  margin-right: 5px;
}
#devnation2016-microsite .devnation2016-date span .event-timezone {
  display: inline;
}
#devnation2016-microsite ul.demo-links {
  margin-bottom: 2em;
}
#devnation2016-microsite ul.events-list {
  list-style: none;
  margin-left: 0;
}
#devnation2016-microsite ul.events-list li.single-event {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 2em;
  padding-bottom: 1.2em;
}
#devnation2016-microsite ul.events-list li.single-event:last-child {
  border: none;
}
#devnation2016-microsite ul.events-list li.single-event .session-links {
  padding-top: 5px;
}
#devnation2016-microsite ul.events-list li.single-event .session-links a {
  color: #027cbb;
  margin-right: 10px;
}
#devnation2016-microsite .session-links.y-centered {
  margin-top: 7px;
}
#devnation2016-microsite #hiddenDate {
  display: none;
}
#devnation2016-microsite a.enlarge-video {
  margin-right: 20px;
}

#videoModal {
  max-width: 100em !important;
  top: 500px !important;
}
#videoModal .row {
  margin: 0 5%;
  width: 90%;
  max-width: 1300px;
}
#videoModal .event-video {
  display: inline-block;
  float: left;
  width: calc(100% - 370px);
  margin-right: 20px;
}
#videoModal .event-video h4 {
  display: block;
}
#videoModal .chat {
  display: inline-block;
  width: 350px;
}
#videoModal iframe.embedded-chat {
  min-height: 610px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #videoModal,
  a.enlarge-video {
    display: none;
  }
  iframe.video {
    width: 100%;
  }
}

.eventsdevoxx2015 .wrapper {
  padding-bottom: 0;
}

.wide-hero.devoxxbe {
  background-image: url("https://static.jboss.org/rhd/images/devoxx-be_microsite_desktop_hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  padding: 20px;
  padding-top: 40px;
  min-height: 260px;
}
@media only screen and (max-width: 768px) {
  .wide-hero.devoxxbe {
    background: url("https://static.jboss.org/rhd/images/devoxx-be_microsite_mobile_hero.png")
      top center/cover repeat-x;
    min-height: 400px;
  }
}

#devoxx-be-microsite section {
  padding: 35px 0;
}
#devoxx-be-microsite section.inverse {
  background-color: #0d5884;
  padding: 25px 0;
}
#devoxx-be-microsite section.inverse p,
#devoxx-be-microsite section.inverse h2,
#devoxx-be-microsite section.inverse h3,
#devoxx-be-microsite section.inverse h4,
#devoxx-be-microsite section.inverse h5,
#devoxx-be-microsite section.inverse h6 {
  color: #ffffff;
}
#devoxx-be-microsite section.inverse a {
  color: #ffffff;
  font-weight: 600;
}

#devoxx-be-microsite ul {
  list-style: none;
}
#devoxx-be-microsite ul.nav-list li {
  margin: 15px 0;
}
#devoxx-be-microsite ul.nav-list li i {
  margin-right: 3px;
}
#devoxx-be-microsite ul.speakers-list li img {
  display: block;
  float: left;
}
#devoxx-be-microsite ul .desc-wrapper,
#devoxx-be-microsite ul .video-wrapper {
  display: inline;
}
#devoxx-be-microsite ul .desc-wrapper .video-thumb,
#devoxx-be-microsite ul .video-wrapper .video-thumb {
  width: 200px;
  margin: 0.4em 1em 0.4em 0;
}
#devoxx-be-microsite ul .desc-wrapper .button,
#devoxx-be-microsite ul .video-wrapper .button {
  clear: both;
  display: block;
  max-width: 200px;
  margin-bottom: 10px;
}

#devoxx-be-microsite .event-header {
  margin-bottom: 25px;
}
#devoxx-be-microsite .event-header .devoxx-date .large-6,
#devoxx-be-microsite .event-header .devoxx-date .developer-materials-sidebar {
  padding-right: 0;
  text-align: right;
}
#devoxx-be-microsite .event-header .devoxx-date h6 {
  display: inline;
}

#devoxx-be-microsite ul.speakers-list li {
  margin-top: 30px;
}
#devoxx-be-microsite ul.speakers-list li .speaker-img {
  max-width: 80px;
}

#devoxx-be-microsite ul.speakers-list p,
#devoxx-be-microsite ul.speakers-list h4 {
  margin-bottom: 0;
  margin-top: 0;
}

#devoxx-be-microsite ul.speakers-list .talk-info {
  background-color: #e6e6e6;
  padding: 10px;
  margin-bottom: 10px;
}
#devoxx-be-microsite ul.speakers-list .talk-info a {
  position: relative;
  top: 8px;
}

#devoxx-be-microsite ul.speakers-list i.user-default {
  color: #d5d5d5;
  margin-left: 18%;
}

#devoxx-be-microsite .divider {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2em;
}

#devoxx-be-microsite .button.button--join-today {
  margin: 2em auto 0 auto;
  display: block;
  max-width: 300px;
}

@media only screen and (max-width: 768px) {
  #devoxx-be-microsite .talk-info {
    margin-top: 10px;
  }
  #devoxx-be-microsite .speakers-list li {
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
  }
  #devoxx-be-microsite .speakers-list li:last-child {
    border: none;
  }
}

.wide-hero.devoxx4kids {
  background: url("https://static.jboss.org/rhd/images/_images_devoxx4kids_microsite_hero.jpg")
    top center no-repeat;
  background-size: cover;
  color: white;
  padding: 50px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.wide-hero.devoxx4kids h3 {
  color: #ffffff;
  text-align: left;
}

ul.devoxx-list {
  padding-bottom: 5px;
}
ul.devoxx-list li {
  padding-left: 1em;
}

.video-embed h4 {
  display: none;
}

.eventsdevoxxfrance2016 .wrapper {
  padding-bottom: 0;
}

.wide-hero.devoxxfrance {
  background-image: url("https://static.jboss.org/images/rhd/microsite/devoxxfr2016_banner_1811x260px_11apr1016.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  max-width: 100%;
  margin: 0;
}
.wide-hero.devoxxfrance h3 {
  font-size: 3em;
  font-weight: 700;
}
.wide-hero.devoxxfrance h2 {
  font-size: 5.4em;
  font-weight: 700;
}
.wide-hero.devoxxfrance h2 .blue {
  display: inline;
  margin-left: 0.3em;
  color: #a3dbe8;
}
@media only screen and (max-width: 768px) {
  .wide-hero.devoxxfrance {
    background: url("https://static.jboss.org/images/rhd/microsite/devoxxfr2016_banner_600x446_11apr1016.jpg")
      top center/cover repeat-x;
  }
  .wide-hero.devoxxfrance h2,
  .wide-hero.devoxxfrance h3 {
    text-align: left;
    max-width: 82%;
  }
  .wide-hero.devoxxfrance h2 .blue {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .wide-hero.devoxxfrance {
    background-image: url("https://static.jboss.org/images/rhd/microsite/devoxxfr2016_banner_480x500px_11apr1016.jpg");
  }
  .wide-hero.devoxxfrance h2,
  .wide-hero.devoxxfrance h3 {
    max-width: 100%;
  }
}

#devoxxfrance-microsite section {
  padding: 35px 0;
}
#devoxxfrance-microsite section.dark-blue {
  background-color: #0088c3;
}
#devoxxfrance-microsite section.dark-blue p,
#devoxxfrance-microsite section.dark-blue h2,
#devoxxfrance-microsite section.dark-blue h3,
#devoxxfrance-microsite section.dark-blue h4,
#devoxxfrance-microsite section.dark-blue h5,
#devoxxfrance-microsite section.dark-blue h6 {
  color: #ffffff;
}
#devoxxfrance-microsite section.pale-blue {
  background-color: #a3dbe8;
}
#devoxxfrance-microsite section.pale-blue p,
#devoxxfrance-microsite section.pale-blue h2,
#devoxxfrance-microsite section.pale-blue h3,
#devoxxfrance-microsite section.pale-blue h4,
#devoxxfrance-microsite section.pale-blue h5,
#devoxxfrance-microsite section.pale-blue h6,
#devoxxfrance-microsite section.pale-blue i {
  color: #242424;
}

#devoxxfrance-microsite .site-header p {
  font-size: 1.2em;
}

#devoxxfrance-microsite ul {
  list-style: none;
}
#devoxxfrance-microsite ul.nav-list li {
  margin: 15px 0;
  color: #0088c3;
}
#devoxxfrance-microsite ul.nav-list li i {
  margin-right: 3px;
  color: #0088c3;
}

#devoxxfrance-microsite .devoxxfrance-date {
  margin-top: 15px;
}
#devoxxfrance-microsite .devoxxfrance-date h6,
#devoxxfrance-microsite .devoxxfrance-date i.fa {
  display: inline;
  margin-right: 10px;
}

#devoxxfrance-microsite ul.speakers-list li {
  margin-top: 35px;
  margin-left: 0;
}

#devoxxfrance-microsite ul.speakers-list .speaker-info strong {
  color: #ffffff;
}

#devoxxfrance-microsite ul.speakers-list h4 {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0;
}

#devoxxfrance-microsite ul.speakers-list p {
  margin-bottom: 0;
}

#devoxxfrance-microsite ul.speakers-list .abstract ul {
  margin-top: 20px;
}
#devoxxfrance-microsite ul.speakers-list .abstract ul li {
  margin-left: 2em;
  color: white;
  list-style: initial;
  margin-top: 0;
}

#devoxxfrance-microsite ul.speakers-list .talk-info {
  background-color: rgba(0, 103, 146, 0.55);
  padding: 5px 10px 10px 10px;
  margin-bottom: 10px;
}
#devoxxfrance-microsite ul.speakers-list .talk-info a {
  color: #ffffff;
  position: relative;
  top: 8px;
}

h3.downloads-header {
  text-transform: uppercase;
  margin: 30px 0;
}

#downloads {
  width: 100%;
}
#downloads .download-list p {
  margin: 0;
}
#downloads .download-list .category-label + rhdp-downloads-all-item .row hr {
  display: none;
}
#downloads .download-list hr {
  margin: 2rem 1rem;
}
#downloads .download-list .category-label {
  margin-bottom: 20px;
  margin-top: 20px;
  background: #656565 url("../images/dotted_line-white.svg") no-repeat;
  padding: 20px;
  background-size: 1000px;
  background-position: center right -300px;
}
#downloads .download-list .category-label h4 {
  text-transform: uppercase;
  color: white;
  font-size: 25px;
  margin: 0;
  line-height: 1;
}
#downloads .download-list .indent-product {
  margin-left: 1em;
}
#downloads .download-list .indent-product .large-8 {
  margin-left: -0.7em;
}
@media only screen and (max-width: 1024px) {
  #downloads .download-list .indent-product .large-8 {
    margin-left: 0;
  }
}
#downloads .button {
  width: 100%;
}
#downloads h5 {
  font-size: 25px;
}
#downloads #other-resources .category-label {
  margin-bottom: 40px;
  margin-top: 50px;
}
#downloads #other-resources ul {
  margin-left: 0;
  list-style: none;
}
#downloads #other-resources a.button {
  background: #6abcd3 cdn("../images/design/stars-texture.png") bottom right
    no-repeat;
  width: 100%;
  padding: 25px 10px 25px 20px;
  text-align: left;
}
#downloads #other-resources a.button:hover,
#downloads #other-resources a.button:active,
#downloads #other-resources a.button:focus {
  background: #43aac7 cdn("../images/design/stars-texture.png") bottom right
    no-repeat;
}

div.download-loading.loading {
  background: cdn("../images/icons/ajax-loader.gif") center 80px no-repeat;
  min-height: 250px;
}

.has-download,
.no-download {
  display: none;
}
.has-download h4.caps,
.no-download h4.caps {
  text-transform: uppercase;
}

.download-links a + a {
  margin-left: 10px;
}

.download-link h4 a:before {
  font-family: "FontAwesome";
  content: "\f01a";
  padding-right: 3px;
}

.download-link a.button {
  display: block;
  margin: 0 auto 5px auto;
}

.download-link .version-name {
  text-align: center;
}

a.download-link:before {
  font-family: "FontAwesome";
  content: "\f01a";
  padding-right: 3px;
}

.most-popular-downloads {
  background: #e6e7e8 url("../images/dotted_line-white.svg") no-repeat;
  padding: 20px 0;
  background-size: 1200px;
}
.most-popular-downloads h3 {
  color: #242424;
  text-transform: uppercase;
}

.popular-download-box {
  background: white;
  padding: 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
}
.popular-download-box .button {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-bottom: 0;
}
.popular-download-box h4 {
  font-size: 17px;
  min-height: 60px;
}
.popular-download-box p {
  margin: 0;
  color: black;
  text-align: center;
}
.popular-download-box small {
  text-align: center;
  display: block;
}

rhdp-downloads-all-item .large-9.center.columns,
rhdp-downloads-all-item .large-9.center.developer-materials-sidebar,
rhdp-downloads-all-item .large-9.center.developer-materials-main,
rhdp-downloads-all-item .large-9.center.microsite-nav {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  rhdp-search-app .content {
    flex-direction: column;
    position: relative;
    margin: 0;
  }
  rhdp-search-filter-item #check {
    display: none;
  }
  rhdp-search-filter-item #toggle {
    display: block;
  }
}

.eventsjudcon2016brno .wrapper {
  padding-bottom: 0;
}

.wide-hero.judcon-brno {
  background-image: url("https://static.jboss.org/rhd/images/judcon-brno_banner_2000x400px.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  padding: 20px;
  padding-top: 40px;
  min-height: 260px;
}
@media only screen and (max-width: 1024px) {
  .wide-hero.judcon-brno {
    background: url("https://static.jboss.org/rhd/images/judcon-brno_banner_1811x260px.png")
      top center/cover repeat-x;
  }
}
@media only screen and (max-width: 480px) {
  .wide-hero.judcon-brno {
    background: url("https://static.jboss.org/rhd/images/judcon-brno_banner_480x500px.png")
      top center/cover repeat-x;
    min-height: 500px;
  }
}

#judcon-brno-microsite section {
  padding: 35px 0;
}
#judcon-brno-microsite section.inverse {
  background-color: #0d5884;
  padding: 25px 0;
}
#judcon-brno-microsite section.inverse p,
#judcon-brno-microsite section.inverse h2,
#judcon-brno-microsite section.inverse h3,
#judcon-brno-microsite section.inverse h4,
#judcon-brno-microsite section.inverse h5,
#judcon-brno-microsite section.inverse h6,
#judcon-brno-microsite section.inverse ul,
#judcon-brno-microsite section.inverse li {
  color: #ffffff;
}
#judcon-brno-microsite section.inverse a {
  color: #ffffff;
  font-weight: 600;
}

#judcon-brno-microsite .callout-light {
  padding-bottom: 0;
}
#judcon-brno-microsite .callout-light a {
  color: #73bcf7;
}

#judcon-brno-microsite ul {
  list-style: none;
}
#judcon-brno-microsite ul.session-list li {
  margin-bottom: 0.5em;
}

#judcon-brno-microsite .event-header {
  margin-bottom: 25px;
}
#judcon-brno-microsite .event-header .judcon-date .large-6,
#judcon-brno-microsite .event-header .judcon-date .developer-materials-sidebar {
  padding-right: 0;
  text-align: right;
}

.eventsgids2016 .wrapper {
  padding-bottom: 0;
}

.wide-hero.gids {
  background-image: url("https://static.jboss.org/images/rhd/microsite/gids2016_banner_1811x260px_31mar2016.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  max-width: 100%;
  margin: 0;
  min-height: 240px;
}
@media only screen and (max-width: 1024px) {
  .wide-hero.gids {
    background: url("https://static.jboss.org/images/rhd/microsite/gids2016_banner_600x446_31mar2016.png")
      top center/cover repeat-x;
    min-height: 560px;
  }
}
@media only screen and (max-width: 480px) {
  .wide-hero.gids {
    background: url("https://static.jboss.org/images/rhd/microsite/gids2016_banner_480x500px_31mar2016.png")
      top center/cover repeat-x;
    min-height: 450px;
  }
}

#gids-microsite section {
  padding: 35px 0;
}
#gids-microsite section.dark-blue {
  background-color: #0088c3;
}
#gids-microsite section.dark-blue p,
#gids-microsite section.dark-blue h2,
#gids-microsite section.dark-blue h3,
#gids-microsite section.dark-blue h4,
#gids-microsite section.dark-blue h5,
#gids-microsite section.dark-blue h6 {
  color: #ffffff;
}
#gids-microsite section.pale-blue {
  background-color: #a3dbe8;
}
#gids-microsite section.pale-blue p,
#gids-microsite section.pale-blue h2,
#gids-microsite section.pale-blue h3,
#gids-microsite section.pale-blue h4,
#gids-microsite section.pale-blue h5,
#gids-microsite section.pale-blue h6,
#gids-microsite section.pale-blue i {
  color: #242424;
}

#gids-microsite .site-header p {
  font-size: 1.2em;
}

#gids-microsite ul {
  list-style: none;
}
#gids-microsite ul.nav-list li {
  margin: 15px 0;
  color: #0088c3;
}
#gids-microsite ul.nav-list li i {
  margin-right: 3px;
  color: #0088c3;
}

#gids-microsite .gids-date {
  margin-top: 15px;
}
#gids-microsite .gids-date h6,
#gids-microsite .gids-date i.fa {
  display: inline;
  margin-right: 10px;
}

#gids-microsite ul.speakers-list li {
  margin-top: 35px;
  margin-left: 0;
}

#gids-microsite ul.speakers-list .speaker-info strong {
  color: #ffffff;
}

#gids-microsite ul.speakers-list h4 {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0;
}

#gids-microsite ul.speakers-list p {
  margin-bottom: 0;
}

#gids-microsite ul.speakers-list .talk-info {
  background-color: rgba(0, 103, 146, 0.55);
  padding: 10px;
  margin-bottom: 10px;
}
#gids-microsite ul.speakers-list .talk-info a {
  color: #ffffff;
  position: relative;
  top: 8px;
}

.eventsmsbuild2016 .wrapper {
  padding-bottom: 0;
}

.wide-hero.msbuild {
  background-image: url("https://static.jboss.org/rhd/images/msbuild_microsite_banner_1811x260px.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  min-height: 260px;
}
@media only screen and (max-width: 1024px) {
  .wide-hero.msbuild {
    min-height: 188px;
  }
}
@media only screen and (max-width: 768px) {
  .wide-hero.msbuild {
    background: url("https://static.jboss.org/rhd/images/msbuild_microsite_banner_600x446.png")
      top center/cover repeat-x;
    min-height: 480px;
  }
}
@media only screen and (max-width: 480px) {
  .wide-hero.msbuild {
    background: url("https://static.jboss.org/rhd/images/msbuild_microsite_banner_480x500px.png")
      top center/cover repeat-x;
    min-height: 427px;
  }
}

#msbuild-microsite section {
  padding: 35px 0;
}
#msbuild-microsite section.inverse {
  background-color: #0d5884;
  padding: 25px 0;
  background-image: none;
}
#msbuild-microsite section.inverse p,
#msbuild-microsite section.inverse h2,
#msbuild-microsite section.inverse h3,
#msbuild-microsite section.inverse h4,
#msbuild-microsite section.inverse h5,
#msbuild-microsite section.inverse h6 {
  color: #ffffff;
}

#msbuild-microsite .site-header p {
  font-size: 1.2em;
}

#msbuild-microsite ul {
  list-style: none;
}
#msbuild-microsite ul.nav-list li {
  margin: 15px 0;
}
#msbuild-microsite ul.nav-list li i {
  margin-right: 3px;
}
#msbuild-microsite ul.speakers-list li img {
  display: block;
  float: left;
  height: 120px;
}

#msbuild-microsite .msbuild-date {
  margin-top: 15px;
}
#msbuild-microsite .msbuild-date h6,
#msbuild-microsite .msbuild-date i.fa {
  display: inline;
  color: #ffffff;
}

#msbuild-microsite ul.msb-team-members {
  margin-top: 60px;
}
#msbuild-microsite ul.msb-team-members li {
  margin: 20px 0;
}
#msbuild-microsite ul.msb-team-members img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px auto;
  max-width: 155px;
}
#msbuild-microsite ul.msb-team-members span .name {
  font-weight: 800;
  font-size: 1em;
  display: inline;
  margin-left: 15px;
}
#msbuild-microsite ul.msb-team-members span a {
  display: inline;
  margin-left: 5px;
  font-size: 1.1em;
}
#msbuild-microsite ul.msb-team-members span .title {
  font-size: 0.9em;
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  #msbuild-microsite a.button {
    float: none !important;
    width: 100%;
  }
}

#msbuild-registration iframe {
  min-height: 670px;
  display: block;
  margin: 30px auto;
}

[data-rhd-grid="normal"] {
  display: flex;
  flex-direction: column;
  display: grid;
  grid-template-columns: [content-start] 1fr [content-end];
  grid-template-rows: minmax(30px, 1fr) [bottomrow];
  grid-auto-flow: column;
  grid-gap: 15px;
  margin: 0 15px;
  max-width: 320px;
}
@media (min-width: 640px) {
  [data-rhd-grid="normal"] {
    grid-template-columns: repeat(2, [content-start] 1fr) [content-end];
    margin: 0 30px;
    min-width: 640px;
    max-width: auto;
  }
}
@media (min-width: 960px) {
  [data-rhd-grid="normal"] {
    grid-template-columns: repeat(4, [content-start] 1fr) [content-end];
    margin: 0 30px;
    min-width: 960px;
    max-width: auto;
  }
}
@media (min-width: 1260px) {
  [data-rhd-grid="normal"] {
    grid-template-columns: repeat(12, [content-start] 70px) [content-end];
    min-width: 1260px;
    max-width: auto;
  }
}

[data-rhd-grid="quad"] {
  display: grid;
  grid-template-columns: repeat(3, [content-start] 1fr) [content-end];
  grid-gap: 15px;
  margin: 0 15px;
  max-width: 320px;
}
@media (min-width: 640px) {
  [data-rhd-grid="quad"] {
    grid-template-columns: repeat(2, [content-start] 1fr) [content-end];
    margin: 0 30px;
    min-width: 640px;
    max-width: auto;
  }
}
@media (min-width: 960px) {
  [data-rhd-grid="quad"] {
    grid-template-columns: repeat(3, [content-start] 1fr) [content-end];
    margin: 0 30px;
    min-width: 960px;
    max-width: auto;
  }
}
@media (min-width: 1260px) {
  [data-rhd-grid="quad"] {
    grid-template-columns: repeat(4, [content-start] 1fr) [content-end];
    min-width: 1260px;
    max-width: auto;
  }
}

[data-rhd-grid="triple"] {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  margin: 0 15px;
  max-width: 320px;
}
@media (min-width: 640px) {
  [data-rhd-grid="triple"] {
    grid-template-columns: repeat(2, [content-start] 1fr) [content-end];
    margin: 0 30px;
    min-width: 640px;
    max-width: auto;
  }
}
@media (min-width: 960px) {
  [data-rhd-grid="triple"] {
    min-width: 960px;
    max-width: auto;
  }
}
@media (min-width: 1260px) {
  [data-rhd-grid="triple"] {
    grid-template-columns: repeat(3, [content-start] 1fr) [content-end];
    min-width: 1260px;
    max-width: auto;
  }
}
@media (min-width: 1260px) {
  [data-rhd-grid="triple"] {
    max-width: 1260px;
    grid-template-columns: repeat(3, 1fr);
  }
}

[data-rhd-col="span12"] {
  grid-column: content-start / content-end;
}

[data-rhd-col="span3"] {
  grid-column: span 3;
}

[data-rhd-col="5span9"] {
  grid-column: 5 / span 9;
}

[data-rhd-row="span5"] {
  grid-row: span 5;
}

[data-rhd-row="bottom"] {
  grid-row: span bottomrow;
}

body.page-node-type-page h1.page-title,
body.path-products h1.page-title,
body.page-node-type-video-resource h1.page-title,
body.page-node-type-books h1.page-title,
body.page-node-type-cheat-sheet h1.page-title,
body.page-node-type-promotion-page h1.page-title,
body.page-node-type-article h1.page-title,
body.page-node-type-learning-path h1.page-title,
body.page-node-type-coding-resource h1.page-title {
  display: none;
}

.page-community-contributor .node__content > .text-formatted,
.page-ticket-monster .node__content > .text-formatted,
.page-middleware .node__content > .text-formatted,
.page-stack-overflow .node__content > .text-formatted,
.page-events-devoxx-2015 .node__content > .text-formatted,
.page-events-devoxxfrance-2016 .node__content > .text-formatted,
.page-events-judcon-2016-brno .node__content > .text-formatted,
.page-events-gids-2016 .node__content > .text-formatted,
.page-events-javaone-2015 .node__content > .text-formatted,
.page-events-javaone-2016 .node__content > .text-formatted,
.page-events-javaone-2017 .node__content > .text-formatted,
.page-events-msbuild-2016 .node__content > .text-formatted {
  max-width: none;
  padding: 0;
  margin-bottom: 0;
}

.rh-universal-footer {
  background-color: #1a1a1a;
  flex: 0 0 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #5e6a71;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.rh-universal-footer .rh-footer-logo,
.rh-universal-footer .rh-summit-footer-logo {
  flex: 0 0 300px;
}
.rh-universal-footer .contentinfo {
  flex: 1 1 auto;
}

.rhd-footer {
  background-color: #242424;
  color: #ffffff;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.rhd-footer-nav {
  flex: 1 1 auto;
}

.rhd-footer-sidebar {
  background-color: #e00;
  flex: 0 0 33%;
}

.visually-hidden {
  display: none;
}

.field--name-body {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .field--name-body {
    margin-bottom: 40px;
  }
}
.field--name-body p:first-child,
.field--name-body ul:first-child,
.field--name-body ol:first-child {
  margin-top: 0;
}
.field--name-body p:last-child,
.field--name-body ul:last-child,
.field--name-body ol:last-child {
  margin-bottom: 0;
}

.page-title {
  margin-top: 23px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .page-title {
    margin-top: 35px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.rhd-search-wrapper .user-search {
  color: #000;
  font-size: 14px;
  line-height: 1;
  padding: 4px 10px;
  padding-right: 40px;
  display: block;
  width: 100%;
}
.rhd-search-wrapper .user-search::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.rhd-search-wrapper .user-search::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.rhd-search-wrapper .user-search:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.rhd-search-wrapper .user-search:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.rhd-search-wrapper .user-search::placeholder {
  color: #000;
  opacity: 1;
}

.rhd-search-wrapper .search-bar {
  position: relative;
}

.rhd-search-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 10px;
  color: #424242;
  border: none;
  background-color: transparent;
}
.rhd-search-wrapper button:hover,
.rhd-search-wrapper button:active,
.rhd-search-wrapper button:focus {
  background-color: transparent;
}

.rhd-search-toggle {
  background-color: transparent;
  color: inherit;
  padding: 0;
}

.caret-right:after {
  color: inherit;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z" fill="#0066CC"/></svg>');
  width: 0.45em;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  position: relative;
  top: 0.1em;
}

.mobile {
  display: none;
}

.callout-light {
  background-color: #f0f0f0;
  border: 1px solid #efeff0;
  padding: 20px;
  margin: 15px 0;
}
.callout-light p,
.callout-light a,
.callout-light ul,
.callout-light ol {
  margin-top: 0;
}
.callout-light a {
  color: #73bcf7;
}
.callout-light a.button {
  color: #fff;
  display: inline-block;
}

.card {
  padding: 30px 20px;
  display: block;
  background: #242424;
  border-left: 4px solid #e00;
  color: white;
  margin-bottom: 15px;
}

.field--name-field-related-product.field--type-entity-reference,
.related-product-card,
.related-content-card {
  background-color: #ffffff;
  padding: 20px;
  border: 2px solid #d5d5d5;
  font-size: 0.9rem;
  height: auto;
  margin: 15px 0;
  position: relative;
}
.field--name-field-related-product.field--type-entity-reference h6,
.related-product-card h6,
.related-content-card h6 {
  font-weight: bold;
  text-transform: uppercase;
  color: #8c8f91;
  font-size: 16px;
  margin-top: 5px;
}
.field--name-field-related-product.field--type-entity-reference span,
.related-product-card span,
.related-content-card span {
  margin: 5px 0;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 65px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1024px) {
  .field--name-field-related-product.field--type-entity-reference span,
  .related-product-card span,
  .related-content-card span {
    max-height: 95px;
    -webkit-line-clamp: 3;
  }
}
.field--name-field-related-product.field--type-entity-reference p,
.related-product-card p,
.related-content-card p {
  margin-bottom: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  font-weight: 600;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

code {
  padding: 1px;
  border: 1px solid #d5d5d5;
  background-color: #f9f9f9;
  font-weight: normal;
  color: #0a0a0a;
}

.content-type-label {
  text-transform: uppercase;
  color: #424242;
  margin: 1em 0 0 0;
}

.page-info-bar {
  border-top: 1px solid #656565;
  border-bottom: 1px solid #656565;
  padding: 7px 0;
  margin: 1.5em 1em 2.5em 1em;
}
.page-info-bar ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding-left: 0;
}
.page-info-bar ul li {
  width: auto;
  margin: 2px 0;
  padding: 0 0 0 1em;
  display: inline-block;
}
.page-info-bar ul li:first-child {
  padding-left: 0;
}

.share-sm {
  margin-top: 2px;
}
.share-sm .a2a_button_google_plusone {
  height: 24px;
}

@media only screen and (max-width: 1024px) {
  .page-info-bar .share-sm {
    float: none !important;
    margin-top: 5px;
  }
  .page-info-bar .share-sm ul li:not(:first-child) {
    padding-left: 1em;
  }
  .page-info-bar ul li {
    display: block;
    padding-left: 0;
  }
}

/* Tables */
table {
  border: 0;
  background: #d5d5d5;
  border-collapse: collapse;
}
table tbody tr {
  background: #f5f5f6;
}
table td {
  vertical-align: top;
}
table td.linkList a {
  border-right: 1px solid;
  padding-right: 10px;
  margin-right: 10px;
}
table td.linkList a:last-child {
  border-right: 0;
}
table p {
  margin: 0;
}

/* Error pages */
.error-content {
  padding-top: 40px;
  margin: 15px auto 60px auto;
  text-align: center;
}
.error-content p {
  font-size: 18px;
}
.error-content > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-devoxx4kids #ytplayer {
  max-width: 100%;
}

.wide-hero.devoxx4kids .column {
  height: auto !important;
}
@media (min-width: 992px) {
  .wide-hero.devoxx4kids .column {
    width: 50%;
  }
}
@media (min-width: 1240px) {
  .wide-hero.devoxx4kids .column {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.wide-hero.devoxx4kids .video-embed {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .wide-hero.devoxx4kids .video-embed {
    margin-top: 0;
  }
}

.show-more-text {
  overflow: hidden;
  max-height: 75px;
}
.show-more-text.open {
  max-height: 100% !important;
}

.show-more {
  text-align: center;
  display: block;
  cursor: pointer;
}
.show-more span {
  display: block;
}
.show-more span.less {
  display: none;
}

.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: none;
}

body.overlay-open .overlay {
  display: table;
}

.overlay-wrap {
  display: table-cell;
  vertical-align: middle;
}

.overlay-inner {
  max-width: 800px;
  padding: 20px;
  background: white;
  margin: 0 auto;
  position: relative;
}

.overlay-close {
  position: absolute;
  font-size: 30px;
  top: 10px;
  right: 10px;
}

.connect-with-us {
  padding: 50px 0;
  background-color: #e00;
}
.connect-with-us h2 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.connect-with-us h4 {
  font-weight: 200;
  color: #ffffff;
}
.connect-with-us ul.social-links {
  list-style: none;
  display: block;
  margin: 15px auto 0 auto;
  text-align: center;
}
.connect-with-us ul.social-links li,
.connect-with-us ul.social-links li a {
  display: inline;
  color: #ffffff;
  font-size: 1.5em;
  margin-right: 15px;
}

#termsAndConditions {
  margin-top: 30px;
}

.title-email-opt-in {
  margin: 20px 0 !important;
}
.email-phone-opt-in-message {
  margin: 20px 0 10px !important;
}
.email-optin-disclosure {
  margin: 10px 0 20px !important;
}
