body {
  font-family: 'Josefin Sans', sans-serif; }

.category {
  width: 100%;
  display: inline-block;
  margin: 0rem 0;
  padding: 5rem 10vw;
  background: #FFFFFF;
  position: relative; }
  .category .category-content {
    display: block;
    padding: 3rem 5rem;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135); }
  .category .related-post-title {
    margin-top: 4rem;
    font-size: 18px; }
  .category .category-main-card {
    width: 33.33333333%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .category .category-card {
    position: relative;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.175);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    width: calc(100% - 20px); }
  .category .category-card:hover {
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.2); }
  .category .category-date {
    color: #aaa; }
  .category .category-tags {
    float: right; }
  .category .no-categories-found {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 400px;
    align-items: center;
    font-size: 8vmin; }
  .category .page-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    padding: 2rem 0 5rem; }
  .category .category-card-title {
    color: rgba(0, 0, 0, 0.675);
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    margin: 1rem;
    font-size: 18px;
    text-align: center; }
  .category .category-card:hover .category-card-title {
    color: rgba(0, 0, 0, 0.875); }
  .category .category-card-footer {
    padding: 1rem;
    border-top: 1px solid #efefef; }
  .category .category-tag-footer {
    margin: 2rem 0; }
  .category .category-tag-footer a {
    display: inline-block;
    float: left;
    text-decoration: none;
    position: relative;
    margin: 0.615em 0.615em 0 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.692em 1.154em 0.769em;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    color: #c5c5c5;
    color: rgba(0, 0, 0, 0.375);
    background-color: transparent;
    border-radius: 0.35em;
    box-shadow: inset 0 0 0 transparent, 0 1px 1px rgba(255, 255, 255, 0.95);
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; }
  .category .category-tag-footer a:hover {
    color: rgba(0, 0, 0, 0.75);
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #fff; }
  .category .category-image {
    position: relative;
    box-shadow: 4px 2px 4px -4px rgba(0, 0, 0, 0.135), -4px 2px 4px -4px rgba(0, 0, 0, 0.135);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: 4rem; }
  .category .category-image img {
    min-width: 100%;
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
    border: 0;
    height: 450px;
    -ms-interpolation-mode: bicubic; }
  .category .category-card-image img {
    width: 100%;
    height: 250px;
    min-width: 100%;
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-height: 300px;
    object-fit: cover; }
  .category .category-card-content {
    padding: 1rem; }
  .category .category-list {
    margin: 0 0 4rem;
   }
  .category .category-content-title {
    margin-bottom: 3rem; }
  .category .category-content-summary {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3rem; }
  .category .no-decoration {
    text-decoration: none !important;
    display: block; }
  .category .no-padding {
    padding: 0px !important; }
  .category .no-margin {
    margin: 0px !important; }
  .category .inline-block {
    display: inline-block; }
  @media screen and (min-width: 1025px) and (max-width: 1500px) {
    .category {
      padding: 5rem 2vw; } }
  @media screen and (min-width: 901px) and (max-width: 1024px) {
    .category {
      padding: 5rem 2vw; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .category {
      padding: 3rem 4vw; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .category {
      padding: 2rem 4vw; }
      .category .category-main-card {
        width: 50%; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .category {
      padding: 2rem 4vw; }
      .category .category-main-card {
        width: 50%; } }
  @media screen and (max-width: 480px) {
    .category {
      padding: 2rem 2vw; }
      .category .category-main-card {
        width: 100%; } }

/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: transparent;
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }

.selectize-dropdown {
  border: 1px solid !important;
  border-color: #dedede !important; }

.selectize-input {
  margin-top: 1rem;
  box-shadow: none !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #dedede !important; }

/*# sourceMappingURL=categories.css.map */
