:root{--color-primary: #69bd45;--color-secondary: #007ab8;--color-tertiary: #1ea4a9;--color-state: #4b7e2b;--color-state-hover: #3c6721;--color-state-focus: #3c6721;--color-state-active: #30541a;--color-state-highlight: #f6f9d7;--color-state-highlight-neutral: var(--color-neutral-3);--color-state-disabled: var(--color-neutral-5);--color-neutral-1: #fff;--color-neutral-2: #fafafa;--color-neutral-3: #f7f7f7;--color-neutral-4: #e6e4e4;--color-neutral-5: #c7c7c7;--color-neutral-6: #767676;--color-neutral-7: #262626;--color-background: var(--color-neutral-1);--color-border: var(--color-neutral-5);--color-text: var(--color-neutral-7);--color-text-disabled: var(--color-neutral-5);--color-text-hint: var(--color-neutral-6);--link-color: var(--color-state);--link-color-hover: var(--color-state-hover);--nav-bg-color: #fff;--nav-text-color: var(--color-text);--footer-bg-color: #fff;--footer-text-color: var(--color-text);--footer-text-color-hover: var(--footer-text-color);--btn-accent-color: var(--color-state);--btn-accent-color-active: var(--color-state-active);--btn-accent-color-hover: var(--color-state-hover);--btn-accent-color-disabled: var(--color-state-disabled)}:root{--nav-bg-color: #027BAD;--nav-text-color: #ffffff;--color-primary: #c590df;--color-state: #027BAD;--color-text: #262626;--footer-bg-color: #027BAD;--footer-text-color: #ffffff;--color-state-hover: #0071a3;--color-state-focus: #0071a3;--color-state-active: #006092;--footer-text-color-hover: #f5f5f5;}
#region-main {
  background: #fff;
}

#page-footer {
    min-height: 120px;
    background-color: #fff;
    background-image: url(//docs.learningnexus.co.uk/totara-files/common/pix/footer-new.png?20240228);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 0;
    border-top: none;
}

#page-footer .page-footer-poweredby {
    display: none;
}

/* Front page */

@media all and (max-width:1350px) {
  #region-main.col-md-6 .lnbox {
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    clear: both;
    border-radius: 0px;
    background: none;
    min-height: 50px;
    line-height: 50px;
    color: #fff;
    margin-right: 0px;
    margin-bottom: 10px;
  }

    #region-main.col-md-6 .lnbox > div {
      color: #fff;
      margin: 0px;
    }

    #region-main.col-md-6 .lnbox:hover > div {
      color: #fff;
      text-decoration: underline;
    }

  #region-main.col-md-6 .lnbox1 {
    background-color: #7FA27C;
    border-top-width: 0px;
  }

  #region-main.col-md-6 .lnbox2 {
    background-color: #7C786A;
    border-top-width: 0px;
  }

  #region-main.col-md-6 .lnbox3 {
    background-color: #EB6E44;
    border-top-width: 0px;
    float: none;
  }
}

@media all and (max-width:769px) {
  .lnbox {
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    clear: both;
    border-radius: 0px;
    background: none;
    min-height: 50px;
    line-height: 50px;
    color: #fff;
    margin-right: 0px;
    margin-bottom: 10px;
  }

    .lnbox > div {
      color: #fff;
      margin: 0px;
    }

    .lnbox:hover > div {
      color: #fff;
      text-decoration: underline;
    }

  .lnbox1 {
    background-color: #7FA27C;
    border-top-width: 0px;
  }

  .lnbox2 {
    background-color: #7C786A;
    border-top-width: 0px;
  }

  .lnbox3 {
    background-color: #EB6E44;
    border-top-width: 0px;
    float: none;
  }
}

.lnbox {
    padding-bottom: 30%;
    padding-bottom: 14.8%;
    box-shadow: none;
    background-color: transparent;
    background-size: contain;
    cursor: auto;
}

.lnbox a {
    text-align: center;
    font-size: 17px;
    line-height: 4em;
    font-weight: bold;
    clear: both;
    text-decoration: none;
    display: block;
    height: 0px;
    padding-bottom: 49.2%;
    color: transparent;
}

.lnbox1, .lnbox2, .lnbox3 {
    border-top: 0;
}

@media all and (max-width:1350px)
{
  #region-main.col-md-6 .lnbox {
    width: 100%;
    padding-bottom: 0px;
    border-top: 0;
    background: none;
  }

  #region-main.col-md-6 .lnbox a {
    color: #ffffff;
    height: auto;
    padding-bottom: 0;
  }

  #region-main.col-md-6 .lnbox1 {
    background-color: #ce2027;
  }

  #region-main.col-md-6 .lnbox2 {
    background-color: #3b64af;
  }

  #region-main.col-md-6 .lnbox3 {
    background-color: #108140;
  }
}

.lnbox {
  width: 30%;
  height: 0px;
  padding-bottom: 20%;
  float: left;
  margin-right: 5%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

  .lnbox > div {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 10%;
  }

  .lnbox:hover > div {
    color: #5784b3;
  }

.lnbox1 {
  background-image: url(https://scra.learningnexus.co.uk/pluginfile.php/2/course/section/2/box_1.svg);
}

.lnbox2 {
  background-image: url(https://scra.learningnexus.co.uk/pluginfile.php/2/course/section/2/box_2.svg);
}

.lnbox3 {
  background-image: url(https://scra.learningnexus.co.uk/pluginfile.php/2/course/section/2/box_3.svg);
  margin-right: 0px;
  float: right;
}

@media all and (max-width:1350px)
{
  #region-main.col-md-6 .lnbox {
    width: 100%;
    padding-bottom: 0px;
    border-top: 0;
    background: none;
  }

  #region-main.col-md-6 .lnbox a {
    color: #ffffff;
    height: auto;
    padding-bottom: 0;
  }

  #region-main.col-md-6 .lnbox1 {
    background-color: #ce2027;
  }

  #region-main.col-md-6 .lnbox2 {
    background-color: #3b64af;
  }

  #region-main.col-md-6 .lnbox3 {
    background-color: #108140;
  }
}

@media all and (max-width:769px)
{
  .lnbox {
    width: 100%;
    padding-bottom: 0px;
    border-top: 0;
    background: none;
    min-height: 70px;
  }

  .lnbox a {
    color: #ffffff;
    height: auto;
    padding-bottom: 0;
  }

  .lnbox1 {
    background-color: #ce2027;
  }

  .lnbox2 {
    background-color: #3b64af;
  }

  .lnbox3 {
    background-color: #108140;
  }
}
