/**
 * Responsiveness
 **/
/**
 * Colour Definitions
 **/
/**
 * Font Definitions
 **/
/**
 * Elements
 **/
.site-button {
  height: auto;
  width: auto;
  padding: 5px 15px 5px 15px;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  background-color: white;
  border: 2px solid #00b189;
  border-radius: 500px;
  color: #00b189;
  font-family: "Montserrat", Sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.site-button:hover,
.site-button:focus {
  background-color: #00b189;
  color: white;
}
.site-button--hover {
  background-color: #00b189;
  color: white;
}
.site-button--text {
  background-color: rgba(0, 177, 137, 0);
  font-family: "Montserrat", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  fill: #00b189;
  color: #00b189;
}
.site-button--text::before {
  display: inline-block;
  margin-right: 5px;
  content: '<';
}
/***
 * Site Banner
 ***/
.site-banner__inner {
  height: 534px;
  width: auto;
  position: relative;
}
.site-banner__image {
  height: 100%;
  width: 100%;
  margin: 0;
  position: relative;
}
.site-banner__image img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}
.site-banner__content {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.site-banner__content h1 {
  color: white;
  font-family: "Montserrat", Sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 2.7px;
}
/***
 * Site Main
 ***/
.site-main.idaws-layout {
  max-width: none !important;
}
.site-main article.post-item {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media (min-width: 576px) {
  .site-main article.post-item {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .site-main article.post-item {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .site-main article.post-item {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .site-main article.post-item {
    max-width: 960px;
  }
}
.site-main article.post-item h2 {
  color: #231F20;
  font-family: "Montserrat", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 2.7px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-main article.post-item h2 {
    font-size: 57px;
  }
}
.site-main article.post-item .back-to-blog {
  margin-top: 30px;
  text-align: center;
}
.site-main article.post-item a {
  color: #00b189;
}
.site-main article.post-item a:hover {
  text-decoration: underline;
}
.site-main article.post-item a:focus,
.site-main article.post-item a:visited {
  color: #00b189;
}
/***
 * Post Stubs
 ***/
.post-stubs__inner {
  column-gap: 0;
  row-gap: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  padding: 1.5rem;
}
@media (min-width: 576px) {
  .post-stubs__inner {
    column-gap: 4rem;
    row-gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .post-stubs__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.post-stub {
  box-sizing: border-box;
  position: relative;
}
.post-stub__inner {
  height: 100%;
  width: 100%;
}
.post-stub__feature {
  position: relative;
}
.post-stub__feature__image {
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
  padding-bottom: 66.667%;
  position: relative;
}
@media (min-width: 576px) {
  .post-stub__feature__image {
    height: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .post-stub__feature__image {
    height: auto;
    padding-bottom: 66.667%;
  }
}
.post-stub__feature__image img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  position: absolute;
  opacity: 1;
}
.post-stub__details {
  padding: 10px 0 20px 0;
  text-align: left;
}
.post-stub__details h4 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 20px;
  letter-spacing: 2.7px;
  line-height: 1.4;
}
.post-stub__details p {
  color: #333;
  font-size: 1rem;
}
.post-stub__details__read-more {
  height: auto;
  width: auto;
  padding: 5px 15px 5px 15px;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  background-color: white;
  border: 2px solid #00b189;
  border-radius: 500px;
  color: #00b189;
  font-family: "Montserrat", Sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.post-stub__details__read-more:hover,
.post-stub__details__read-more:focus {
  background-color: #00b189;
  color: white;
}
.post-stub a:hover {
  text-decoration: none;
}
.post-stub a:hover .data-stub__feature__image img {
  opacity: 0.7;
}
.post-stub a:hover .data-stub__detail__read-more {
  background-color: #00b189;
  color: white;
}
