.embedded-doc {
  width: 100%;
  height: 500px;
  border: 0px;
  border-left: 5px solid #f76902;
  padding: 0.5em;
  padding-left: 0em;
  background: #a2aaad;
  border-radius: 0px 20px 20px 0px;
}

.full-width-image {
  width: 100%;
  border: 2px dashed #f76902;
  margin-top: 0.5em;
  border-radius: 10px;
}

body {
  padding-top: 40px;
}

.text-block {
  margin-top: 0.5em;
  padding-left: 1em;
  border-left: 2px solid #f76902;
}

.bg-custom {
  background: #f76902;
}

.navbar-rit-gray {
  background: #d0d3d4;
}

.navbar-rit-brand {
  color: #f76902;
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

h2 {
  padding-top: 2em;
}

footer {
  margin-top: 2em;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #7c878e;
}

.footer-image {
  max-height: 50px;
}

#ritBrand {
  height: 20px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  #ritBrand {
    height: 40px;
    margin-top: 30px;
  }
  .footer-image {
    max-height: 100px;
  }

  footer {
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
