/* SVVSD Color Palette */
/* Does not need to have sufficient color contrast */
.has-green-background-color {
  background-color: #8F993E;
  border: solid 2px #8F993E;
}
.has-green-background-color:hover {
  background-color: rgb(173.288372093, 184.6372093023, 81.3627906977) !important;
  border-color: rgb(173.288372093, 184.6372093023, 81.3627906977) !important;
}

.has-white-color {
  color: white;
}

.has-background {
  background-color: #862633;
}

.has-green-color {
  color: #8F993E;
}

.has-navy-color {
  color: #003B5C;
}

.has-burgandy-color {
  color: #862633;
}

.has-orange-color {
  color: #FF7F41;
}

.has-light-blue-color {
  color: #77C5D5;
}

.crt-widget {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: transparent;
}
.crt-widget .crt-post {
  border: 0px;
  font-size: 16px;
  line-height: 1.5em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}
.crt-widget .crt-post:hover {
  cursor: pointer;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.crt-widget .crt-post .crt-image .crt-image-carousel {
  left: 1.5rem;
  bottom: 1rem;
}
.crt-widget .crt-post .crt-image img {
  display: initial;
}
.crt-widget .crt-post .crt-post-header {
  font-family: Roboto Slab;
  font-size: 24px;
  overflow: visible;
  margin-top: 1.5rem;
}
.crt-widget .crt-post .crt-post-header .crt-post-fullname {
  overflow: visible;
  padding-left: 1.5rem;
}
.crt-widget .crt-post .crt-post-header .crt-post-fullname a {
  white-space: initial;
}
.crt-widget .crt-post .crt-post-header .crt-social-icon {
  right: 1.5rem;
}
.crt-widget .crt-post .crt-post-title {
  padding: 0 1.5rem;
  margin-bottom: 1rem;
}
.crt-widget .crt-post .crt-post-text {
  line-height: 1.5em;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.crt-widget .crt-post .crt-post-footer {
  height: calc(60px + 1rem);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #fafafa;
}
.crt-widget .crt-post .crt-post-footer .crt-post-userimage {
  left: 1.5rem;
}
.crt-widget .crt-post .crt-post-footer .crt-post-username, .crt-widget .crt-post .crt-post-footer .crt-post-date {
  left: 4.75rem;
  overflow: visible;
  opacity: 1;
}
.crt-widget .crt-post .crt-post-footer .crt-post-date a {
  color: #545454;
}
.crt-widget .crt-post .crt-post-footer .crt-post-share {
  display: flex;
  overflow: visible;
  right: 1.5rem;
  display: none;
}
.crt-widget .crt-post .crt-post-footer .crt-post-share a {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.crt-widget .crt-post .crt-post-footer .crt-post-share a i {
  font-size: 1rem;
}
.crt-widget .crt-post .crt-post-footer .crt-post-userimage, .crt-widget .crt-post .crt-post-footer .crt-post-date, .crt-widget .crt-post .crt-post-footer .crt-post-username {
  margin-top: 0.5rem;
}

@media (max-width: 599px) {
  .crt-widget {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .crt-widget .crt-post .crt-post-footer .crt-post-userimage {
    display: none;
  }
  .crt-widget .crt-post .crt-post-footer .crt-post-username, .crt-widget .crt-post .crt-post-footer .crt-post-date {
    left: 1.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
