.transition {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }

/* index.php */
.archive {
  position: relative; }
  .archive .backgrounds {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1; }
    .archive .backgrounds .background-large {
      background-color: rgba(249, 249, 249, 0.95);
      width: 400px;
      height: 283px;
      right: -4rem;
      position: absolute;
      top: 0; }
      @media (min-width: 55em) {
        .archive .backgrounds .background-large {
          width: 883px;
          height: 624px; } }

.blog-archive-top {
  padding: 8rem 0 2rem; }
  @media (min-width: 55em) {
    .blog-archive-top {
      padding: 14rem 0 2rem; } }
  .blog-archive-top h1 {
    margin: 0 0 2rem;
    max-width: 40rem; }

.blog-navigation {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #CBCAC8;
  padding-top: 1.5rem; }
  .blog-navigation form {
    position: relative;
    margin: 0 0 1.5rem !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 55em) {
      .blog-navigation form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 308px;
        flex: 0 0 308px;
        max-width: 308px;
        margin-left: auto; } }
    .blog-navigation form ::-webkit-input-placeholder {
      color: #000000; }
    .blog-navigation form :-ms-input-placeholder {
      color: #000000; }
    .blog-navigation form ::-ms-input-placeholder {
      color: #000000; }
    .blog-navigation form ::placeholder {
      color: #000000; }
    .blog-navigation form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
      background: transparent;
      border: 1px solid #CBCAC8;
      border-radius: 2rem;
      padding-right: 4rem;
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 0; }
      .blog-navigation form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):focus {
        border-color: #00C7B1; }
    .blog-navigation form [type=submit] {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      border: none;
      background: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0; }
      .blog-navigation form [type=submit]:focus {
        outline: none; }
        .blog-navigation form [type=submit]:focus svg g {
          stroke: #00C7B1; }

.blog-cats {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 55em) {
    .blog-cats {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: auto; } }
  .blog-cats li {
    margin-bottom: 0.5rem; }
    .blog-cats li a {
      font-weight: 600;
      color: #000000;
      padding-right: 2rem;
      -webkit-transition: color 200ms ease;
      transition: color 200ms ease; }
    .blog-cats li.current-cat a,
    .blog-cats li a:hover {
      color: #00C7B1; }

.no-posts {
  padding: 4rem 0; }

.pagination {
  padding-bottom: 6rem; }

.post-list {
  padding: 0 0 4rem; }

.post-box {
  display: block;
  margin-bottom: 4rem;
  background: #F9F9F9;
  border-radius: 10px;
  -webkit-box-shadow: 0 12px 20px -15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 20px -15px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow 200ms ease;
  transition: -webkit-box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
  position: relative; }
  .post-box .post-box-ribbon {
    background: #00C7B1;
    color: #FFFFFF;
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 1rem;
    height: 3rem;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .post-box .post-box-ribbon.orange {
      background: #D85E30; }
    .post-box .post-box-ribbon.blue {
      background: #003C67; }
    .post-box .post-box-ribbon.yellow {
      background: #EBAE3E; }
    .post-box .post-box-ribbon.gray {
      background: #B9B9B9; }
    .post-box .post-box-ribbon .terms, .post-box .post-box-ribbon .date {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .post-box .post-box-ribbon .terms {
      float: left;
      max-width: calc(100% - 4rem); }
    .post-box .post-box-ribbon .date {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-align: right;
      width: 4rem;
      float: right; }
  .post-box .post-box-back {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 40.3%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #2D2A26; }
  .post-box p {
    font-size: 1.125rem;
    color: #000000;
    margin: 0;
    padding: 1rem 1rem 3rem; }
  .post-box .btn {
    position: absolute;
    bottom: 0;
    left: 1rem;
    margin: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background-color: #FFFFFF; }
  .post-box.resource-box {
    padding: 1rem 1rem 2rem; }
    .post-box.resource-box p {
      padding: 0;
      margin-bottom: 1rem; }
    .post-box.resource-box .btn {
      position: absolute;
      bottom: 0;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
      left: 1rem;
      margin: 0;
      background: #FFFFFF;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .post-box .resource-terms {
    opacity: 0.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    height: 1rem;
    font-weight: 600;
    padding: 0; }
  .post-box .resource-excerpt {
    font-size: 1rem; }
  .post-box:hover {
    -webkit-box-shadow: 0 12px 20px -15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 12px 20px -15px rgba(0, 0, 0, 0.5); }
    .post-box:hover .btn {
      background: #EBAE3E;
      color: #FFFFFF; }
      .post-box:hover .btn svg polygon {
        fill: #FFFFFF; }

/* single.php */
.single-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #FFFFFF; }
  @media (min-width: 75em) {
    .single-hero {
      min-height: 394px; } }
  .single-hero:after {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(45, 42, 38, 0)), to(#2D2A26));
    background-image: linear-gradient(270deg, rgba(45, 42, 38, 0) 0%, #2D2A26 100%);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .single-hero .container-fluid {
    position: relative;
    z-index: 1;
    padding-top: 8rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 55em) {
      .single-hero .container-fluid {
        padding-top: 12rem; } }
  .single-hero .back-to-blog {
    color: #FFFFFF; }
  .single-hero h1 {
    font-size: 24px;
    line-height: 30px;
    max-width: 685px; }
    @media (min-width: 55em) {
      .single-hero h1 {
        font-size: 32px;
        line-height: 40px; } }

.meta {
  opacity: 0.75;
  letter-spacing: 2px;
  font-size: 0.875rem;
  text-transform: uppercase; }

.back-to-blog {
  position: relative;
  padding-left: 2rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease; }
  .back-to-blog:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    content: '';
    display: block;
    background-image: url("../img/arrow-yellow-right.svg");
    background-size: 16px 15px;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 15px; }
  .back-to-blog:hover {
    color: #EBAE3E; }
    .back-to-blog:hover:before {
      -webkit-transform: translate(-0.5rem, -50%) rotate(180deg);
      transform: translate(-0.5rem, -50%) rotate(180deg); }

.meta {
  opacity: 0.75;
  letter-spacing: 2px;
  font-size: 0.875rem;
  text-transform: uppercase; }

.post-content {
  padding: 8rem 0 4rem;
  position: relative; }
  @media (min-width: 55em) {
    .post-content {
      padding: 12rem 0 8rem; } }
  .post-content.blog-post-content {
    padding: 4rem 0; }
    @media (min-width: 55em) {
      .post-content.blog-post-content {
        padding: 8rem 0; } }
    @media (min-width: 55em) {
      .post-content.blog-post-content .sharing.side-share .custom_images {
        top: 8rem; } }
  .post-content .back-to-blog {
    color: #000000; }

.sharing .custom_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem; }
  .sharing .custom_images a {
    margin-right: 1rem;
    margin-bottom: 0; }
    .sharing .custom_images a svg path {
      -webkit-transition: fill 200ms ease;
      transition: fill 200ms ease; }
    .sharing .custom_images a:hover svg path {
      fill: #EBAE3E; }

@media (min-width: 55em) {
  .sharing.side-share .custom_images {
    position: absolute;
    left: -4rem;
    top: 12rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media (min-width: 75em) {
  .sharing.side-share .custom_images {
    left: -10rem; } }

@media (min-width: 55em) {
  .sharing.side-share .custom_images a {
    margin-bottom: 0.25rem;
    margin-right: 0; } }

h1.post-title,
h2.post-title {
  border-bottom: 1px solid #CBCAC8;
  padding-bottom: 1.5rem; }
  @media (min-width: 55em) {
    h1.post-title,
    h2.post-title {
      padding-bottom: 2rem;
      margin-bottom: 2.5rem; } }

.bio-image {
  margin-bottom: 2rem; }

.bio-quote {
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 8px solid #00C7B1;
  color: rgba(45, 42, 38, 0.5); }

.post-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #CBCAC8;
  padding-top: 4rem;
  padding-bottom: 4rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (min-width: 55em) {
    .post-bottom {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding-bottom: 8rem;
      margin-top: -4rem; } }
  .post-bottom .post-bottom-author {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-right: 3rem;
    margin-bottom: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 106px;
    flex: 0 0 106px;
    max-width: 106px;
    -webkit-box-shadow: inset 0 0 0 2px #00C7B1;
    box-shadow: inset 0 0 0 2px #00C7B1;
    -webkit-transition: -webkit-box-shadow 200ms ease;
    transition: -webkit-box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease; }
    .post-bottom .post-bottom-author:hover {
      -webkit-box-shadow: inset 0 0 0 6px #00C7B1;
      box-shadow: inset 0 0 0 6px #00C7B1; }

/*# sourceMappingURL=maps/blog.css.map */
