.red {
  color: red;
}
.blue {
  color: blue;
}
.underline {
  text-decoration: underline;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

/* Safety net for legacy theme widths (optional) */
.fullwidthbanner-container,
.rev_slider_wrapper,
#rev_slider_1_2 { max-width: 100vw !important; width: 100% !important; }

.rev_slider_wrapper .tp-bullets {
  z-index: 1000 !important;
  pointer-events: auto !important;
}

.rev_slider_wrapper .tp-bullet {
  cursor: pointer;
}


/* Footer alignment fix */

#Footer .footer_copy .copyright{
  text-align: left;
  max-width: 1240px;   /* matches many Muffin/BeTheme layouts */
  margin: 0 auto;
}

#Footer .footer_copy .column.one{
  float: none;
  width: 100%;
}

/* Keep footer content aligned with site content */
/* Full-width footer container with padding so it doesn't hug the edge */
#Footer .footer_copy .container{
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
/* Home promo boxes */
.promo-box {
  padding: 24px 20px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-box h3 {
  font-size: 28px;
  line-height: 1.15;
}

.promo-box h4 {
  font-size: 20px;
  line-height: 1.25;
  margin-top: 8px;
}

.promo-box h5 {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 10px;
}

.column_hover_color .hover_color,
.column_hover_color .hover_color_bg,
.column_hover_color .hover_color_wrapper {
  height: 100%;
}

@media only screen and (max-width: 1239px) {
  .promo-box {
    min-height: 135px;
    padding: 20px 16px;
  }

  .promo-box h3 {
    font-size: 24px;
  }

  .promo-box h4 {
    font-size: 18px;
  }

  .promo-box h5 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .promo-box {
    min-height: auto;
    padding: 16px 14px;
  }

  .promo-box h3 {
    font-size: 22px;
    line-height: 1.15;
  }

  .promo-box h4,
  .promo-box h5 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.one-fifth {
  width: 20%;
  float: left;
}

@media only screen and (max-width: 767px) {
  .one-fifth {
    width: 100%;
    float: none;
  }
}

/* ===== Homepage 5 promo boxes ===== */
.home-boxes .mcb-wrap-inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	margin: 0 !important;
}

.home-boxes .column.mcb-column.one-fifth {
	width: 20% !important;
	float: none !important;
	display: flex !important;
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
}

.home-boxes .column.mcb-column.one-fifth.column_hover_color {
	margin-bottom: 0 !important;
}

.home-boxes .hover_color,
.home-boxes .hover_color_bg,
.home-boxes .promo-link {
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.home-boxes .promo-link {
	text-decoration: none;
}

.home-boxes .promo-box {
	width: 100%;
	min-height: 190px;
	padding: 22px 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}

.home-boxes .promo-title,
.home-boxes .promo-sub,
.home-boxes .promo-cta {
	margin: 0;
	color: #fff;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
}

.home-boxes .promo-title {
	font-size: 29px;
	line-height: 1.12;
}

.home-boxes .promo-sub {
	font-size: 20px;
	line-height: 1.2;
	margin-top: 10px;
}

.home-boxes .promo-cta {
	font-size: 18px;
	line-height: 1.22;
	margin-top: 12px;
}

@media only screen and (max-width: 1239px) {
	.home-boxes .promo-title {
		font-size: 25px;
	}
	.home-boxes .promo-sub {
		font-size: 18px;
	}
	.home-boxes .promo-cta {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.home-boxes .mcb-wrap-inner {
		display: block;
	}

	.home-boxes .column.mcb-column.one-fifth {
		width: 100% !important;
		display: block !important;
	}

	.home-boxes .promo-box {
		min-height: auto;
		padding: 16px 14px;
	}

	.home-boxes .promo-title {
		font-size: 22px;
	}

	.home-boxes .promo-sub,
	.home-boxes .promo-cta {
		font-size: 16px;
	}
}