/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* 2021 updates */
#homecols [class*="col"],
.team-loop [class*="col"],
.service-listings [class*="col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem
}

#homecols [class*="col"] > *,
.team-loop [class*="col"] > *,
.service-listings [class*="col"] > * {
	max-width: 100%
}

@media (min-width: 769px) {
  #homecols,
  .team-loop,
  .service-listings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }
  .service-listings [class*="col"],
  .blog main.main > [class*="col"] {
    margin-bottom: 5rem
  }
}
@media (max-width: 768px) {
  #homecols [class*="col"] {
    height: auto!important
  }
}
.team-loop .execsub,
.service-listings .taxbsect {
  height: auto!important
}

/* Blog archive */
.sidebar .collapsed-archives ul li a {
  display: inline-block
}
.blog main.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.blog main.main > [class*="col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 0
}
.blog main.main > [class*="col"] article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.blog main.main > [class*="col"] article > div {
	max-width: 100%
}

/* News ticker fixes */
.ticker {
  margin-bottom: 1rem
}
@media (max-width: 768px) {
  .ticker {
    width: 100%;
  }
}

/* Pageright */
@media (min-width:769px) {
  .pageright {
    float: right;
    margin: 0 0 2rem 2rem
  }
}

/* Mobile menu */
.open-mobile-menu {
  text-align: center;
  background: #154789;
  padding: 8px;
  color: #fff;
  line-height: 1rem;
  font-size: 1.2rem;
  margin: 1rem 0
}
.mobile-menu {
  height: 0;
  overflow: hidden!important;
  -webkit-transition: height .5s ease;
  -o-transition: height .5s ease;
  transition: height .5s ease
}
.mobile-menu.open {
  height: auto
}