/* Functions & Mixins */
/* ==== Containers & Responsive Mixins ==== */
/* Defines convenience mixins for common breakpoint targets.
these are small, medium, mediumlarge, and large. These variables should be defined prior to use.
*/
/* Universal breakpoints */
.moc-cards {
  padding: 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .moc-cards *, .moc-cards *::before, .moc-cards::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  @media screen and (min-width: 48rem) {
    .moc-cards {
      padding: 4rem 0;
      margin-bottom: 5rem; } }
  @media screen and (min-width: 90rem) {
    .moc-cards {
      padding: 5rem 0; } }
  .moc-cards__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 82.5rem; }
    @media (min-width: 768px) {
      .moc-cards__inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media (min-width: 1280px) {
      .moc-cards__inner {
        padding-left: 5rem;
        padding-right: 5rem; } }
    @media (min-width: 768px) {
      .moc-cards__inner {
        width: 85rem; } }
    @media (min-width: 1280px) {
      .moc-cards__inner {
        width: 90rem; } }
  .moc-cards__grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "first-card first-card" "second-card third-card"; }
    @media screen and (min-width: 48rem) {
      .moc-cards__grid {
        display: grid;
        grid-template-areas: none;
        grid-template-columns: 50% 22% 22%;
        gap: 1.5rem 1.75rem; } }
  .moc-cards__headline {
    margin: 0 0 2rem;
    color: #3b3c43;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    font-size: 32px;
    font-size: 2rem; }
    @media screen and (min-width: 22.5rem) {
      .moc-cards__headline {
        font-size: 34px;
        font-size: 2.125rem; } }
    @media screen and (min-width: 48rem) {
      .moc-cards__headline {
        font-size: 40px;
        font-size: 2.5rem;
        margin: 0 auto 3rem;
        text-align: center; } }
    @media screen and (min-width: 80rem) {
      .moc-cards__headline {
        font-size: 42px;
        font-size: 2.625rem; } }
    @media screen and (min-width: 90rem) {
      .moc-cards__headline {
        font-size: 50px;
        font-size: 3.125rem; } }
  .moc-cards__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1.75rem 1.25rem; }
    .moc-cards__card + .moc-cards__card {
      margin-top: 1.25rem; }
    @media screen and (min-width: 48rem) {
      .moc-cards__card {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: calc(50% - 10px);
        margin-right: 20px;
        padding: 1.75rem; }
        .moc-cards__card:nth-child(2n) {
          margin-right: 0; }
        .moc-cards__card + .moc-cards__card {
          margin-top: 0; }
          .moc-cards__card + .moc-cards__card:last-of-type {
            margin-top: 1.25rem; } }
    @media screen and (min-width: 64rem) {
      .moc-cards__card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    @media screen and (min-width: 90rem) {
      .moc-cards__card {
        width: auto;
        margin: 0; }
        .moc-cards__card + .moc-cards__card {
          margin-top: 0; }
          .moc-cards__card + .moc-cards__card:last-of-type {
            margin: 0; } }
    .moc-cards__card-content:last-of-type {
      padding-left: 1rem;
      border-left: 2px solid #fbc600; }
    @media screen and (min-width: 48rem) {
      .moc-cards__card-content {
        padding-left: 1rem;
        border-left: 2px solid #fbc600; }
        .moc-cards__card-content:first-of-type {
          border-left: none; } }
    .moc-cards__card-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 3.75rem;
      margin-bottom: 1.25rem; }
    .moc-cards__card-title {
      color: #3b3c43;
      text-align: center;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.15;
      margin: 0;
      padding: .5rem; }
      @media screen and (min-width: 48rem) {
        .moc-cards__card-title {
          font-size: 1.5rem;
          padding: 0; } }
      @media screen and (min-width: 80rem) {
        .moc-cards__card-title {
          font-size: 1.75rem; } }
    .moc-cards__card-text {
      color: #3b3c43;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.4;
      margin: 0;
      padding: 1.25rem 0;
      text-align: center; }
      @media screen and (min-width: 80rem) {
        .moc-cards__card-text {
          padding: 1.75rem 0 1.25rem; } }
  .moc-cards__button-load, .moc-cards__button {
    border: 0;
    padding: 0.9375rem 1.5625rem;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    /*background-color: #fff;*/
    color: #3b3c43;
    -webkit-box-shadow: 1px 1px 5px #b3adad;
            box-shadow: 1px 1px 5px #b3adad;
    margin-top: 1rem;
    line-height: 1.1;
    margin-right: 1rem;
    text-align: start;
    margin-right: 1rem; }
    .moc-cards__button-load:hover, .moc-cards__button:hover {
      background-color: #3b3c43;
      color: #ffffff; }
    .moc-cards__button-load:focus, .moc-cards__button-load:focus-visible, .moc-cards__button:focus, .moc-cards__button:focus-visible {
      outline-color: #3b3c43; }
    .moc-cards__button-load.-disabled, .moc-cards__button.-disabled {
      cursor: not-allowed; }
      .moc-cards__button-load.-disabled:hover, .moc-cards__button.-disabled:hover {
        background-color: #fbc600;
        color: #3b3c43; }
      .moc-cards__button-load.-disabled:focus, .moc-cards__button-load.-disabled:focus-visible, .moc-cards__button.-disabled:focus, .moc-cards__button.-disabled:focus-visible {
        outline: none; }
    @media (max-width: 500px) {
      .moc-cards__button-load:last-of-type, .moc-cards__button:last-of-type {
        margin-right: .2rem; } }
    .moc-cards__button-load:hover, .moc-cards__button:hover {
     /* background-color: #fff;
      color: #3b3c43; */  background-color: #3b3c43;
      color: #ffffff;}
  .moc-cards__buttons-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .moc-cards__button {
    width: 12.25rem;
    padding: 1.3rem .5rem;
    text-align: center;
    font-size: 0.875rem; }
    @media (max-width: 800px) {
      .moc-cards__button {
        padding: .9375rem 1.5625rem;
        width: auto;
        /*width: 11.25rem;
        height: 4.6875rem;*/
        font-size: 0.875rem;
        text-align: center; } }
  .moc-cards__application-buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .moc-cards__application-button-box {
    margin-right: 1rem;
    margin-top: 1rem; }
  .moc-cards__link {
    color: #34657f; }
  .moc-cards__application-button {
    text-decoration: none;
    color: #3b3c43;
    width: 2rem;
    font-size: 1rem;
    font-weight: 500; }
    @media screen and (min-width: 80rem) {
      .moc-cards__application-button {
        font-size: 1.25rem; } }
  .moc-cards__application-button-contents {
    height: 100%;
    width: 100%;
    text-align: center;
    padding: .2rem; }

.first-card {
  grid-area: first-card; }
  @media screen and (min-width: 48rem) {
    .first-card {
      grid-area: inherit; } }

.second-card {
  grid-area: second-card; }
  @media screen and (min-width: 48rem) {
    .second-card {
      grid-area: inherit; } }

.third-card {
  grid-area: third-card; }
  @media screen and (min-width: 48rem) {
    .third-card {
      grid-area: inherit; } }

a {
  color: #3b3c43; }