/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
[id^="section-apply-steps-"] {
  background-color: #0db2e7;
  background-size: 500%; }
  [id^="section-apply-steps-"] h2 {
    color: #1C3F85; }
  @media (max-width: 980px) {
    [id^="section-apply-steps-"] #steps {
      display: flex;
      flex-wrap: wrap; }
      [id^="section-apply-steps-"] #steps .step {
        flex-basis: 100%;
        margin-bottom: 1em; } }
  @media all and (min-width: 768px) and (max-width: 980px) {
    [id^="section-apply-steps-"] #steps .step {
      flex-basis: 48.5% !important;
      margin-bottom: 3%; }
      [id^="section-apply-steps-"] #steps .step:nth-child(odd) {
        margin-right: 1.5%; }
      [id^="section-apply-steps-"] #steps .step:nth-child(even) {
        margin-left: 1.5%; } }
  @media (min-width: 981px) {
    [id^="section-apply-steps-"] #steps {
      display: flex;
      flex-wrap: wrap;
      margin-left: -30px;
      position: relative; }
      [id^="section-apply-steps-"] #steps > div, [id^="section-apply-steps-"] #steps article {
        margin-left: 30px;
        margin-top: 30px; } }
    @media (min-width: 981px) and (min-width: 768px) {
      [id^="section-apply-steps-"] #steps > div, [id^="section-apply-steps-"] #steps article {
        flex: 1 0 auto; } }
    @media (min-width: 981px) and (min-width: 560px) {
      [id^="section-apply-steps-"] #steps > div, [id^="section-apply-steps-"] #steps article {
        max-width: calc(50% - 30px); } }
    @media (min-width: 981px) and (min-width: 840px) {
      [id^="section-apply-steps-"] #steps > div, [id^="section-apply-steps-"] #steps article {
        max-width: calc(33.33333% - 30px); } }
    @media (min-width: 981px) and (min-width: 750px) {
      [id^="section-apply-steps-"] #steps > div, [id^="section-apply-steps-"] #steps article {
        min-width: calc(33.33333% - 30px); } }
  @media (min-width: 981px) {
    [id^="section-apply-steps-"] #steps {
      margin-top: -26px; } }
  [id^="section-apply-steps-"] #steps .step {
    box-shadow: 0px 1px 3px 0px rgba(64, 103, 175, 0.53);
    font-family: "MultipleSansPro", Helvetica, Arial, sans-serif;
    position: relative;
    padding: .5em;
    background: #fff;
    border-radius: 16px; }
    @media (min-width: 768px) {
      [id^="section-apply-steps-"] #steps .step {
        padding: 1em; } }
    [id^="section-apply-steps-"] #steps .step a.overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    [id^="section-apply-steps-"] #steps .step .step-title {
      padding: 0 1.2em;
      line-height: 1.2;
      margin-bottom: .5em;
      display: block;
      text-align: center;
      color: #1C3F85;
      font-weight: 600; }
    [id^="section-apply-steps-"] #steps .step .image {
      margin-top: 1em;
      margin-bottom: .5em; }
      [id^="section-apply-steps-"] #steps .step .image img {
        display: block;
        border-radius: 0;
        margin: 0 auto;
        max-height: 50px;
        height: 50px;
        width: auto; }
    [id^="section-apply-steps-"] #steps .step .step-number {
      position: absolute;
      background: #1C3F85;
      color: #fff;
      font-weight: bold;
      top: .5em;
      left: .5em;
      width: 27px;
      height: 27px;
      border-radius: 50%;
      text-align: center;
      line-height: 27px;
      z-index: 9; }
    [id^="section-apply-steps-"] #steps .step .content {
      font-weight: 200;
      font-size: 14.93207px;
      color: #1C3F85; }
      @media (min-width: 768px) {
        [id^="section-apply-steps-"] #steps .step .content {
          font-size: 15.93252px; } }
      @media (min-width: 981px) {
        [id^="section-apply-steps-"] #steps .step .content {
          text-align: center; } }
      [id^="section-apply-steps-"] #steps .step .content p {
        margin: 0;
        color: #1C3F85; }
    [id^="section-apply-steps-"] #steps .step.checked:before {
      content: '\e90c';
      font-family: Icomoon;
      font-size: 60px;
      color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 8; }
    [id^="section-apply-steps-"] #steps .step.checked:after {
      content: '';
      background: #1C3F85;
      opacity: .86;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 7;
      border-radius: 16px; }

[id^="section-apply-steps-"].blue h1, [id^="section-apply-steps-"].blue h2, [id^="section-apply-steps-"].blue h3, [id^="section-apply-steps-"].blue h4, [id^="section-apply-steps-"].blue h5, [id^="section-apply-steps-"].blue .h1, [id^="section-apply-steps-"].blue .h2, [id^="section-apply-steps-"].blue .h3, [id^="section-apply-steps-"].blue .h4, [id^="section-apply-steps-"].blue .h5 {
  margin-top: 0; }

/*# sourceMappingURL=steps-apply.css.map */
