.blog-header-img {
  display: block;
  width: 100%;
  height: 30vh;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover; }

.blogImg-aside {
  width: 100%;
  max-width: 600px;
  float: right;
  clear: left;
  padding: 20px; }

.blogImg_gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  height: 60vh;
  max-height: 600px; }

.inner_blogImg_gallery {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }

.blogImg-100width, .blogImg-60width, .blogImg-50width, .blogImg-30width {
  flex-shrink: 1;
  flex-grow: 1;
  margin: 5px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.blogImg-100width {
  width: 100% !important; }

.blogImg-50width {
  width: 25% !important; }

.blogImg-30width {
  width: 30% !important; }

.blogImg-60width {
  width: 60% !important; }

.blogImg-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: block;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  font-style: italic; }

.blogContent td {
  padding: 6em 5em; }

.blogContent p {
  padding: 0.8em 0px;
  line-height: 160%; }

.blogContent .pullQuote {
  font-size: 1em;
  color: #8c8c8c;
  font-weight: 800;
  margin: 20px 0px; }

.blogContent .pullQuoteName {
  font-weight: 400;
  font-style: italic; }

.blogContent_title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between; }

.blogContent_title h2 {
  font-size: 2.5em;
  line-height: 140%; }

.blog_subTitle {
  font-size: 2em;
  color: #8c8c8c;
  margin: 20px 0px 10px 0px;
  font-family: "Open Sans", sans-serif; }

.center-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 10px; }

.center-img-wrapper img {
  flex-grow: 1;
  width: 50%;
  max-width: 150px; }

.center-text {
  text-align: center !important; }

.ctaBtn {
  display: inline-block;
  padding: 15px 30px;
  margin: 20px 0px 0px 0px;
  text-transform: uppercase;
  font-size: 1em; }

.center-content {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ctaBtn.green {
  background-color: #76BE43;
  color: white; }

.greenText {
  color: #76BE43; }

.checklistRow h2, .biContentRow h2, .bannerText {
  font-size: 2em;
  line-height: 120%;
  letter-spacing: 1px;
  text-align: left;
  color: #8c8c8c;
  font-weight: 600; }

.bannerText {
  padding-bottom: 20px; }

.biContentRow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100% !important;
  max-width: 1600px;
  background-color: white;
  padding: 6em 5em; }

.biContentRow div {
  flex-grow: 1;
  min-width: 400px; }

.contentRow {
  margin: 0 auto;
  width: 100%;
  background-color: white; }

.contentRow.hasBackground {
  position: relative;
  width: 100%;
  height: 70vh;
  max-height: 700px;
  margin: 0px;
  padding: 0px;
  background-position: center 70%;
  background-size: cover;
  background-repeat: no-repeat;
  border-style: solid;
  border-color: #76BE43;
  border-width: 0px 0px 10px 0px; }

.grey_bg {
  background-color: #f3f3f3; }

.biContentRow .center-content img {
  width: 400px;
  max-width: 80%; }

tr {
  display: block; }

.highlight_tab {
  background-color: white;
  padding: 8px 16px;
  position: absolute;
  top: 0px;
  left: 4em; }

hr {
  border-width: 0px;
  background-color: #8c8c8c;
  height: 1px; }

.boldText {
  font-weight: 600; }

.italicText {
  font-style: italic; }

.boxedText {
  display: block;
  background-color: #efefef;
  padding: 20px !important;
  margin-top: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.highlight_tab h4 {
  text-transform: uppercase; }

.limit_width {
  max-width: 1600px;
  margin: 0 auto; }

.add_padding {
  padding: 5%; }

.no_btm_padding {
  padding-bottom: 0px !important; }

.no_btm_margin {
  margin-bottom: 0px !important; }

.spacer_div {
  width: 100%;
  height: 80px; }

.contentRow.hasBackground td {
  width: 100vw;
  height: 70vh;
  max-height: 700px; }

.contentRow.hasBackground h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 4em;
  color: white; }

.contentRow.addOverlay:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  left: 0px; }

.bannerText.hoverTop {
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.banner_quote.hoverBtm {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #76BE43;
  padding-left: 15px; }

.banner_quote.hoverBtm p {
  color: white; }

@media (max-width: 1200px) {
  table tr .biContentRow {
    flex-direction: column; }
  table tr .biContentRow div:first-of-type {
    margin-bottom: 50px; }
  table tr .biContentRow h2 {
    margin-top: 50px; }
  table tr .biContentRow {
    padding: 2em 4em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .blogContent td {
    padding: 5%; } }

@media (max-width: 900px) {
  .blogImg_gallery {
    flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    flex-wrap: wrap;
    height: auto;
    max-height: none; }
  .blogImg-100width, .blogImg-60width, .blogImg-50width, .blogImg-30width {
    width: 100% !important;
    flex-shrink: 0;
    min-height: 400px; } }

/* Styles for blog headers */
.community-header {
  background-image: url("/images/pages/community-engagement/RGHA_2-5549b4a5.webp"); }

.huskie-header {
  background-image: url("/images/pages/community-engagement/GroupImage-916611e1.webp"); }

.rose-garden-header {
  background-image: url("/images/pages/community-engagement/RGHA_HeaderImage-5549b4a5.webp");
  background-position: 50% 62%; }

/* Styles for background images */
.back-img-cstn-01 {
  background-image: url("/images/pages/community-engagement/RGHA_CSTN_01-c675368a.webp"); }

.back-img-cstn-02 {
  background-image: url("/images/pages/community-engagement/RGHA_CSTN_02-46d68cbb.webp"); }

.back-img-cstn-03 {
  background-image: url("/images/pages/community-engagement/RGHA_CSTN_03-e398fef2.webp"); }

.back-img-rgha-2 {
  background-image: url("/images/pages/community-engagement/RGHA_2-5549b4a5.webp"); }

/* Styles width */
.max-100px {
  max-width: 100px; }

.mw-180px {
  max-width: 180px; }

/* Styles for aside imgs */
.blogImg-aside .blogImg-caption {
  bottom: 30px;
  left: 30px; }
