/* Styles for front page */
/* line 10, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.wrap #main-content-container {
  margin: 50px auto;
}
/* line 15, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.wrap .mosaic-row-narrow {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 20, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.wrap .mosaic-blue-background {
  background: #2394d1;
  background: -moz-linear-gradient(top, #2394d1 0%, #1f5084 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2394d1), color-stop(100%, #1f5084));
  background: -webkit-linear-gradient(top, #2394d1 0%, #1f5084 100%);
  background: -o-linear-gradient(top, #2394d1 0%, #1f5084 100%);
  background: -ms-linear-gradient(top, #2394d1 0%, #1f5084 100%);
  background: linear-gradient(to bottom, #2394d1 0%, #1f5084 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2394d1', endColorstr='#1f5084', GradientType=0);
  padding: 25px 0;
  margin: 50px 0;
}
/* line 33, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.wrap .mosaic-blue-background a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
/* line 37, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.wrap .mosaic-blue-background a:not(.btn):hover,
.wrap .mosaic-blue-background a:not(.btn):focus {
  text-decoration: none;
}
/* line 42, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.wrap .mosaic-blue-background h2,
.wrap .mosaic-blue-background h3,
.wrap .mosaic-blue-background h4,
.wrap .mosaic-blue-background h5,
.wrap .mosaic-blue-background h6,
.wrap .mosaic-blue-background p {
  color: #fff;
}
/* line 46, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.wrap .mosaic-blue-background h4 {
  line-height: 36px;
  margin-bottom: 15px;
}
/* line 51, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.wrap .mosaic-blue-background .btn-ghost {
  margin: 20px 0 30px;
}
/* line 56, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.wrap .faq-item {
  margin-bottom: 50px;
}
/* line 59, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.wrap .faq-item h4 {
  color: #1f5084;
  font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 69, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
#cover-img {
  border: none;
  position: relative;
  width: 100%;
  min-height: 403px;
  background: #1f4e82;
  background: url(img/castle-cover2.jpg) no-repeat center center;
  background-size: cover;
}
/* line 78, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
#cover-img h1 {
  font-size: 50px;
}
/* line 82, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
#cover-img .action-buttons {
  margin-top: 50px;
}
/* line 85, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
#cover-img .action-buttons .btn-primary {
  text-transform: uppercase;
  margin-right: 15px;
}
/* line 90, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
#cover-img .action-buttons .icon.icon-arrow-down {
  width: 1.2em;
  height: 1.2em;
}
/* line 96, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
#cover-img .presented-by {
  text-align: center;
  font-size: 1.2em;
  margin-top: -5px;
}
/* line 102, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
#cover-img .inner-content {
  color: #fff;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 230px;
}
/* line 118, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.navbar-form .form-control {
  height: 35px;
}
/* line 122, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.navbar-form input[type="search"] {
  background: none;
  border: none;
  color: #fff;
}
/* line 128, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.navbar-form .input-group-sm > .input-group-btn > .btn {
  border: none;
  border-left: none;
  background: none;
  transition: background 0.4s;
}
/* line 134, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.navbar-form .input-group-sm > .input-group-btn > .btn:hover,
.navbar-form .input-group-sm > .input-group-btn > .btn:focus {
  border: none;
  box-shadow: none;
}
/* line 138, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.navbar-form .input-group-sm > .input-group-btn > .btn:hover .icon-search::before,
.navbar-form .input-group-sm > .input-group-btn > .btn:focus .icon-search::before {
  content: url("icons/icon-searchbar-hover.svg");
}
/* line 145, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.navbar-form .icon.icon-search::before {
  content: url("icons/icon-searchbar.svg");
  vertical-align: -0.2em;
}
/* line 155, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.nav,
.navbar-default .navbar-nav {
  color: #fff;
}
/* line 158, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.nav > li > a,
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
/* line 161, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.nav > li > a:focus,
.navbar-default .navbar-nav > li > a:focus {
  border-bottom: 1px solid #fff;
  color: #fff;
}
/* line 171, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
#demo img {
  margin: 25px 0;
}
/* line 176, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.jumbotron {
  margin-bottom: 0px;
}
/* line 180, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.section-front-page.userrole-manager .donate-bar {
  padding-bottom: 2em;
}
/* line 184, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.donate-bar {
  color: white;
  height: auto;
  background-color: #1E7C7F;
  width: calc(100% + 30px);
  margin-left: -15px;
  text-align: center;
}
/* line 191, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.donate-bar p {
  padding: 15px;
}
/* line 196, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.our-info {
  max-width: 1200px;
  margin: 4em auto;
}
/* line 199, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.our-info div {
  text-align: center;
}
/* line 202, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.our-info svg,
.our-info img {
  width: 17%;
  margin: 0 auto;
}
/* line 206, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.our-info h2 {
  color: #b6070d;
  margin: 0px;
  font-size: 1.3em;
}
/* line 211, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.our-info a.action-button {
  text-transform: uppercase;
  color: #b6070d;
}
/* line 214, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.our-info a.action-button:hover,
.our-info a.action-button:focus {
  color: #0bafaf;
}
/* line 222, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.view-all {
  margin: 3em 0px;
}
/* line 225, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.col-md-12-nomargin {
  width: 100%;
  position: relative;
  min-height: 1px;
  margin: 0;
}
/* line 232, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news {
  background-color: #F7F7F7;
}
/* line 234, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news .inside-trend {
  max-width: 1200px;
  margin: 4em auto;
}
/* line 238, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news h1 {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 1.5em;
  margin-top: 11px;
}
/* line 245, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news div.trends {
  background-color: #333;
  display: block;
  width: 40%;
  float: left;
  color: white;
  margin-bottom: 5em;
  min-height: 26em;
  padding: 0;
  /*truncate text for front page */
}
/* line 255, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news div.trends:nth-child(2) {
  width: calc(64% - 30px);
  margin-right: 30px;
}
/* line 259, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news div.trends:nth-child(3) {
  width: 34%;
}
/* line 261, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news div.trends:nth-child(3) .trend-content {
  width: 98%;
}
/* line 265, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news div.trends:nth-child(4) {
  width: calc(34% - 30px);
  margin-right: 30px;
}
/* line 268, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news div.trends:nth-child(4) .trend-content {
  width: 98%;
}
/* line 272, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news div.trends:nth-child(5) {
  width: 64%;
}
/* line 276, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news div.trends p.description {
  font-weight: normal;
  margin-bottom: 15px;
  overflow: hidden;
  position: absolute;
  top: 26em;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: 0;
  background: #00000070;
  padding-right: 1em;
  padding-left: 0.5em;
}
/* line 289, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news div.trends p.description:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 295, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news div.trends p.description:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #000000;
}
/* line 306, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news div.trends a {
  color: white;
}
/* line 308, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news div.trends a h2 {
  color: white;
  margin-bottom: 1em;
  font-size: 1.4em;
  margin-bottom: 0.4em;
  margin-top: 0;
  background: #00000070;
  padding: 0.5em;
}
/* line 318, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news div.trends .arrow-to-right {
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
/* line 323, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.trending-news div.trends .arrow-to-right a {
  color: #0bafaf;
  font-size: 2em;
  font-weight: bold;
}
/* line 335, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.donate-button {
  background-color: white;
  color: #b6070d;
  text-transform: uppercase;
  margin-left: 1em;
}
/* line 340, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.donate-button:hover,
.donate-button:focus {
  background-color: #2393d1;
}
/* line 345, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.pat-queryfilter,
.pat-pager .top-total {
  display: none;
}
/* line 349, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.pat-queryfilter + h2 {
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 0.6em;
  font-size: 1.7em;
  font-weight: bold;
}
/* line 356, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.pat-queryfilter li a {
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 361, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.pat-queryfilter #filter-input {
  border-radius: 30px;
}
/* line 365, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
ul.dt-default hr {
  display: none;
}
/* line 370, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.faq-categories h2 {
  margin-bottom: 0.6em;
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 375, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.faq-categories .navbar-form {
  border: 1px solid #575353;
  border-radius: 29px;
  background-color: #F5F5F5;
  margin-bottom: 50px;
}
/* line 380, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.faq-categories .navbar-form .form-group {
  border: none;
}
/* line 384, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.faq-categories #faq-search {
  margin-bottom: 0px;
  display: inherit;
  padding: 0.15em;
}
/* line 389, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.faq-categories #faq-search-input {
  width: calc(100% - 30px);
  color: #333;
}
/* line 395, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
h1.faq-cat {
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 0.6em;
  font-size: 1.7em;
  font-weight: bold;
}
/* line 402, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.faq-items {
  border-left: 1px solid #CBCBCB;
  padding: 0px 15px;
}
/* line 405, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.faq-items:hover {
  border-left: 2px solid #1E7C7F;
  padding: 0px 15px 0px 14px;
}
/* line 409, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.faq-items h2 {
  margin-top: 0px;
  padding-top: 5px;
}
/* line 413, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.faq-items p {
  padding-bottom: 1em;
  margin-bottom: 0px;
}
/* line 420, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.query-results.pat-pager .read-more.text-center.bottom-total.visualClear {
  display: none;
}
/* line 423, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
.query-results.pat-pager .read-more a {
  color: #1E7C7F;
  text-transform: uppercase;
}
@media only screen and (max-width: 870px) {
  /* line 432, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
  .trending-news div.trends {
    min-height: 28.5em;
  }
  /* line 435, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
  .trending-news {
    padding: 0 1em;
  }
  /* line 438, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
  .trending-news div.trends p.description {
    top: 28.5em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 444, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  /* line 447, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  /* line 460, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
  .trending-news {
    padding: 0px;
  }
  /* line 464, https://cleanclothes.org/++theme++paulbak/css/frontpage.less */
  .trending-news div.trends:nth-child(2),
  .trending-news div.trends:nth-child(3),
  .trending-news div.trends:nth-child(4),
  .trending-news div.trends:nth-child(5) {
    width: 80%;
    margin: 0 10% 5em;
  }
}