/** Colors */

/** Box Model  */

/*
MAIN SPACING MIXIN - PLEASE USE FOR CONSISTENCY
This mixin is for responsive spacing. 
It is designed to replicate the basic usage for padding and margin except will not take %. 
You otherwise can use variables, px values, or auto (margin type only).
At smaller sizes the mixin will compare the calculated value to a minimum value variable and make sure there is a minimum of space (unless set to 0).
USAGE:
default: setting the type to padding or margin is the only required info.
The amount of space will default to $spaceBase unless otherwise set.
The rate of decrease per breakpoint change will default to $respRatio.
@include space(padding);
@include space(margin);
Examples:
@include space(margin,$halfSpaceBase,auto);
Note: to customize the ration you will need to supply all of the preceding options?
@include space(padding,100px,60px,100px,60px,.7);
See more use cases below the mixin declaration when we set some custom classes to use this.
*/

/* line 2, resources/assets/styles/common/_a11y.scss */

:focus-visible {
  outline: 0;
}

/* line 7, resources/assets/styles/common/_a11y.scss */

html[data-whatintent="keyboard"] :focus {
  outline: #c89432 solid 4px !important;
  outline-offset: 4px;
}

/* line 12, resources/assets/styles/common/_a11y.scss */

html[data-whatintent="keyboard"] [type="checkbox"]:focus + label {
  border: 3px solid #c89432 !important;
}

/* line 18, resources/assets/styles/common/_a11y.scss */

.sr-only {
  height: 1px;
  left: rem-calc(-10000);
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

/* line 28, resources/assets/styles/common/_a11y.scss */

.show-for-sr,
.show-on-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 37, resources/assets/styles/common/_a11y.scss */

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* line 3, stdin */

.posts-page-content {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 100px 0 100px;
  margin: auto;
}

@media (min-width: 992px) {
  /* line 3, stdin */

  .posts-page-content {
    max-width: 1200px;
  }
}

@media (max-width: 1599px) {
  /* line 3, stdin */

  .posts-page-content {
    padding: 80px 80px 0 80px;
  }
}

@media (max-width: 1199px) {
  /* line 3, stdin */

  .posts-page-content {
    padding: 64px 64px 0 64px;
  }
}

@media (max-width: 991px) {
  /* line 3, stdin */

  .posts-page-content {
    padding: 51.2px 51.2px 0 51.2px;
  }
}

@media (max-width: 767px) {
  /* line 3, stdin */

  .posts-page-content {
    padding: 40.96px 25px 0 25px;
  }
}

@media (max-width: 599px) {
  /* line 3, stdin */

  .posts-page-content {
    padding: 40px 20px 0 20px;
  }
}

/* line 8, stdin */

.posts-page-content #postPage {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 991px) {
  /* line 8, stdin */

  .posts-page-content #postPage {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* line 19, stdin */

.posts-page-content header {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  /* line 23, stdin */

  .posts-page-content .body-copy > *:last-child {
    margin-bottom: 0;
  }
}

/* line 30, stdin */

.posts-page-content .cat-wrap {
  display: inline-block;
  position: relative;
  height: 50px;
  padding: 10px 20px;
  margin-bottom: 50px;
  flex-shrink: 0;
}

/* line 37, stdin */

.posts-page-content .cat-wrap .cat-drop {
  border: 1px solid;
  position: relative;
  margin: 0 0 0 auto;
  display: block;
  width: 280px;
  max-width: 100%;
}

/* line 44, stdin */

.posts-page-content .cat-wrap .cat-drop #cat {
  transition: all 0.35s ease-in-out;
  background: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  border: none;
  padding-left: 15px;
}

/* line 57, stdin */

.posts-navigation {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 40px 40px;
}

@media (min-width: 992px) {
  /* line 57, stdin */

  .posts-navigation {
    max-width: 1000px;
  }
}

@media (max-width: 1599px) {
  /* line 57, stdin */

  .posts-navigation {
    padding: 32px 32px 32px 32px;
  }
}

@media (max-width: 1199px) {
  /* line 57, stdin */

  .posts-navigation {
    padding: 25.6px 25.6px 25.6px 25.6px;
  }
}

@media (max-width: 991px) {
  /* line 57, stdin */

  .posts-navigation {
    padding: 20.48px 20.48px 20.48px 20.48px;
  }
}

@media (max-width: 767px) {
  /* line 57, stdin */

  .posts-navigation {
    padding: 40px 25px 40px 25px;
  }
}

@media (max-width: 599px) {
  /* line 57, stdin */

  .posts-navigation {
    padding: 40px 20px 40px 20px;
  }
}

/* line 60, stdin */

.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
}

/* line 66, stdin */

.posts-content {
  padding: 50px 100px 100px 100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1599px) {
  /* line 66, stdin */

  .posts-content {
    padding: 40px 80px 80px 80px;
  }
}

@media (max-width: 1199px) {
  /* line 66, stdin */

  .posts-content {
    padding: 32px 64px 64px 64px;
  }
}

@media (max-width: 991px) {
  /* line 66, stdin */

  .posts-content {
    padding: 25.6px 51.2px 51.2px 51.2px;
  }
}

@media (max-width: 767px) {
  /* line 66, stdin */

  .posts-content {
    padding: 20.48px 25px 40.96px 25px;
  }
}

@media (max-width: 599px) {
  /* line 66, stdin */

  .posts-content {
    padding: 40px 20px 40px 20px;
  }
}

@media (min-width: 992px) {
  /* line 66, stdin */

  .posts-content {
    max-width: 1600px;
  }
}

/* line 70, stdin */

.numeric-post-nav {
  margin: 0 auto 100px auto;
  text-align: center;
}

@media (max-width: 1599px) {
  /* line 70, stdin */

  .numeric-post-nav {
    margin: 0 auto 80px auto;
  }
}

@media (max-width: 1199px) {
  /* line 70, stdin */

  .numeric-post-nav {
    margin: 0 auto 64px auto;
  }
}

@media (max-width: 991px) {
  /* line 70, stdin */

  .numeric-post-nav {
    margin: 0 auto 51.2px auto;
  }
}

@media (max-width: 767px) {
  /* line 70, stdin */

  .numeric-post-nav {
    margin: 0 auto 40.96px auto;
  }
}

@media (max-width: 599px) {
  /* line 70, stdin */

  .numeric-post-nav {
    margin: 0 auto 40px auto;
  }
}

/* line 74, stdin */

.numeric-post-nav li {
  display: inline;
}

/* line 77, stdin */

.numeric-post-nav li a,
.numeric-post-nav li a:hover,
.numeric-post-nav li.active a,
.numeric-post-nav li span,
.numeric-post-nav li.disabled {
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

/* line 87, stdin */

.numeric-post-nav li a,
.numeric-post-nav li.disabled {
  text-decoration: none;
}

/* line 91, stdin */

.numeric-post-nav li a:hover,
.numeric-post-nav li.active a,
.numeric-post-nav li span.current {
  text-decoration: underline;
}

/* line 96, stdin */

.numeric-post-nav span {
  color: #1f677f;
}

/* line 99, stdin */

.numeric-post-nav span.current {
  cursor: default;
}