/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/*---------------------------------------------*/
/* Modules Featured, Popular and Recently Block
/*---------------------------------------------*/
.fprlvwidget03 {
  border: none;
  border-radius: 0px;
}
.fprlvwidget03.card {
  margin-bottom: 1rem;
}
.fprlvwidget03 .card-body {
  padding-bottom: 0;
}
.fprlvwidget03 .card-header {
  background: #ff3f19 none repeat scroll 0 0;
  border-color: #ff3f19;
  border-radius: 0px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
}
.fprlv03 {
  border: none;
  border-radius: 0px;
}
.fprlv03.border-list {
  border-bottom: 1px dotted #bbb;
}
.fprlv03 .list-heading {
  color: #202c40;
  font-style: italic;
  font-size: 0.93rem;
}
.fprlv03:hover {
  color: #202c40;
  text-decoration: none;
}
.fprlv03 .home-lst-desc {
  font-size: 0.75rem;
  text-align: left;
}
.fprlv03-img {
  height: auto !important;
}
@media only screen and (max-width: 37.5em) {
  .fprlv03-img {
    max-height: 150px;
  }
}
