.request-demo {
  background-color: #FFF;
  padding: 7em 12%;
  text-align: center;
  /* mobile */
}
.request-demo h2 {
  color: #181c47;
}
.request-demo a {
  color: #218380;
  text-decoration: underline;
}
.request-demo a.button {
  background-color: #218380;
  color: #FFF;
  text-decoration: none;
}
.request-demo a.button:hover, .request-demo a.button:focus {
  background-color: #1f7370;
}
.request-demo a.button:active {
  background-color: #185957;
}
.request-demo p {
  font-size: 1.25em;
  color: #374957;
}
.request-demo.inverse {
  background-color: #218380;
  color: #FFF;
  padding: 9em 6% 7em 6%;
}
.request-demo.inverse h2 {
  color: inherit;
}
.request-demo.inverse p {
  color: inherit;
}
.request-demo.inverse a {
  color: inherit;
}
.request-demo.inverse a.button {
  background-color: #7b1fa2;
}
.request-demo.inverse a.button:hover, .request-demo.inverse a.button:focus {
  background-color: #651b85;
}
.request-demo.inverse a.button:active {
  background-color: #4e1466;
}
@media screen and (max-width: 1920px) {
  .request-demo {
    padding: 7em 6%;
  }
}
@media screen and (max-width: 576px) {
  .request-demo {
    padding: 4em 6%;
  }
  .request-demo h2 {
    font-size: 2em;
  }
  .request-demo.inverse {
    padding: 6em 6% 4em;
  }
}
.request-demo.signup-page p:last-child {
  display: none;
}

.header-container {
  min-height: 16.5em;
  background-color: #5463d5;
  background-size: 100%;
  text-align: center;
  color: #FFF;
  padding: 3em 12% 5em 12%;
  /* Mobile */
  /* tablets adjust sizes in bigger tablets */
}
.header-container .header-content {
  padding: 0 15%;
  max-width: 946px;
  margin: auto;
}
.header-container .header-content p {
  font-size: 1.125rem;
}
.header-container p {
  color: inherit;
  margin: 0;
}
@media screen and (max-width: 520px) {
  .header-container h1 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 1100px) {
  .header-container .header-content {
    padding: 0;
  }
}

.lms-integrations-wrapper {
  display: flex;
  justify-content: center;
  margin: -2.5rem 2.5rem;
}
@media (max-width: 1000px) {
  .lms-integrations-wrapper {
    margin: -2.5rem 1.25rem;
  }
}

.lms-integrations {
  text-align: center;
  max-width: 1180px;
  margin: auto;
  background-color: #FFFFFF;
  box-shadow: 0em 0em 1.875em 0em rgba(0, 0, 0, 0.14);
  border-radius: 0.125rem;
  padding: 4rem;
  position: relative;
  z-index: 1;
  /*mobile*/
  /* tablets adjust sizes in bigger tablets */
  /* Smallest Device Mobile */
}
.lms-integrations .lms-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
  justify-items: center;
}
.lms-integrations .lms-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.5em 0;
}
.lms-integrations .lms-list li .lms-graphics {
  height: 3.5em;
  width: auto;
  margin-bottom: 4em;
}
.lms-integrations .lms-list li .lms-graphics img {
  margin-bottom: 4em;
  height: 100%;
  width: auto;
}
.lms-integrations .lms-list li .lms-graphics img.blackboard-logo {
  height: 70%;
}
.lms-integrations .lms-list li .lms-graphics img.sakai-logo {
  height: 130%;
}
.lms-integrations .lms-list li a:not(.lms-graphics) {
  font-weight: 700;
  white-space: normal;
}
@media screen and (min-width: 900px) {
  .lms-integrations .lms-list li a:not(.lms-graphics) {
    white-space: nowrap;
  }
}
.lms-integrations .lms-list li a:not(.lms-graphics):after {
  color: inherit;
  display: inline-block;
  font-family: FontAwesome;
  content: "\f178";
  margin-left: 0.3em;
}
.lms-integrations p {
  padding: 0 5%;
  margin-top: 2.5rem;
  color: #374957;
  font-size: 1.125rem;
  line-height: 2.375rem;
}
@media screen and (max-width: 900px) {
  .lms-integrations {
    padding: 2rem;
  }
  .lms-integrations .lms-list {
    grid-template-columns: 1fr;
  }
  .lms-integrations .lms-list li {
    width: 100%;
  }
  .lms-integrations .lms-list li .lms-graphics {
    margin-bottom: 0;
    width: calc(100% - 2em);
    max-width: 20em;
    height: auto;
  }
  .lms-integrations .lms-list li .lms-graphics img {
    width: 100%;
    height: auto;
  }
  .lms-integrations .lms-list li .lms-graphics img.small {
    max-height: 9em;
    width: auto;
  }
  .lms-integrations .lms-list li .lms-graphics img.blackboard-logo, .lms-integrations .lms-list li .lms-graphics img.sakai-logo {
    height: auto;
  }
  .lms-integrations .lms-list li a {
    width: calc(100% - 2em);
    max-width: 19em;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1250px) and (min-width: 901px) {
  .lms-integrations .lms-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .lms-integrations .lms-list li {
    width: 50%;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1101px) {
  .lms-integrations .lms-list li a {
    padding: 0.7em 1em;
  }
}
@media screen and (max-width: 1550px) and (min-width: 1101px) {
  .lms-integrations .lms-list li a {
    font-size: 1em;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1101px) {
  .lms-integrations .lms-list li a {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 450px) {
  .lms-integrations .lms-list li a {
    font-size: 0.85em;
  }
}
