@layer reset, framework, base, layout, components, utilities;
@layer framework {
  /* Bulma Utilities */
  :root {
    --bulma-control-radius: var(--bulma-radius);
    --bulma-control-radius-small: var(--bulma-radius-small);
    --bulma-control-border-width: 1px;
    --bulma-control-height: 2.5em;
    --bulma-control-line-height: 1.5;
    --bulma-control-padding-vertical: calc(0.5em - 1px);
    --bulma-control-padding-horizontal: calc(0.75em - 1px);
    --bulma-control-size: var(--bulma-size-normal);
    --bulma-control-focus-shadow-l: 50%;
  }
}
@layer components {
  #learn-navigation {
    background: white;
    border-radius: 30px;
  }
  @media (max-width: 1024px) {
    #learn-navigation {
      display: none;
    }
  }
  #learn-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
  }
  #learn-navigation ul li {
    margin: 12px 5px;
    position: relative;
  }
  #learn-navigation ul li a {
    display: inline-block;
    border-radius: 20px;
    padding: 5px 10px;
    transition: all 0.3s ease;
    font-size: 13px;
  }
  #learn-navigation ul li a:hover {
    background: #f4f4f4;
  }
  #learn-navigation ul li a.selected {
    background: #33af9e;
    color: white;
  }
  #searchform {
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 14px 12px 12px 12px;
    min-width: 300px;
    background: rgb(255, 255, 255);
    border-radius: 6px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  }
  #searchform input[type=text] {
    border: none;
    background: #e8e8e8;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    height: 48px !important;
  }
  #searchform input[type=submit] {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
}
@layer layout {
  .float-right {
    float: right;
    margin-left: 1em !important;
    margin-bottom: 1em !important;
  }
  .float-left {
    float: left;
    margin-right: 1em !important;
    margin-bottom: 1em !important;
  }
  .align-right {
    text-align: right;
  }
  .align-left {
    text-align: left;
  }
  .align-center {
    text-align: center;
  }
  .outset-both {
    position: relative;
    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
    transform: translateX(-50%) translate3d(0, 0, 0);
    left: 50%;
  }
  .outset-left {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transform: translateX(-50px) translate3d(0, 0, 0);
  }
  .outset-right {
    position: relative;
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transform: translateX(50px) translate3d(0, 0, 0);
    left: -50px;
  }
}
@layer reset {
  @media (max-width: 800px) {
    .p-6.content,
    .p-6.columns,
    .px-6.pt-6.columns,
    .px-6.pt-6.content {
      padding: 1rem !important;
    }
  }
  @media (max-width: 800px) {
    #page .p-6 {
      padding: 1rem !important;
    }
  }
}
@layer layout {
  .po-0 {
    padding: 0rem;
  }
  .po-1 {
    padding: 0.25rem;
  }
  .po-2 {
    padding: 0.5rem;
  }
  .po-3 {
    padding: 0.75rem;
  }
  .po-4 {
    padding: 1rem;
  }
  .po-5 {
    padding: 1.5rem;
  }
  .po-6 {
    padding: 3rem;
  }
}
@layer components {
  .content figure {
    margin: 0 !important;
  }
  .content figure.float-right {
    float: right;
    margin-left: 1em !important;
    margin-bottom: 1em !important;
  }
  .content figure.float-left {
    float: left;
    margin-right: 1em !important;
    margin-bottom: 1em !important;
  }
  @media (max-width: 1080px) {
    .content figure {
      max-width: 100% !important;
    }
    .content figure img {
      max-width: 100% !important;
      height: auto !important;
    }
  }
}
@layer layout {
  .page-custom-highlight {
    border-top: 5px solid #33af9e;
    margin: 2rem 0;
    padding: 3rem;
    background-color: white;
    border-radius: 0;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    color: #333;
    max-width: 100%;
    position: relative;
  }
  @media only screen and (max-width: 1024px) {
    .page-custom-highlight {
      padding: 2rem !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .page-custom-highlight {
      padding: 1.5rem !important;
    }
  }
  .page-custom-frame {
    position: relative;
    margin: 2rem 0;
  }
  .page-custom-frame .frame {
    background: url("../../common/images/step-tile-small.e3da903a38ce.png") top left repeat;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 90;
    width: calc(100% - 1rem);
    height: 100%;
  }
  .page-custom-frame .frame-content {
    position: relative;
    z-index: 100;
    background: #ffe2d4 !important;
    right: 1rem;
    left: 0;
    min-height: 80px;
    width: calc(100% - 1rem);
  }
  .page-custom-frame .frame-content img {
    display: block;
  }
  .page-custom-frame-pink {
    position: relative;
    margin: 2rem 0;
  }
  .page-custom-frame-pink .frame {
    background: #ffc5aa;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 90;
    width: calc(100% - 1rem);
    height: 100%;
  }
  .page-custom-frame-pink .frame-content {
    position: relative;
    z-index: 100;
    background: #ffe2d4 !important;
    right: 1rem;
    left: 0;
    min-height: 80px;
    width: calc(100% - 1rem);
  }
  .page-custom-frame-pink .frame-content img {
    display: block;
  }
  .page-custom-frame-green {
    position: relative;
    margin: 2rem 0;
  }
  .page-custom-frame-green .frame {
    background: #a7e5dc;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 90;
    width: calc(100% - 1rem);
    height: 100%;
  }
  .page-custom-frame-green .frame-content {
    position: relative;
    z-index: 100;
    background: #ffe2d4 !important;
    right: 1rem;
    left: 0;
    min-height: 80px;
    width: calc(100% - 1rem);
  }
  .page-custom-frame-green .frame-content img {
    display: block;
  }
  .page-custom-quote {
    background: url("../../common/images/small-green-steps.4cb306ff779f.png") repeat;
    margin: 3rem 0;
  }
  .page-custom-quote .quote-content {
    background: #298a7c;
    margin-left: 100px;
    min-height: 80px;
    color: white !important;
    padding: 3rem;
  }
  @media only screen and (max-width: 1024px) {
    .page-custom-quote .quote-content {
      padding: 2rem !important;
      margin-left: 50px;
    }
  }
  @media only screen and (max-width: 767px) {
    .page-custom-quote .quote-content {
      padding: 1.5rem !important;
      margin-left: 30px;
    }
  }
  .page-custom-quote .quote-content h1,
  .page-custom-quote .quote-content h2,
  .page-custom-quote .quote-content h3,
  .page-custom-quote .quote-content h4,
  .page-custom-quote .quote-content p {
    color: inherit !important;
  }
  .arx-editor-container {
    border: none !important;
  }
}
@layer layout {
  .mindful-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 12px 24px;
  }
  .mindful-grid .column {
    margin: 0;
  }
  .mindful-grid .column-1 {
    grid-column: span 1;
  }
  .mindful-grid .column-2 {
    grid-column: span 2;
  }
  .mindful-grid .column-3 {
    grid-column: span 3;
  }
  .mindful-grid .column-4 {
    grid-column: span 4;
  }
  .mindful-grid .column-5 {
    grid-column: span 5;
  }
  .mindful-grid .column-6 {
    grid-column: span 6;
  }
  .mindful-grid .column-7 {
    grid-column: span 7;
  }
  .mindful-grid .column-8 {
    grid-column: span 8;
  }
  .mindful-grid .column-9 {
    grid-column: span 9;
  }
  .mindful-grid .column-10 {
    grid-column: span 10;
  }
  .mindful-grid .column-11 {
    grid-column: span 11;
  }
  .mindful-grid .column-12 {
    grid-column: span 12;
  }
  @media only screen and (width <= 767px) {
    .mindful-grid {
      display: block;
    }
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 12px 24px;
  }
  .grid .column {
    margin: 0;
  }
  .grid .column-1 {
    grid-column: span 1;
  }
  .grid .column-2 {
    grid-column: span 2;
  }
  .grid .column-3 {
    grid-column: span 3;
  }
  .grid .column-4 {
    grid-column: span 4;
  }
  .grid .column-5 {
    grid-column: span 5;
  }
  .grid .column-6 {
    grid-column: span 6;
  }
  .grid .column-7 {
    grid-column: span 7;
  }
  .grid .column-8 {
    grid-column: span 8;
  }
  .grid .column-9 {
    grid-column: span 9;
  }
  .grid .column-10 {
    grid-column: span 10;
  }
  .grid .column-11 {
    grid-column: span 11;
  }
  .grid .column-12 {
    grid-column: span 12;
  }
  @media only screen and (width <= 767px) {
    .grid {
      display: block;
    }
  }
}
@layer components {
  .tag {
    font-size: 0.75rem !important;
  }
  #pinned #pinned-grid {
    display: grid;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    grid-template-columns: 45% 55%;
    grid-template-rows: 33% 33% 33%;
    width: 100%;
    gap: 24px;
    box-sizing: border-box;
    padding: 48px;
  }
  @media (width <= 767px) {
    #pinned #pinned-grid {
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      gap: 16px;
      border-radius: 0;
      padding: 16px;
    }
  }
  #pinned #pinned-grid article {
    grid-column: 2/3;
    grid-row: auto/auto;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  @media (width <= 767px) {
    #pinned #pinned-grid article {
      grid-column: 1 !important;
      grid-row: auto !important;
      padding-right: 0 !important;
      padding-left: 0 !important;
      margin: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
      box-sizing: border-box !important;
    }
  }
  #pinned #pinned-grid article .text {
    margin-left: 33%;
  }
  @media (width <= 1024px) {
    #pinned #pinned-grid article .text {
      padding-right: 2rem;
      margin-left: 53%;
    }
  }
  @media (width <= 767px) {
    #pinned #pinned-grid article .text {
      margin-left: 0;
      margin-top: 2rem;
      padding-right: 0;
    }
  }
  #pinned #pinned-grid article img {
    float: left;
    margin-right: 24px;
    width: 30%;
    height: auto;
    display: block;
    border-radius: 0.25rem;
    filter: brightness(100%);
    transition: all 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
  }
  @media (width <= 1024px) {
    #pinned #pinned-grid article img {
      width: 50%;
      max-width: 50%;
    }
  }
  @media (width <= 767px) {
    #pinned #pinned-grid article img {
      float: none;
      width: 100%;
      max-width: 100%;
      margin-right: 0;
    }
  }
  #pinned #pinned-grid article img:hover {
    filter: brightness(110%);
  }
  @media (width <= 1024px) {
    #pinned #pinned-grid article {
      grid-column: 1/4;
      grid-row: auto/auto;
      margin-left: 0;
      border-right: none;
    }
  }
  #pinned #pinned-grid article:first-of-type {
    grid-column: 1/2;
    grid-row: 1/span-4;
    margin-left: 0;
    border-right: 1px dashed #ccc;
    border-bottom: none;
    padding-right: 24px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  @media (width <= 1024px) {
    #pinned #pinned-grid article:first-of-type {
      grid-column: 1/4;
      grid-row: auto/auto;
      margin-left: 0;
      border-right: none;
    }
  }
  @media (width <= 767px) {
    #pinned #pinned-grid article:first-of-type {
      grid-column: 1 !important;
      grid-row: auto !important;
      border-right: none !important;
      border-bottom: 1px dashed #ccc !important;
      padding-right: 0 !important;
      padding-left: 0 !important;
      padding-bottom: 24px !important;
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 !important;
      box-sizing: border-box !important;
      overflow: hidden !important;
    }
  }
  #pinned #pinned-grid article:first-of-type img {
    float: none;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  @media (width <= 1024px) {
    #pinned #pinned-grid article:first-of-type img {
      float: left;
      margin-right: 24px;
      width: 50%;
      max-width: 50%;
      height: auto;
      display: block;
    }
  }
  @media (width <= 767px) {
    #pinned #pinned-grid article:first-of-type img {
      float: none;
      width: 100%;
      max-width: 100%;
      margin-right: 0;
    }
  }
  #pinned #pinned-grid article:first-of-type .text {
    margin-left: 0%;
    margin-top: 24px;
  }
  @media (width <= 1024px) {
    #pinned #pinned-grid article:first-of-type .text {
      margin-left: 53%;
      margin-top: 0;
      padding-right: 2rem;
    }
  }
  @media (width <= 767px) {
    #pinned #pinned-grid article:first-of-type .text {
      margin-left: 0;
      margin-top: 2rem;
      padding-right: 0;
    }
  }
  #pinned #pinned-grid article:last-of-type {
    border-bottom: none;
  }
  .taglist {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }
  .taglist li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  #tags-floating-box {
    display: block;
    position: absolute;
    left: 0;
    top: 455px;
    width: 11%;
    background: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #tags-floating-box li {
    display: inline-block;
  }
  #tags-floating-box .tag {
    padding: 0 0.75em;
    font-weight: 300;
  }
  @media (width <= 1680px) {
    #tags-floating-box {
      display: none;
    }
  }
  .card {
    height: 100% !important;
  }
  @media (width <= 860px) {
    #article-list .columns {
      flex-direction: column;
    }
  }
  #article-list .column {
    padding: 0 2rem 3rem;
    border-right: 1px dashed #ccc;
  }
  #article-list .column:nth-of-type(3n + 3) {
    border-right: none;
  }
  @media (width <= 860px) {
    #article-list .column {
      width: 100%;
      padding-bottom: 0 !important;
    }
    #article-list .column img {
      width: 100%;
      height: auto;
      display: block;
    }
  }
  #tags-floating-box .text-style-eyebrow-m {
    font-size: 1rem;
    font-family: Brown, sans-serif;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
  }
}
