/* Compiled from resultcard.less */
.resultcards {
  margin: 1em;
}
.resultcard {
  background-color: rgba(244, 242, 230, 0.5);
  border-radius: 2px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  margin: 1px 0 0;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
}
.resultcard .content > span > span:after {
  color: white;
}
.resultcard .show-above-linkbox a {
  /* Ensure links show above the linkbox */
  color: inherit;
  position: relative;
  z-index: 2;
}
.resultcard .mainRegion {
  background-color: white;
  padding: 0.75em 1.25em;
  border-radius: 2px;
}
.resultcard.resultcard-statusIcons .statusIcons > * {
  position: relative;
  z-index: 3;
}
.resultcard.resultcard-statusIcons .statusIcons > .popup-container {
  z-index: 5;
}
.resultcard .statusIcons .hymnary_star_container {
  display: inline;
}
.resultcard .statusIcons .star-dialog-wrapper {
  display: none;
}
.resultcard .statusIcons .popup-link {
  margin-left: 0;
}
.resultcard .statusIcons .media-icon-small {
  vertical-align: text-bottom;
}
.resultcard:hover {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.resultcard .highlight {
  background-color: inherit;
  border-bottom: 2px solid #ecec69;
  box-shadow: inset 0 -2px #ecec69;
}
.resultcard h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resultcard .main-text,
.resultcard .hidden,
.resultcard .popover {
  color: #40657F;
  display: block;
  transition: max-height 0.2s ease;
}
.resultcard .main-text .show-above-linkbox a {
  text-decoration: underline;
}
.resultcard .main-text .show-above-linkbox div.recommendations-pager a {
  text-decoration: none;
}
.resultcard .content > span > span {
  padding-right: 2em;
}
.resultcard .content > span > span:last-child {
  padding-right: 0;
}
.resultcard .fieldLabel {
  white-space: nowrap;
  padding: 0;
}
.resultcard.resultcard-expanded .main-text.main-text {
  white-space: normal;
}
.resultcard.resultcard-contracting .main-text.main-text {
  white-space: normal;
}
.resultcard.resultcard-expandable .content {
  margin-right: 30px;
}
/* Resultcard expansion indicator/toggler. */
.resultcard.resultcard-expandable .content:after {
  /* IE 8 Support */
  /* "BLACK DOWN-POINTING TRIANGLE" Unicode character. */
  content: '\25BC';
  font-size: 27px;
  width: 30px;
  height: 30px;
  line-height: 35px;
  /* Increased line-height so the arrowheight will appear centered */
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  /* Allow this indicator to be clicked on (above the linkbox). */
  /* Card Options Layer */
  z-index: 2;
  cursor: s-resize;
  color: #AEBAC6;
}
.resultcard.resultcard-expandable .content::after {
  /* "Up arrowhead" Unicode character. */
  content: '\2303';
  /* Points downward when the card is not yet expanded. */
  transform: scale(1, -1);
  font-size: 27px;
  width: 30px;
  height: 30px;
  line-height: 35px;
  /* Increased line-height so the arrowheight will appear centered */
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  /* Allow this indicator to be clicked on (above the linkbox). */
  /* Card Options Layer */
  z-index: 2;
  cursor: s-resize;
  color: inherit;
  opacity: 0.4;
}
.resultcard.resultcard-expandable.resultcard-expanded .content:after {
  /* IE 8 Support */
  /* "BLACK UP-POINTING TRIANGLE" Unicode character. */
  content: '\25B2';
  cursor: n-resize;
}
.resultcard.resultcard-expandable.resultcard-expanded .content::after {
  transform: none;
  /* Keep the same content, don't be overwritten by IE 8 support version. */
  content: '\2303';
  cursor: n-resize;
}
.resultcard .hidden > span {
  display: none;
}
.resultcard.resultcard-expandable .content:hover:after {
  /* IE 8 Support */
  color: inherit;
}
.resultcard.resultcard-expandable .content:hover::after {
  color: inherit;
  opacity: 1;
}
/* IE 8 does not support :active:after, or border-radius */
.resultcard.resultcard-expandable .content:active::after {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.resultcard.resultcard-tiny {
  min-height: 1.5em;
}
.resultcard.resultcard-tiny h2,
.resultcard.resultcard-tiny h2 a {
  color: inherit;
  padding: 0;
  margin: 0;
  line-height: 1em;
  height: 1em;
  box-sizing: border-box;
}
.resultcard.resultcard-tiny .main-image {
  /* So that .resultcard .content can fit next to it. */
  height: 0px;
  width: 1.5em;
}
.resultcard.resultcard-tiny .main-image img {
  max-width: 1.5em;
  max-height: 1.5em;
}
.resultcard.resultcard-tiny .main-image a.sm2_button {
  /* Card Media Layer */
  z-index: 3;
}
.resultcard.resultcard-tiny .main-image a.sm2_button:not( #IE8 ) {
  width: 1.5em;
  height: 1.5em;
  background-size: 80%;
  background-position: 50%;
}
.resultcard.resultcard-tiny .content {
  padding-left: 1em;
  /* So that it can fit next to .resultcard .main-image . */
  margin-left: 1.5em;
  min-height: 1.5em;
}
.resultcard.resultcard-tiny .main-text {
  max-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resultcard.resultcard-tiny.resultcard-expanded .main-text {
  max-height: 9em;
}
.resultcard.resultcard-tiny .main-image {
  position: relative;
  top: -1em;
}
.resultcard.resultcard-tiny h2 {
  padding-left: 19.5px;
  padding-left: 2em;
  padding-left: calc(0.5em + 1.5em);
}
.resultcard.resultcard-tiny h2,
.resultcard.resultcard-tiny .info,
.resultcard.resultcard-tiny .content {
  width: auto;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
.resultcard.resultcard-tiny.resultcard.resultcard-tiny h2 {
  height: auto;
  font-family: inherit;
  font-weight: bold;
}
.resultcard.resultcard-tiny .main-image {
  top: -1.5em;
}
.resultcard.resultcard-tiny h2 {
  /* Leave room for the icon */
  margin-left: 1.5em;
  padding-left: 1em;
}
.resultcard.resultcard-tiny h2,
.resultcard.resultcard-tiny .info {
  padding-right: 2em;
}
.resultcard.resultcard-tiny .content:after {
  /* IE 8 support */
  display: none;
}
.resultcard.resultcard-tiny .content::after {
  /* Hide the expand button for tiny cards. */
  display: none;
}
.resultcard.resultcard-tiny .content .info {
  float: left;
}
.resultcard.resultcard-tiny.resultcard-statusIcons .statusIcons {
  padding: 0.25em;
}
.resultcard.resultcard-tiny.resultcard-statusIcons .mainRegion {
  padding-left: 0.25em;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.resultcard.resultcard-tiny .mainRegion {
  padding: 0.25em 1.25em;
}
.resultcard.resultcard-tiny .content {
  min-height: 0;
}
.resultcard.resultcard-tiny.resultcard-statusIcons .statusIcons {
  text-align: center;
  float: left;
  width: 44px;
  padding: 3px;
  /* .mainRegion has a clearfix, so bottom padding will be included by that. */
  padding-bottom: 0;
}
.resultcard.resultcard-tiny.resultcard-statusIcons .mainRegion {
  border-radius: 0 2px 2px 0;
  margin-left: 50px;
}
.resultcard.resultcard-medium h2,
.resultcard.resultcard-medium h2 a {
  color: inherit;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
  height: 1.5em;
  box-sizing: border-box;
}
.resultcard.resultcard-medium .main-image {
  /* So that .resultcard .content can fit next to it. */
  height: 0px;
  width: 50px;
}
.resultcard.resultcard-medium .main-image img {
  max-width: 50px;
  max-height: 50px;
}
.resultcard.resultcard-medium .main-image a.sm2_button {
  /* Card Media Layer */
  z-index: 3;
}
.resultcard.resultcard-medium .main-image a.sm2_button:not( #IE8 ) {
  width: 50px;
  height: 50px;
  background-size: 80%;
  background-position: 50%;
  background-image: url(/sites/hymnary.org/modules/soundmanager2/image/arrow-right-white-100.png);
}
.resultcard.resultcard-medium .content {
  padding-left: 1em;
  /* So that it can fit next to .resultcard .main-image . */
  margin-left: 50px;
  min-height: 50px;
}
.resultcard.resultcard-medium .main-text {
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resultcard.resultcard-medium.resultcard-expanded .main-text {
  max-height: 10.5em;
}
.resultcard.resultcard-medium .main-text {
  margin-top: 0.25em;
}
.resultcard.resultcard-medium.resultcard-statusIcons .statusIcons {
  text-align: center;
  float: left;
  width: 22px;
  padding: 5px;
  /* .mainRegion has a clearfix, so bottom padding will be included by that. */
  padding-bottom: 0;
}
.resultcard.resultcard-medium.resultcard-statusIcons .mainRegion {
  border-radius: 0 2px 2px 0;
  margin-left: 32px;
}
.resultcard.resultcard-small h2,
.resultcard.resultcard-small h2 a {
  color: inherit;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
  height: 1.5em;
  box-sizing: border-box;
}
.resultcard.resultcard-small .main-image {
  /* So that .resultcard .content can fit next to it. */
  height: 0px;
  width: 35px;
}
.resultcard.resultcard-small .main-image img {
  max-width: 35px;
  max-height: 35px;
}
.resultcard.resultcard-small .main-image a.sm2_button {
  /* Card Media Layer */
  z-index: 3;
}
.resultcard.resultcard-small .main-image a.sm2_button:not( #IE8 ) {
  width: 35px;
  height: 35px;
  background-size: 80%;
  background-position: 50%;
  background-image: url(/sites/hymnary.org/modules/soundmanager2/image/arrow-right-white-100.png);
}
.resultcard.resultcard-small .content {
  padding-left: 1em;
  /* So that it can fit next to .resultcard .main-image . */
  margin-left: 35px;
  min-height: 35px;
}
.resultcard.resultcard-small .main-text {
  max-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resultcard.resultcard-small.resultcard-expanded .main-text {
  max-height: 9em;
}
.resultcard.resultcard-small .main-text {
  margin-top: 0.25em;
}
.resultcard.resultcard-small.resultcard-statusIcons .statusIcons {
  text-align: center;
  float: left;
  width: 22px;
  padding: 5px;
  /* .mainRegion has a clearfix, so bottom padding will be included by that. */
  padding-bottom: 0;
}
.resultcard.resultcard-small.resultcard-statusIcons .mainRegion {
  border-radius: 0 2px 2px 0;
  margin-left: 32px;
}
.resultcard.resultcard-extra-small {
  min-height: 1.5em;
}
.resultcard.resultcard-extra-small h2,
.resultcard.resultcard-extra-small h2 a {
  color: inherit;
  padding: 0;
  margin: 0;
  line-height: 22px;
  height: 22px;
  box-sizing: border-box;
}
.resultcard.resultcard-extra-small .main-image {
  /* So that .resultcard .content can fit next to it. */
  height: 0px;
  width: 35px;
}
.resultcard.resultcard-extra-small .main-image img {
  max-width: 35px;
  max-height: 35px;
}
.resultcard.resultcard-extra-small .main-image a.sm2_button {
  /* Card Media Layer */
  z-index: 3;
}
.resultcard.resultcard-extra-small .main-image a.sm2_button:not( #IE8 ) {
  width: 35px;
  height: 35px;
  background-size: 80%;
  background-position: 50%;
  background-image: url(/sites/hymnary.org/modules/soundmanager2/image/arrow-right-white-100.png);
}
.resultcard.resultcard-extra-small .content {
  padding-left: 1em;
  /* So that it can fit next to .resultcard .main-image . */
  margin-left: 35px;
  min-height: 35px;
}
.resultcard.resultcard-extra-small .main-text {
  max-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resultcard.resultcard-extra-small.resultcard-expanded .main-text {
  max-height: 9em;
}
.resultcard.resultcard-extra-small .main-image {
  position: relative;
  top: -22px;
}
.resultcard.resultcard-extra-small h2 {
  padding-left: 53px;
  padding-left: calc(0.5em + 35px);
}
.resultcard.resultcard-extra-small .content {
  min-height: 0;
  min-height: calc(35px - 22px);
}
.resultcard.resultcard-extra-small.resultcard-statusIcons .statusIcons {
  text-align: center;
  float: left;
  width: 22px;
  padding: 3px;
  /* .mainRegion has a clearfix, so bottom padding will be included by that. */
  padding-bottom: 0;
}
.resultcard.resultcard-extra-small.resultcard-statusIcons .mainRegion {
  border-radius: 0 2px 2px 0;
  margin-left: 28px;
}
@media all and (min-width: 481px) {
  .resultcard.resultcard-medium h2,
  .resultcard.resultcard-medium h2 a {
    color: inherit;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    height: 1.5em;
    box-sizing: border-box;
  }
  .resultcard.resultcard-medium .main-image {
    /* So that .resultcard .content can fit next to it. */
    height: 0px;
    width: 50px;
  }
  .resultcard.resultcard-medium .main-image img {
    max-width: 50px;
    max-height: 50px;
  }
  .resultcard.resultcard-medium .main-image a.sm2_button {
    /* Card Media Layer */
    z-index: 3;
  }
  .resultcard.resultcard-medium .main-image a.sm2_button:not( #IE8 ) {
    width: 50px;
    height: 50px;
    background-size: 80%;
    background-position: 50%;
    background-image: url(/sites/hymnary.org/modules/soundmanager2/image/arrow-right-white-100.png);
  }
  .resultcard.resultcard-medium .content {
    padding-left: 1em;
    /* So that it can fit next to .resultcard .main-image . */
    margin-left: 50px;
    min-height: 50px;
  }
  .resultcard.resultcard-medium .main-text {
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .resultcard.resultcard-medium.resultcard-expanded .main-text {
    max-height: 10.5em;
  }
  .resultcard.resultcard-medium .main-text {
    margin-top: 0.25em;
  }
  .resultcard.resultcard-medium.resultcard-statusIcons .statusIcons {
    text-align: center;
    float: left;
    width: 44px;
    padding: 5px;
    /* .mainRegion has a clearfix, so bottom padding will be included by that. */
    padding-bottom: 0;
  }
  .resultcard.resultcard-medium.resultcard-statusIcons .mainRegion {
    border-radius: 0 2px 2px 0;
    margin-left: 54px;
  }
  .resultcard.resultcard-small h2,
  .resultcard.resultcard-small h2 a {
    color: inherit;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    height: 1.5em;
    box-sizing: border-box;
  }
  .resultcard.resultcard-small .main-image {
    /* So that .resultcard .content can fit next to it. */
    height: 0px;
    width: 35px;
  }
  .resultcard.resultcard-small .main-image img {
    max-width: 35px;
    max-height: 35px;
  }
  .resultcard.resultcard-small .main-image a.sm2_button {
    /* Card Media Layer */
    z-index: 3;
  }
  .resultcard.resultcard-small .main-image a.sm2_button:not( #IE8 ) {
    width: 35px;
    height: 35px;
    background-size: 80%;
    background-position: 50%;
    background-image: url(/sites/hymnary.org/modules/soundmanager2/image/arrow-right-white-100.png);
  }
  .resultcard.resultcard-small .content {
    padding-left: 1em;
    /* So that it can fit next to .resultcard .main-image . */
    margin-left: 35px;
    min-height: 35px;
  }
  .resultcard.resultcard-small .main-text {
    max-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .resultcard.resultcard-small.resultcard-expanded .main-text {
    max-height: 9em;
  }
  .resultcard.resultcard-small .main-text {
    margin-top: 0.25em;
  }
  .resultcard.resultcard-small.resultcard-statusIcons .statusIcons {
    text-align: center;
    float: left;
    width: 44px;
    padding: 5px;
    /* .mainRegion has a clearfix, so bottom padding will be included by that. */
    padding-bottom: 0;
  }
  .resultcard.resultcard-small.resultcard-statusIcons .mainRegion {
    border-radius: 0 2px 2px 0;
    margin-left: 54px;
  }
  .resultcard.resultcard-extra-small {
    min-height: 1.5em;
    min-height: 3em;
  }
  .resultcard.resultcard-extra-small h2,
  .resultcard.resultcard-extra-small h2 a {
    color: inherit;
    padding: 0;
    margin: 0;
    line-height: 22px;
    height: 22px;
    box-sizing: border-box;
  }
  .resultcard.resultcard-extra-small .main-image {
    /* So that .resultcard .content can fit next to it. */
    height: 0px;
    width: 35px;
  }
  .resultcard.resultcard-extra-small .main-image img {
    max-width: 35px;
    max-height: 35px;
  }
  .resultcard.resultcard-extra-small .main-image a.sm2_button {
    /* Card Media Layer */
    z-index: 3;
  }
  .resultcard.resultcard-extra-small .main-image a.sm2_button:not( #IE8 ) {
    width: 35px;
    height: 35px;
    background-size: 80%;
    background-position: 50%;
    background-image: url(/sites/hymnary.org/modules/soundmanager2/image/arrow-right-white-100.png);
  }
  .resultcard.resultcard-extra-small .content {
    padding-left: 1em;
    /* So that it can fit next to .resultcard .main-image . */
    margin-left: 35px;
    min-height: 35px;
  }
  .resultcard.resultcard-extra-small .main-text {
    max-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .resultcard.resultcard-extra-small.resultcard-expanded .main-text {
    max-height: 9em;
  }
  .resultcard.resultcard-extra-small .main-image {
    position: relative;
    top: -22px;
  }
  .resultcard.resultcard-extra-small h2 {
    padding-left: 53px;
    padding-left: calc(0.5em + 35px);
  }
  .resultcard.resultcard-extra-small h2 {
    float: left;
    font-size: 1.5em;
    max-width: 80%;
    max-width: calc(100% - 110px);
  }
  .resultcard.resultcard-extra-small .icons {
    max-width: 110px;
  }
  .resultcard.resultcard-extra-small .info {
    height: 22px;
    line-height: 22px;
    padding-left: 1em;
  }
  .resultcard.resultcard-extra-small.resultcard-statusIcons .statusIcons {
    text-align: center;
    float: left;
    width: 44px;
    padding: 3px;
    /* .mainRegion has a clearfix, so bottom padding will be included by that. */
    padding-bottom: 0;
  }
  .resultcard.resultcard-extra-small.resultcard-statusIcons .mainRegion {
    border-radius: 0 2px 2px 0;
    margin-left: 50px;
  }
}
.resultcard.resultcard-noimage h2 {
  min-height: 0;
  margin-left: 0;
  padding-left: 0;
}
.resultcard.resultcard-noimage .content {
  min-height: 0;
  margin-left: 0;
  padding-left: 0;
}
.resultcard.resultcard-promo .mainRegion {
  background-color: #ddf2ff;
}
.resultcard.resultcard-grouphead {
  margin-top: 1em;
}
.resultcard.resultcard-odd .mainRegion {
  background-color: #E2DFC3;
}
.resultcard.resultcard-even .mainRegion {
  background-color: #F4F2E6;
}
.resultcard.resultcard-even,
.resultcard.resultcard-odd {
  box-shadow: 1px 1px 1px 1px rgba(201, 196, 177, 0.75);
}
.resultcard.resultcard-even:hover,
.resultcard.resultcard-odd:hover {
  box-shadow: 1px 1px 1px 1px #C9C4B1;
}
.resultcard audio {
  width: 100%;
  max-width: 500px;
  /* Card Media Layer */
  z-index: 3;
  position: relative;
}
.resultcard .icons {
  /* Card Media Layer */
  z-index: 3;
  float: right;
  position: relative;
}
.resultcard .statusIcons a img,
.resultcard .statusIcons img.hymnary_star,
.resultcard .icons a img {
  opacity: 0.7;
  margin: 1px;
}
.resultcard .statusIcons a img:hover,
.resultcard .statusIcons img.hymnary_star:hover,
.resultcard .icons a img:hover {
  opacity: 1;
}
.resultcard .statusIcons a img:active,
.resultcard .statusIcons img.hymnary_star:active,
.resultcard .icons a img:active {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 1px;
}
.resultcard .info {
  color: #6f99b6;
}
.resultcard .linkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Link Layer */
  z-index: 1;
}
@media all and (max-width: 320px) {
  .resultcard.resultcard .icons {
    /* Prevent icons from taking up full title space */
    max-width: 45px;
  }
}
