.saml-content-widget .saml-content-widget-container {
  background: white;
  border-radius: 30px;
  padding: 30px 20px 40px;
}
.saml-content-widget .saml-content-widget-intro {
  text-align: center;
}
.saml-content-widget .saml-content-widget-intro p {
  font-size: 20px;
}
.saml-content-widget .saml-content-widget-img-container {
  height: 100px;
  margin-bottom: 20px;
}
.saml-content-widget .saml-content-widget-img-container img {
  max-height: 100px;
  max-width: 129px;
}
.saml-content-widget .saml-image-widget-container .image-container img {
  margin: auto;
  display: block;
}
.saml-content-widget h2 {
  font-size: 1.6rem;
  font-weight: bold;
}
.saml-content-widget ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.saml-content-widget li {
  flex-basis: 50%;
  flex-grow: 1;
  display: block;
  list-style: none;
  text-align: center;
  padding: 29px 66px;
}
.saml-content-widget li a {
  color: #58595b;
}
.saml-content-widget li h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #262261;
  margin-bottom: 3px;
}
.saml-content-widget li span {
  font-size: 18px;
  line-height: 28px;
}
.saml-content-widget .scroll-to-top-container {
  position: relative;
}
.saml-content-widget .scroll-to-top {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background: url(../img/up-arrow.png) no-repeat;
  background-size: 30px;
  background-position: center;
  overflow: hidden;
  text-indent: 1000%;
  display: block;
  border: 1px solid #cfcfcf;
  box-shadow: 0px 0px 1px 1px rgba(207, 207, 207, 0.42);
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.saml-content-widget .scroll-to-top:hover {
  box-shadow: 0px 0px 2px 2px rgba(207, 207, 207, 0.42);
  background-position: center 8px;
}

.saml-intro-widget {
  text-align: center;
}
.saml-intro-widget a {
  color: #29abe2;
}

/*# sourceMappingURL=saml-content-widget.css.map */
