/* styles-law-cards.css */
/* interior and canvas cards */
/* all card styling needs to be consolidated as one stylesheet */

#story-cards-container-fluid, #story-cards {
	background: #ffffff;
}

#story-cards-image-multiple.story-content-padding,
#story-cards-text-multiple.story-content-padding {
  padding: 80px 0 !important;
	background: #ffffff;
	height: auto;
	min-height: auto;
}

#story-cards-image-multiple .card-deck,
#story-cards-text-multiple .card-deck {
	flex-flow: nowrap;
}

#story-cards-image-multiple .card-deck img.card-img-top.hide,
#story-cards-image-multiple .card-deck col-md-12.hide,
#story-cards-text-multiple .card-deck img.card-img-top.hide,
#story-cards-text-multiple .card-deck col-md-12.hide {
	display: none;
}

#story-cards-image-multiple .card,
#story-cards-text-multiple .card {
	margin-bottom: 0;
}

#story-cards-image-multiple .card-body {
	padding: 5px 20px 20px 20px;
}

#story-cards-text-multiple .card-body {
	padding: 0;
}

#story-cards-image-multiple .card-body h1,
#story-cards-image-multiple .card-body h3.card-title,
#story-cards-image-multiple .card-body h5,
#story-cards-image-multiple .card-body p,
#story-cards-text-multiple .card-body h1,
#story-cards-text-multiple .card-body h3.card-title,
#story-cards-text-multiple .card-body h5,
#story-cards-text-multiple .card-body p {
	color: #272727 !important;
	text-transform: none;
}

#story-cards-image-multiple .card-body h3.card-title,
#story-cards-text-multiple .card-body h3.card-title {
	margin-bottom: 5px;
	font-family: 'Arnhem Bold', 'Georgia', serif !important;
}

#story-cards-image-multiple .card-body p,
#story-cards-image-multiple .card-body span,
#story-cards-text-multiple .card-body p,
#story-cards-text-multiple .card-body span {
	display: inline;
	font-size: .9em;
}

#story-cards-image-multiple .card-body span,
#story-cards-text-multiple .card-body span {
	font-size: .8em;
}

#story-cards-image-multiple .card-body .cta,
#story-cards-text-multiple .card-body .cta {
	display: block;
	margin: 10px 0 0 0 !important;
	width: 100%;
	font-size: .85em;
}

#story-cards-image-multiple .card-vertical-rule,
#story-cards-text-multiple .card-vertical-rule {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	color: #cccccc;
	background: #cccccc;
	width: 1px !important;
	height: auto;
}

/* OVERIDES END */

/* card */

.card {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0rem solid #e5e5e5;
  border-radius: 0rem;
  box-shadow: none }

.card img {
  margin: 0;
  border-radius: 0; }

.card-body {
  padding: 1.5625rem 1.5625rem;
  float: left;
  color: #e1e1e1; }

.card-body .cta, .card-body a.btn.cta {
  margin: 0;
  font-size: .7em;
  letter-spacing: .05em !important;
  color: #c22762; }

.card-body a.btn.cta {
  color: #e1e1e1; }

.card-block {
  padding: 1.25rem; }

.card-title {
  margin-top: 0.25rem;
  margin-bottom: 0.625rem; }

.card-subtitle {
  margin-top: -0.625rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link {
  margin: 0 5px 0;
  color: #febf1d;
  background: none; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-body a.card-link.cta {
  display: block;
  margin: 5px 0 0;
  width: 100%;
  color: #febf1d; }

.card-body small {
  font-style: italic; }

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0rem 0rem 0 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0rem 0rem; }

.card-header {
  padding: 1.25rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 0rem solid #e5e5e5; }

.card-header:first-child {
  border-radius: 0rem 0rem 0 0; }

.card-footer {
  padding: 1.5625rem 1.5625rem;
  font-style: italic;
  background-color: none;
  border-top: 0rem solid #e5e5e5; }

.card-footer:last-child {
  border-radius: 0 0 0rem 0rem; }

.card-deck {
  display: flex;
  margin-right: -.625rem;
  margin-left: -.625rem; }

.card-deck .card {
  flex: 1 0 0;
  margin-right: .625rem;
  margin-left: .625rem; }

.card-group {
  display: flex;
  flex-flow: row wrap; }

.card-group .card {
  flex: 1 0 0; }

.card-group .card + .card {
  margin-left: 0;
  border-left: 0; }

.card-group .card:first-child .card-img-top {
  border-top-right-radius: 0; }


.card-group .card:first-child .card-img-bottom {
  border-bottom-right-radius: 0; }

.card-group .card:last-child .card-img-top {
  border-top-left-radius: 0; }

.card-group .card:last-child .card-img-bottom {
  border-bottom-left-radius: 0; }

.card-group .card:not(:first-child):not(:last-child) {
  border-radius: 0; }

.card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
  border-radius: 0; }

.card-columns {
  column-count: 3;
  column-gap: 1.25rem; }

.card-columns .card {
    display: inline-block;
    width: 100%; }

/* MEDIA QUERIES */

@media (max-width: 992px) {
	#story-cards-text-multiple .card-body h1 {
		font-size: 3em;
	}
}

@media (max-width: 768px) {

	#story-cards-image-multiple .card-deck,
	#story-cards-text-multiple .card-deck {
		flex: row wrap;
		flex-direction: column;
		width: 100%;
	}
	#story-cards-image-multiple .card,
	#story-cards-text-multiple .card {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 100%;
	}
	#story-cards-text-multiple .card-body h1 {
		font-size: 4.5em;
	}
}

/* CSS - END */
