
/* Responsive Video Embed Start */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive Video Embed end */

/* Card Styles */

.m-card p.lead {
 font-size: 22px;
 font-weight: 600;
}

/* Card Styles End */

/* Horizontal Rule Styles */

.center-header {
  overflow: hidden;
  text-align: center;
}

.rule-white {
  color: #fff;
}

.center-header::before {
  right: 0.3em;
  top: -22px;
  margin-left: -50%;
}

.center-header::after {
  left: 0.1em;
  top: -25px;
  margin-right: -50%;
}

.rule-white::before,
.rule-white::after {
  content: ""!important;
  display: inline-block!important;
  height: 0!important;
  position: relative!important;
  vertical-align: middle!important;
  width: 50%!important;
  border-top: 1px solid #FFFFFF!important;
}

.card-testimonial {
	max-width: 600px;
	margin: auto;
}


/* Horizontal Rule End */

/* Call Out Text Start */

.co-text-lato-red {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #910039;
  padding-bottom: 0.6rem;
  font-family: "Lato", "Arial", sans-serif;
  padding-top: 0;
  line-height: 1.5em;
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
}

.co-text-lato-grey {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #444444;
  padding-bottom: 0.6rem;
  font-family: "Lato", "Arial", sans-serif;
  padding-top: 0;
  line-height: 1.5em;
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
}


.co-text-roboto-grey {
  font-style: normal;
  font-family: "Roboto Slab", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #444444;
  padding-bottom: 0.6rem;
  padding-top: 0;
  line-height: 1.5em;
	font-size: 22px;
}

.co-text-roboto-red {
  font-style: normal;
  font-family: "Roboto Slab", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #910039;
  padding-bottom: 0.6rem;
  padding-top: 0;
  line-height: 1.5em;
	font-size: 22px;
}

/* Call Out Text End */

.capitalize-style {
	text-transform: initial;
}

blockquote {
			font-family: Georgia, serif;
			font-size: 18px;
			font-style: italic;
			margin: 0.25em 0;
			padding: 0.25em 40px;
			line-height: 1.45;
			position: relative;
			color: #383838;
		}

		blockquote:before {
			display: block;
			content: "\201C";
			font-size: 80px;
			position: absolute;
			left: -20px;
			top: -20px;
			color: #7a7a7a;
		}

/* responsive image */

img {
  max-width: 100%;
  height: auto;
}