/* Variables */
.background-dark, .bg-dark {
  background-color: #212121; }

.background-green, .bg-green {
  background-color: #6CB33F; }

.background-blue, .bg-blue {
  background-color: #0095D5; }

.background-red, .bg-red {
  background-color: #DB3936; }

.background-purple, .bg-purple {
  background-color: #D43198; }

.background-lime, .bg-lime {
  background-color: #e4e76d; }

.background-light-orange, .bg-light-orange {
  background-color: #ffc709; }

.background-dark-orange, .bg-dark-orange {
  background-color: #e08F27; }

.slide_entry_image {
  background-image: url(/_assets/images/homepage/myeveryday.jpg); }

.textblock {
  border-bottom: 1px solid #DDD;
  padding: 3.5em 0;
  font-size: 1.25rem; }
  @media screen and (min-width: 40.063em) {
    .textblock {
      font-size: 1.5rem; } }
  .textblock h1, .textblock h2, .textblock h3 {
    font-weight: 300; }
  .textblock h2 {
    font-size: 1.6rem;
    margin-bottom: 3rem; }
  .textblock p {
    color: #212121;
    margin: 3rem 1rem; }
  .textblock img {
    max-width: 96%; }
  .textblock.top {
    padding: 7rem 0; }
  .textblock .icon-logo-color {
    width: 200px;
    height: 0;
    padding-bottom: 12%;
    margin: 0 auto; }
    @media screen and (min-width: 40.063em) {
      .textblock .icon-logo-color {
        padding-bottom: 8%; } }
  .textblock .logos img {
    height: 50px;
    margin: 1rem; }

.slide_entry h3 {
  font-size: 1.75rem; }
