/* Retina Ready Sprite Generation */
/* End Of Retina Ready Sprite Generation */
/* ========================= BREAKPOINTS ==========================

$var1: 500px; // assume min-width (by default) if only a number
$var2: 600px 800px; // set min-width/max-width if both values are numbers
$var3: max-width 1000px; // if one value is a string, assume a feature/value pair
$var4: (min-height 1000px) (orientation portrait); // string tests together within parentheses, assume each item is a feature value pair */
/* ========================= END OF BREAKPOINTS ========================== */
/* ========================= COLORS =============================== */
/* ========================= END OF COLORS ======================== */
/* ========================= FONTS =============================== */
/* ========================= END OF FONTS ======================== */
/* ========================= MIXINS =============================== */
/* ========================= END OF MIXINS =============================== */
/* line 4, ../sass/text.scss */
.paragraph.text > .holder {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 481px) {
  /* line 4, ../sass/text.scss */
  .paragraph.text > .holder {
    padding: 0 10px;
  }
}
@media (min-width: 621px) {
  /* line 4, ../sass/text.scss */
  .paragraph.text > .holder {
    padding: 0 15px;
  }
}
@media (min-width: 769px) {
  /* line 4, ../sass/text.scss */
  .paragraph.text > .holder {
    padding: 0 20px;
  }
}
/* line 12, ../sass/text.scss */
.paragraph.text.bold {
  text-align: center;
}
@media (min-width: 769px) {
  /* line 12, ../sass/text.scss */
  .paragraph.text.bold {
    padding: 20px 0 10px;
  }
}
/* line 15, ../sass/text.scss */
.paragraph.text.bold p {
  font: 18px/1.25 "Roboto";
}
@media (min-width: 769px) {
  /* line 15, ../sass/text.scss */
  .paragraph.text.bold p {
    margin: 0 0 5px;
  }
}
/* line 22, ../sass/text.scss */
.paragraph.text.quote {
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  /* line 26, ../sass/text.scss */
  .paragraph.text.quote p, .paragraph.text.quote p span {
    font-size: 24px !important;
  }
}
@media (max-width: 620px) {
  /* line 26, ../sass/text.scss */
  .paragraph.text.quote p, .paragraph.text.quote p span {
    font-size: 22px !important;
  }
}
@media (max-width: 768px) {
  /* line 32, ../sass/text.scss */
  .paragraph.text.quote p:last-child {
    font-size: 18px !important;
  }
}
@media (max-width: 620px) {
  /* line 32, ../sass/text.scss */
  .paragraph.text.quote p:last-child {
    font-size: 16px !important;
  }
}
/* line 39, ../sass/text.scss */
.paragraph.text.quote.bg-blue {
  background-color: #163970;
}
/* line 41, ../sass/text.scss */
.paragraph.text.quote.bg-blue > .holder {
  color: #e6e6e6;
}
/* line 45, ../sass/text.scss */
.paragraph.text.quote.bg-violet {
  background-color: #413082;
}
/* line 47, ../sass/text.scss */
.paragraph.text.quote.bg-violet > .holder {
  color: #e6e6e6;
}
/* line 51, ../sass/text.scss */
.paragraph.text.quote.bg-yellow {
  background-color: #f5c300;
}
/* line 53, ../sass/text.scss */
.paragraph.text.quote.bg-yellow > .holder {
  color: #e6e6e6;
}
/* line 57, ../sass/text.scss */
.paragraph.text.quote.bg-red {
  background-color: #d0112b;
}
/* line 59, ../sass/text.scss */
.paragraph.text.quote.bg-red > .holder {
  color: #e6e6e6;
}
/* line 63, ../sass/text.scss */
.paragraph.text.quote.bg-orange {
  background-color: #fd8204;
}
/* line 65, ../sass/text.scss */
.paragraph.text.quote.bg-orange > .holder {
  color: #e6e6e6;
}
/* line 69, ../sass/text.scss */
.paragraph.text.quote.bg-green {
  background-color: #80bd01;
}
/* line 71, ../sass/text.scss */
.paragraph.text.quote.bg-green > .holder {
  color: #e6e6e6;
}
/* line 75, ../sass/text.scss */
.paragraph.text.quote.bg-violet2 {
  background-color: #a9499a;
}
/* line 77, ../sass/text.scss */
.paragraph.text.quote.bg-violet2 > .holder {
  color: #e6e6e6;
}
/* line 81, ../sass/text.scss */
.paragraph.text.quote.bg-brown {
  background-color: #956735;
}
/* line 83, ../sass/text.scss */
.paragraph.text.quote.bg-brown > .holder {
  color: #e6e6e6;
}
