/*
 * Theme Name: Alharaca
 * Theme URI: 
 * Description: 
 * Version: 1.0.3
 * Author: Avery Thomas
 * Author URI: http://averyethomas.com
 * Tags: 
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus,
button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active {
  outline: 0px !important;
  -webkit-appearance: none; }

* {
  box-sizing: border-box; }

:focus {
  outline: none; }

html, body {
  font-size: 10px; }

h1, h2, h3, h4, h5, h6, p, li, a, td, form, figcaption {
  font-family: "Roboto", sans-serif; }
  h1.font--dark-pink, h2.font--dark-pink, h3.font--dark-pink, h4.font--dark-pink, h5.font--dark-pink, h6.font--dark-pink, p.font--dark-pink, li.font--dark-pink, a.font--dark-pink, td.font--dark-pink, form.font--dark-pink, figcaption.font--dark-pink {
    color: #f3745e; }
  h1.font--dark-blue, h2.font--dark-blue, h3.font--dark-blue, h4.font--dark-blue, h5.font--dark-blue, h6.font--dark-blue, p.font--dark-blue, li.font--dark-blue, a.font--dark-blue, td.font--dark-blue, form.font--dark-blue, figcaption.font--dark-blue {
    color: #034059; }
  h1.font--light-pink, h2.font--light-pink, h3.font--light-pink, h4.font--light-pink, h5.font--light-pink, h6.font--light-pink, p.font--light-pink, li.font--light-pink, a.font--light-pink, td.font--light-pink, form.font--light-pink, figcaption.font--light-pink {
    color: #f5bbb9; }
  h1.font--light-blue, h2.font--light-blue, h3.font--light-blue, h4.font--light-blue, h5.font--light-blue, h6.font--light-blue, p.font--light-blue, li.font--light-blue, a.font--light-blue, td.font--light-blue, form.font--light-blue, figcaption.font--light-blue {
    color: #8fd0db; }

h1, h2.like-h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin: 0 auto 2rem; }

h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4rem; }

h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem; }

h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem; }

p, li, a, td {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 0 auto 2rem; }

a {
  color: #f3745e;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.35s ease-in-out; }
  a:hover {
    color: #f5bbb9; }

i, em {
  font-style: italic; }

b, strong {
  font-weight: 700; }

a.alh-btn {
  border-radius: 2px;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  margin: 2rem 0;
  padding: 1rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out; }
  a.alh-btn--solid-black {
    background: #010101;
    color: #ffffff; }
    a.alh-btn--solid-black:hover {
      background: #f9f7ea;
      color: #010101; }
  a.alh-btn--solid-pink {
    background: #f3745e;
    color: #ffffff; }
    a.alh-btn--solid-pink:hover {
      background: #f5bbb9;
      color: #f3745e; }
  a.alh-btn--solid-blue {
    background: #034059;
    color: #ffffff; }
    a.alh-btn--solid-blue:hover {
      background: #8fd0db;
      color: #034059; }

.single_breadcrumbs .fas, .archive_breadcrumbs .fas {
  padding: 0 0.75rem; }

.single_breadcrumbs span.title, .archive_breadcrumbs span.title {
  opacity: 0.5; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.6rem; }
  .container--thin {
    max-width: 720px; }
  .container--medium {
    max-width: 1200px; }
  .container--centered {
    text-align: center; }

.alh-section {
  padding: 2rem 0; }
  .alh-section--bg-is-dark-blue {
    background: #034059;
    color: #ffffff; }
  .alh-section--bg-is-dark-pink {
    background: #f3745e;
    color: #ffffff; }
  .alh-section--bg-is-light-blue {
    background: #8fd0db;
    color: #034059; }
  .alh-section--bg-is-light-pink {
    background: #f5bbb9;
    color: #f3745e; }
  .alh-section--bg-is-cream {
    background: #f9f7ea; }
  .alh-section--add-padding {
    padding: 6rem 0; }
  .alh-section--no-pb {
    padding-bottom: 0; }
  .alh-section--bordered .container:first-of-type {
    border-top: 2px solid #010101;
    padding-top: 8rem; }
  .alh-section--bordered .container:last-of-type {
    border-bottom: 2px solid #010101;
    padding-bottom: 8rem; }

.break {
  margin: 1rem auto 2rem; }
  .break h2 {
    margin: 0 auto 4rem;
    text-transform: uppercase; }
  .break--founders .alh-btn {
    margin-top: 4rem; }
  .break--social h2 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2rem;
    margin: 0 auto 2rem;
    text-transform: none; }
  .break--social ul {
    list-style: none;
    padding: 0;
    text-align: center; }
    .break--social ul li {
      display: inline-block;
      padding: 0;
      text-align: center;
      margin: 0 auto; }
      .break--social ul li a {
        color: #010101;
        font-size: 2rem;
        line-height: 2rem;
        padding: 0 1rem 0;
        transition: color 0.35s ease-in-out; }
        .break--social ul li a:hover {
          color: #f3745e; }
  .break--social--large ul {
    list-style: none;
    padding: 0;
    text-align: center; }
    .break--social--large ul li {
      display: inline-block;
      padding: 0;
      text-align: center;
      margin: 0 auto; }
      .break--social--large ul li a {
        color: #010101;
        font-size: 3rem;
        line-height: 3rem;
        padding: 0 1.5rem 0;
        transition: color 0.35s ease-in-out; }
        .break--social--large ul li a:hover {
          color: #f3745e; }

body {
  margin-top: 120px; }
  @media all and (min-width: 1024px) {
    body {
      margin-top: 190px; } }

.alh-header {
  background: white;
  left: 0;
  padding: 2.5rem 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: padding 0.25s ease-in;
  width: 100%;
  z-index: 100; }
  .alh-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media all and (min-width: 1024px) {
      .alh-header .container {
        justify-content: flex-start; } }
  .alh-header_logo {
    flex-grow: 1; }
    .alh-header_logo a {
      display: block;
      margin: 0;
      width: 100%; }
      .alh-header_logo a:hover svg .cls-1 {
        fill: #f3745e; }
      .alh-header_logo a svg {
        width: 75px;
        margin: 0 4rem 0 0;
        transition: width 0.35s ease-in-out; }
        @media all and (min-width: 1024px) {
          .alh-header_logo a svg {
            width: 150px; } }
        .alh-header_logo a svg .cls-1 {
          fill: #000810;
          transition: fill 0.25s ease-in; }
  .alh-header_navigation {
    display: none;
    flex-grow: 2;
    width: 100%;
    text-align: left; }
    @media print {
      .alh-header_navigation {
        display: none; } }
    @media all and (min-width: 1024px) {
      .alh-header_navigation {
        display: block; } }
    .alh-header_navigation ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .alh-header_navigation ul li {
        margin: 0; }
        @media all and (min-width: 1024px) {
          .alh-header_navigation ul li {
            display: inline-block;
            padding: 0 2rem 0 0; } }
        .alh-header_navigation ul li.current-menu-item a {
          color: #f3745e; }
        .alh-header_navigation ul li:before, .alh-header_navigation ul li:after {
          display: none; }
        .alh-header_navigation ul li a {
          color: #010101;
          font-weight: 700;
          margin: 0;
          text-decoration: none;
          text-transform: uppercase; }
          .alh-header_navigation ul li a:hover {
            color: #f3745e; }
  .alh-header_navigation-toggle {
    order: 3;
    position: relative;
    width: 26px;
    height: 32px;
    transition: transform 0.35s ease-in-out;
    margin: 0 0 0 1.5rem; }
    @media all and (min-width: 1024px) {
      .alh-header_navigation-toggle {
        display: none; } }
    .alh-header_navigation-toggle:hover {
      cursor: pointer; }
      .alh-header_navigation-toggle:hover span, .alh-header_navigation-toggle:hover span::before, .alh-header_navigation-toggle:hover span::after {
        background: #f3745e; }
    .alh-header_navigation-toggle span, .alh-header_navigation-toggle span::before, .alh-header_navigation-toggle span::after {
      transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
      position: absolute;
      background: #010101;
      margin: auto;
      width: 26px;
      height: 3px;
      content: '';
      right: 0;
      top: 50%; }
    .alh-header_navigation-toggle span {
      top: 50%;
      transform: translateY(-50%); }
    .alh-header_navigation-toggle span::before {
      top: -8px;
      transform: rotate(0deg); }
    .alh-header_navigation-toggle span::after {
      top: 8px;
      transform: rotate(0deg); }
    .alh-header_navigation-toggle--closed span, .alh-header_navigation-toggle--closed span::before, .alh-header_navigation-toggle--closed span::after {
      transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
      position: absolute;
      background: #010101;
      margin: auto;
      width: 26px;
      height: 3px;
      content: '';
      right: 0;
      top: 50%; }
    .alh-header_navigation-toggle--closed span {
      background: none !important;
      transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s; }
    .alh-header_navigation-toggle--closed span::before {
      transform: rotate(45deg);
      top: 0;
      margin-top: 0;
      width: 100%;
      transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s; }
    .alh-header_navigation-toggle--closed span::after {
      transform: rotate(-45deg);
      top: 0;
      margin-top: 0;
      width: 100%;
      transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s; }
  .alh-header_search {
    order: 2;
    padding: 0 1rem 0 0; }
    .alh-header_search svg {
      height: 22px; }
      .alh-header_search svg .cls-1 {
        fill: #010101; }
    .alh-header_search:hover svg .cls-1 {
      fill: #f3745e; }
  .alh-header_searchform {
    background: #ffffff;
    display: none;
    flex-grow: 2;
    order: 1;
    margin: 0 1rem;
    width: 100%; }
    .alh-header_searchform input {
      border: none;
      border-bottom: 3px solid black;
      font-size: 1.6rem;
      font-weight: 700;
      padding: 1rem 1.6rem;
      width: 100%; }
    .alh-header_searchform_close {
      position: relative;
      width: 26px;
      height: 32px;
      transition: transform 0.35s ease-in-out;
      margin: 0 0 0 1.5rem; }
      .alh-header_searchform_close span, .alh-header_searchform_close span::before, .alh-header_searchform_close span::after {
        transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
        position: absolute;
        background: #010101;
        margin: auto;
        width: 26px;
        height: 3px;
        content: '';
        right: 0;
        top: 50%; }
      .alh-header_searchform_close span {
        background: none !important;
        transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s; }
      .alh-header_searchform_close span::before {
        transform: rotate(45deg);
        top: 0;
        margin-top: 0;
        width: 100%;
        transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s; }
      .alh-header_searchform_close span::after {
        transform: rotate(-45deg);
        top: 0;
        margin-top: 0;
        width: 100%;
        transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s; }
      .alh-header_searchform_close:hover {
        cursor: pointer; }
        .alh-header_searchform_close:hover span, .alh-header_searchform_close:hover span::before, .alh-header_searchform_close:hover span::after {
          background: #f3745e; }

#datafetch {
  display: none; }

.alh-header--search-visibile .alh-header_searchform {
  display: flex; }

.alh-header--search-visibile .alh-header_search {
  display: none; }

@media all and (min-width: 1024px) {
  .alh-header--search-visibile .alh-header_navigation {
    display: none; } }

.alh-header--search-visibile #datafetch.has-data {
  border-bottom: 3px solid black;
  display: block;
  padding-top: 2.5rem; }

@media all and (max-width: 1024px) {
  .alh-header_header-navigation--open .alh-header_navigation {
    display: block;
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 10;
    background: white;
    padding: 2.4rem 1.6rem;
    border-bottom: 3px solid black; } }

.scrolling-down .alh-header {
  padding: 1rem 0; }
  .scrolling-down .alh-header_logo svg {
    width: 50px; }

@media all and (max-width: 1024px) {
  .scrolling-down.alh-header_header-navigation--open .alh-header_navigation {
    top: 71px; } }

.alh-footer {
  padding: 2.5rem 0; }
  .alh-footer .container {
    text-align: center; }
    @media all and (min-width: 768px) {
      .alh-footer .container {
        align-items: center;
        display: flex;
        justify-content: space-between; } }
    .alh-footer .container .alh-footer_copyright {
      margin: 0; }
      @media all and (min-width: 768px) {
        .alh-footer .container .alh-footer_copyright {
          order: 1; } }
    .alh-footer .container ul {
      align-items: center;
      list-style: none;
      padding: 0; }
      @media all and (min-width: 768px) {
        .alh-footer .container ul {
          order: 2; } }
      .alh-footer .container ul li {
        padding: 0 0 2rem;
        margin: 0; }
        @media all and (min-width: 768px) {
          .alh-footer .container ul li {
            display: inline-block;
            padding: 0 2rem 0 0;
            text-align: right; }
            .alh-footer .container ul li:last-of-type {
              padding: 0; } }
        .alh-footer .container ul li a {
          color: #010101;
          margin: 0;
          text-decoration: none;
          text-transform: uppercase; }
          .alh-footer .container ul li a:hover {
            color: #f3745e; }

.wp-block-image figure.alignright, .wp-block-image figure.alignleft {
  margin: 1.5rem auto;
  float: none; }

@media all and (min-width: 600px) {
  .wp-block-image figure.alignright {
    float: right;
    margin: 0 0 2rem 2rem; }
    .wp-block-image figure.alignright figcaption {
      text-align: right;
      margin-bottom: 0; } }

@media all and (min-width: 1024px) {
  .wp-block-image figure.alignright {
    margin: 0 0 2rem 2rem; } }

@media all and (min-width: 600px) {
  .wp-block-image figure.alignleft {
    float: left;
    margin: 0 2rem 2rem 0; }
    .wp-block-image figure.alignleft figcaption {
      text-align: left;
      margin-bottom: 0; } }

@media all and (min-width: 1024px) {
  .wp-block-image figure.alignleft {
    margin: 0 2rem 2rem 0; } }

.wp-block-image figure figcaption {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  line-height: 1.75rem; }

.wp-block-image figure img {
  height: auto !important; }

.wp-block-image img {
  height: auto !important; }

blockquote {
  display: block;
  clear: both;
  padding: 2rem; }
  blockquote p {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700; }

.wp-block-pullquote {
  margin: 2rem auto;
  display: block;
  clear: both;
  border-top: 3px solid;
  border-bottom: 3px solid; }
  .wp-block-pullquote.is-style-solid-color {
    border: none; }
    .wp-block-pullquote.is-style-solid-color blockquote cite {
      text-align: left; }
  .wp-block-pullquote p {
    color: inherit; }
  .wp-block-pullquote blockquote cite {
    text-align: center; }

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 {
  width: 100%;
  margin: 2rem auto;
  display: block;
  clear: both; }
  .wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%; }
    .wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.wp-block-embed.is-type-video.wp-embed-aspect-4-3 {
  width: 100%;
  margin: 2rem auto;
  display: block;
  clear: both; }
  .wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 75%;
    width: 100%; }
    .wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.wp-block-media-text {
  margin: 2rem auto; }
  .wp-block-media-text p.has-large-font-size {
    line-height: 4.4rem; }

.wp-block-columns {
  margin: 2rem auto; }

.has-dark-pink-color {
  color: #f3745e; }

.has-dark-pink-background-color {
  background-color: #f3745e; }

.has-dark-blue-color {
  color: #034059; }

.has-dark-blue-background-color {
  background-color: #034059; }

.has-light-blue-color {
  color: #8fd0db; }

.has-light-blue-background-color {
  background-color: #8fd0db; }

.has-light-pink-color {
  color: #f5bbb9; }

.has-light-pink-background-color {
  background-color: #f5bbb9; }

.has-black-color {
  color: #010101; }

.has-black-background-color {
  background-color: #010101; }

.has-white-color {
  color: #ffffff; }

.has-white-background-color {
  background-color: #ffffff; }

.has-cream-color {
  color: #f9f7ea; }

.has-cream-background-color {
  background-color: #f9f7ea; }

.wp-block-button__link {
  border-radius: 2px;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin: 2rem 0;
  padding: 1rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out; }
  .wp-block-button__link:hover {
    text-decoration: none; }
  .wp-block-button__link.has-dark-pink-background-color:hover {
    color: "dark-pink";
    background-color: #f5bbb9; }
  .wp-block-button__link.has-dark-blue-background-color:hover {
    color: "dark-blue";
    background-color: #8fd0db; }
  .wp-block-button__link.has-light-blue-background-color:hover {
    color: "light-blue";
    background-color: #034059; }
  .wp-block-button__link.has-light-pink-background-color:hover {
    color: "light-pink";
    background-color: #f3745e; }
  .wp-block-button__link.has-black-background-color:hover {
    color: "black";
    background-color: #f9f7ea; }
  .wp-block-button__link.has-white-background-color:hover {
    color: "white";
    background-color: #010101; }
  .wp-block-button__link.has-cream-background-color:hover {
    color: "cream";
    background-color: #010101; }

.alignfull, .alignfull.wp-block-image {
  display: block;
  margin: 30px 0;
  max-width: none;
  width: 100vw;
  margin-left: 50%;
  margin-right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.wp-block-cover__inner-container {
  color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.6rem;
  position: relative; }

.wp-block-separator {
  border: none;
  height: 3px;
  margin: 2rem auto; }

.alignwide.wp-block-image {
  display: block;
  margin: 30px 0;
  width: 100vw;
  margin-left: 50%;
  margin-right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media all and (min-width: 768px) {
    .alignwide.wp-block-image {
      max-width: 750px; } }
  @media all and (min-width: 1024px) {
    .alignwide.wp-block-image {
      max-width: 1000px; } }
  @media all and (min-width: 1400px) {
    .alignwide.wp-block-image {
      max-width: 1200px; } }

.alignwide {
  display: block;
  margin: 30px 0;
  width: 100vw !important;
  margin-left: 50%;
  margin-right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media all and (min-width: 768px) {
    .alignwide {
      max-width: 750px; } }
  @media all and (min-width: 1024px) {
    .alignwide {
      max-width: 1000px; } }
  @media all and (min-width: 1400px) {
    .alignwide {
      max-width: 1200px; } }

.alh-grid {
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 3rem; }
  @media all and (min-width: 768px) {
    .alh-grid {
      grid-template-columns: 1fr 1fr; } }
  @media all and (min-width: 768px) {
    .alh-grid--3 .alh-post-tile--expanded {
      grid-column-start: span 2; } }
  @media all and (min-width: 1024px) {
    .alh-grid--3 {
      grid-template-columns: 1fr 1fr 1fr; }
      .alh-grid--3 .alh-post-tile--expanded {
        grid-column-start: span 3; } }
  @media all and (min-width: 1024px) {
    .alh-grid--3 {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media all and (min-width: 768px) {
    .alh-grid--1x3 .alh-post-tile--expanded {
      grid-column-start: span 2; } }
  @media all and (min-width: 1024px) {
    .alh-grid--1x3 {
      grid-template-columns: 1fr 1fr 1fr; }
      .alh-grid--1x3 .alh-post-tile--expanded {
        grid-column-start: span 3; } }
  @media all and (min-width: 1024px) {
    .alh-grid--2x3 {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
  .alh-grid--2x3 .alh-post-tile:nth-of-type(5n + 1), .alh-grid--2x3 .alh-post-tile:nth-of-type(5n + 2) {
    grid-column-start: span 3; }
  .alh-grid--2x3 .alh-post-tile:nth-of-type(5n + 3), .alh-grid--2x3 .alh-post-tile:nth-of-type(5n + 4), .alh-grid--2x3 .alh-post-tile:nth-of-type(5n + 5) {
    grid-column-start: span 2; }
  @media all and (min-width: 600px) {
    .alh-grid--4 {
      grid-template-columns: 1fr 1fr; } }
  @media all and (min-width: 1024px) {
    .alh-grid--4 {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .alh-grid--6 {
    grid-template-columns: 1fr 1fr; }
    @media all and (min-width: 768px) {
      .alh-grid--6 {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media all and (min-width: 1024px) {
      .alh-grid--6 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
  .alh-grid_logo {
    align-self: center;
    display: block;
    margin: 0 auto;
    width: 100%; }

.alh-post-tile {
  color: #010101;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  .alh-post-tile_cat {
    background: #ffffff;
    left: 0;
    margin: 0 auto;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 2;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    .alh-post-tile_cat p {
      font-size: 1.2rem;
      font-weight: 500;
      margin: 0 auto;
      text-transform: uppercase; }
  .alh-post-tile_image {
    background: no-repeat 50% 50%;
    background-size: cover;
    margin: 0 auto 2rem;
    opacity: 1;
    padding-bottom: 100%;
    transition: opacity 0.35s ease-in-out;
    width: 100%;
    z-index: 1; }
  .alh-post-tile h3 {
    margin: 0 auto 1rem; }
  .alh-post-tile p.author {
    text-transform: uppercase; }
  .alh-post-tile--expanded {
    align-items: center;
    display: grid;
    grid-gap: 1.6rem; }
    @media all and (min-width: 768px) {
      .alh-post-tile--expanded {
        grid-template-columns: 1fr 1fr; } }
    @media all and (min-width: 1024px) {
      .alh-post-tile--expanded {
        grid-template-columns: 1fr 1fr 1fr; } }
    .alh-post-tile--expanded .alh-post-tile_image {
      height: 100%; }
    .alh-post-tile--expanded .alh-post-tile_content {
      text-align: left; }
      @media all and (min-width: 1024px) {
        .alh-post-tile--expanded .alh-post-tile_content {
          grid-column-start: span 2; } }
      .alh-post-tile--expanded .alh-post-tile_content h3 {
        font-size: 2.4rem;
        line-height: 4rem; }
  .alh-post-tile--podcast {
    align-items: top;
    display: grid;
    grid-column-start: span 3;
    grid-gap: 1.6rem; }
    @media all and (min-width: 768px) {
      .alh-post-tile--podcast {
        grid-template-columns: 1fr 1fr; } }
    @media all and (min-width: 1024px) {
      .alh-post-tile--podcast {
        grid-template-columns: 1fr 1fr 1fr; } }
    .alh-post-tile--podcast .alh-post-tile_content {
      text-align: left; }
      @media all and (min-width: 1024px) {
        .alh-post-tile--podcast .alh-post-tile_content {
          grid-column-start: span 2; } }
      .alh-post-tile--podcast .alh-post-tile_content h3 {
        font-size: 2.4rem;
        line-height: 4rem; }

a.alh-post-tile:hover {
  color: #f3745e; }

.archive--personas h1 {
  text-transform: capitalize; }

.archive h1 {
  text-transform: uppercase; }

.archive_logo {
  display: block;
  width: 100%;
  margin: 0 auto 4rem;
  max-width: 500px; }

.archive a.sub-cat {
  margin: 1rem; }

.pagination span, .pagination a {
  color: #010101;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 0 auto;
  padding: 0 0.5rem;
  text-decoration: none; }
  .pagination span.current, .pagination a.current {
    color: #f3745e; }
  .pagination span:hover, .pagination a:hover {
    color: #f3745e; }

.single_hero {
  background: no-repeat 50% 50%;
  background-size: cover;
  margin: 0 auto;
  padding-bottom: 48%;
  width: 100%; }

.single_excerpt {
  border-bottom: 3px solid #034059;
  color: #034059;
  font-style: italic;
  margin-bottom: 2rem; }

.single_content {
  padding-top: 0; }

.single_social-share {
  margin: 1rem auto; }
  .single_social-share .alh-social-share {
    margin: 0 1rem; }
    .single_social-share .alh-social-share svg g {
      fill: #010101;
      transition: all 0.35s ease-in-out; }
    .single_social-share .alh-social-share:hover svg g {
      fill: #f3745e; }

.single .tags {
  margin: 1rem auto; }
  .single .tags p {
    font-weight: 700;
    margin: 0 auto 0.5rem; }
  .single .tags a {
    padding: 0 0.5rem;
    display: inline-block;
    margin: 0.5rem 0; }
    .single .tags a:after {
      content: ',';
      display: inline-block;
      right: 1px; }
    .single .tags a:last-of-type:after {
      display: none; }

.person-tile {
  color: #010101;
  margin: 0 auto;
  max-width: 400px; }
  .person-tile img.person-tile_image {
    display: block;
    margin: 0 auto 2rem;
    width: 100%; }
  .person-tile_content {
    text-align: center; }
    .person-tile_content h3 {
      text-transform: uppercase; }
  .person-tile:hover {
    color: #f3745e; }

.person-block {
  margin: 2rem auto; }
  @media all and (min-width: 1024px) {
    .person-block {
      align-items: center;
      display: grid;
      grid-template-columns: 1fr 1fr;
      justify-content: center; } }
  .person-block:last-of-type {
    margin-bottom: 0; }
  .person-block img.person-block_image {
    display: block;
    margin: 0 auto 4rem;
    max-width: 300px;
    width: 100%; }
    @media all and (min-width: 1024px) {
      .person-block img.person-block_image {
        margin-right: 0;
        margin-bottom: 0;
        max-width: 450px;
        padding: 0 3rem 0 0; } }
  .person-block_content {
    text-align: center; }
    @media all and (min-width: 1024px) {
      .person-block_content {
        padding: 0 0 0 3rem;
        text-align: left; } }
    .person-block_content h1, .person-block_content h3 {
      font-size: 2.4rem;
      margin: 0;
      text-transform: uppercase; }
    .person-block_content h2, .person-block_content h4 {
      margin: 0 auto 2rem; }

form label {
  color: #034059;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 2rem;
  margin: 0 auto 1rem; }

form input[type="text"], form input[type="email"], form input[type="tel"], form textarea {
  border: 1px solid;
  border-color: #8fd0db;
  border-radius: 2px;
  padding: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  width: 100%;
  transition: border-color 0.41s ease-in; }
  form input[type="text"]:focus, form input[type="email"]:focus, form input[type="tel"]:focus, form textarea:focus {
    border-color: #034059; }

form input[type="submit"] {
  background: #f3745e;
  border: none;
  border-radius: 2px;
  color: #ffffff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.41s ease-in, background 0.41s ease-in;
  width: auto; }
  form input[type="submit"]:hover {
    background: #f5bbb9;
    color: #f3745e; }

form select {
  border: 2px solid;
  border-color: #8fd0db;
  border-radius: 2px !important;
  background-color: transparent;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  margin: 0 auto;
  padding: 1rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100%;
  background: transparent url("_assets/images/form-select-arrow.png") no-repeat;
  background-size: 12px;
  background-position: right 1rem center; }

form .wpcf7-validation-error, form .wpcf7-response-output, form .wpcf7-mail-sent-ok {
  border: none !important;
  font-size: 1.4rem;
  font-style: italic;
  text-align: center; }

form .wpcf7-validation-error {
  color: #FF4D66; }

form .wpcf7-response-output {
  color: #FFD648; }

form .wpcf7-mail-sent-ok {
  color: #66EA97; }
