@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap");

/*****************************************************************************/
/*****************************************************************************/
/************** start legacy app.css *****************************************/
/* -- Primary action colour -- */

a {
    color: #1d105f;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #1d105f;
    text-decoration: underline;
}

.btn {
    border-radius: 0px;
    transition: all 0.2s ease;
    box-shadow: none !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #1d105f;
    border-color: #1d105f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #1d105f !important;
    background-color: #ffffff;
    border-color: #1d105f;
}

.btn.disabled,
.btn[disabled] {
    background-color: #fff !important;
    border-color: #6e6e6e !important;
    color: #6e6e6e !important;
    opacity: 0.25 !important;
}

.btn-default {
    color: #6e6e6e;
}

.bg-primary {
    background-color: #1d105f;
    color: #ffffff;
}

.bg-primary a {
    color: #ffffff;
}

.bg-primary a:hover {
    color: #1d105f;
}

.bg-white a {
    color: #1d105f;
}

.bg-white a:hover {
    color: #1d105f;
}

.bg-dark {
    background-color: #1d105f;
}

a.bg-light:hover {
    color: #1d105f;
}

a.bg-primary:hover {
    background-color: #ffffff;
}

a.text-primary:hover {
    color: #1d105f;
}

.text-primary {
    color: #1d105f;
}

.bg-primary.dker,
.bg-primary .dker {
    background-color: #000000;
}

.bg-primary.lter,
.bg-primary .lter {
    background-color: #0089c2;
}

.stroke-primary {
    stroke: #1d105f;
}

.stroke-primary.dker,
.stroke-primary .dker {
    stroke: #000000; /* plus 20% */
}

.stroke-primary.lter,
.stroke-primary .lter {
    stroke: #0089c2;
}

.fill-primary {
    fill: #1d105f;
}

.fill-primary.dker,
.fill-primary .dker {
    fill: #000000; /* plus 20% */
}

.fill-primary.lter,
.fill-primary .lter {
    fill: #0089c2;
}

.rounded {
    border-radius: 500px;
}

/* -- Header bar colour -- */

.navbar > .nav > li:hover a,
.navbar > .nav > li:focus a,
.navbar > .nav > li.active a {
    color: #636363;
    text-decoration: underline;
}

.navbar .nav li a {
    color: #636363;
}

.navbar .nav li a:hover,
.navbar .nav li a:focus {
    background-color: transparent;
    color: #636363;
    text-decoration: underline;
}

.navbar .nav .open a {
    background-color: transparent;
    color: #636363;
}

.navbar .nav .dropdown-menu > li > a {
    white-space: pre-wrap !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    text-decoration: none !important;
}

.dropdown-toggle:hover > .hidden-sm,
.dropdown-toggle:focus > .hidden-sm {
    text-decoration: underline !important;
}

/* -- Dropdown menu link colour -- */

.dropdown-menu > li > a {
    color: #636363 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #636363 !important;
    background-color: transparent !important;
}

/* -- Dashboard -- */

.banner .row {
    max-width: 1170px !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.banner .row-top {
    top: 8%;
    transform: translateY(-40%);
    -ms-transform: translateY(-40%); /*IE*/
    -moz-transform: translateY(-40%); /*Firefox*/
    -webkit-transform: translateY(-40%); /*Chrome, Safari, Opera*/
}

.banner .row-bottom {
    bottom: -40%;
}

.banner .row-bottom h1 {
    position: absolute;
    bottom: 0px;
}

.banner .ng-scope {
    background-size: cover;
}

.banner .container-fluid {
}

.banner .row .col-xs-push-1 {
    margin: 15px !important;
    padding: 5px 15px !important;
    max-width: 800px;
}

.carousel-indicators {
    bottom: 4px;
}

.dashpan .h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

.in-progress-title-1::after {
    content: "\a";
    white-space: pre;
}

@media (max-width: 1199px) {
    .banner .row {
        max-width: 980px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1077px) {
    .banner .row .col-xs-push-1 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
}

@media (max-width: 991px) {
    .in-progress-title-1::after {
        content: " ";
        white-space: pre;
    }
}

@media (max-width: 512px) {
    .banner .text-white {
        font-size: 28px !important;
    }
}
/**************** end legacy app.css *****************************************/
/*****************************************************************************/
/*****************************************************************************/

html {
    background-color: #fff;
}

body {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 150px !important;
    color: #000000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
section h2 a {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #1d105f;
}

/* Header */

.navbar-brand {
    padding-left: 0;
    margin-top: 7px;
}

.navbar-brand img {
    max-height: 51.79px;
    height: 51.79px;
    margin: 0px 13px;
}

.navbar-collapse .navbar-right {
    display: block;
}

.navbar-nav {
    display: none;
}

.navbar .nav > li > a,
.navbar-nav > li > a.ng-binding,
.navbar-right > li > a.ng-scope,
.navbar-right > li > a.ng-binding,
.navbar-right > li > a.dropdown-toggle {
    padding: 24px 11px !important;
}

.navbar support-link > a > span > div {
    padding: 0px !important;
}

.navbar {
    min-height: 68px;
}

.navbar .badge {
    background-color: #d92a59;
}

.navbar-toggle {
    color: #ffffff !important;
}

.navbar-nav .dropdown-menu {
    width: 216px;
}

/* Signin etc. */

.signin-panel form .text-white,
.forgot-panel form .text-white,
.signup-panel form .text-white,
.recover-panel form .text-white,
.thanks-panel form .text-white,
.scope-panel form .text-white {
    color: #000;
}

.app-public-access-signin,
.app-public-access-forgot .app-public-access-signup,
.app-public-access-recover,
.app-public-access-thanks,
.app-public-access-scope {
    background-image: url(/content/assets/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.app-public-access-signin .b-a,
.app-public-access-forgot .b-a,
.app-public-access-signup .b-a,
.app-public-access-recover .b-a,
.app-public-access-thanks .b-a,
.app-public-access-scope .b-a {
    border: 0px none transparent !important;
}

.app-public-access-signin body,
.app-public-access-forgot body,
.app-public-access-signup body,
.app-public-access-recover body,
.app-public-access-thanks body,
.app-public-access-scope body {
    margin-bottom: 0px !important;
}

.app-public-access-signin .signin-panel,
.app-public-access-forgot .forgot-panel,
.app-public-access-signup .signup-panel,
.app-public-access-recover .recover-panel,
.app-public-access-thanks .thanks-panel,
.app-public-access-scope .scope-panel {
    background-color: #ffffff;
    display: table; /*required to avoid display bug in Chrome*/
    padding: 10px 30px 0px 30px;
    margin-top: 0px;
}

.app-public-access-signin #app,
.app-public-access-forgot #app,
.app-public-access-signup #app,
.app-public-access-recover #app,
.app-public-access-thanks #app,
.app-public-access-scope #app {
    padding-bottom: 50px;
    position: relative;
    top: 50px;
}

.app-public-access-signin .signin-panel a,
.app-public-access-forgot .forgot-panel a,
.app-public-access-signup .signup-panel a,
.app-public-access-recover .recover-panel a,
.app-public-access-thanks .thanks-panel a,
.app-public-access-scope .scope-panel a {
    color: #4f2d7f;
}

.app-public-access-signin .signin-panel a:hover,
.app-public-access-forgot .forgot-panel a:hover,
.app-public-access-signup .signup-panel a:hover,
.app-public-access-recover .recover-panel a:hover,
.app-public-access-thanks .thanks-panel a:hover,
.app-public-access-scope .scope-panel a:hover {
    color: #de002e;
}

.app-public-access-signin .signin-panel .ng-scope,
.app-public-access-forgot .forgot-panel .ng-scope,
.app-public-access-signup .signup-panel .ng-scope,
.app-public-access-recover .recover-panel .ng-scope,
.app-public-access-thanks .thanks-panel .ng-scope,
.app-public-access-scope .scope-panel .ng-scope {
    text-align: center;
}

.app-public-access-signin .signin-panel .text-right,
.app-public-access-forgot .forgot-panel .text-right,
.app-public-access-signup .signup-panel .text-right,
.app-public-access-recover .recover-panel .text-right,
.app-public-access-thanks .thanks-panel .text-right,
.app-public-access-scope .scope-panel .text-right {
    text-align: right !important;
}

.app-public-access-signin .signin-panel .brand img,
.app-public-access-forgot .forgot-panel .brand img,
.app-public-access-signup .signup-panel .brand img,
.app-public-access-recover .recover-panel .brand img,
.app-public-access-thanks .thanks-panel .brand img,
.app-public-access-scope .scope-panel .brand img {
    width: 100%;
    height: auto !important;
    padding: 20px 0px;
}

.app-public-access-signin .signin-panel .m-b-lg,
.app-public-access-forgot .forgot-panel .m-b-lg,
.app-public-access-signup .signup-panel .m-b-lg,
.app-public-access-recover .recover-panel .m-b-lg,
.app-public-access-thanks .thanks-panel .m-b-lg,
.app-public-access-scope .scope-panel .m-b-lg {
    margin-bottom: 20px !important;
}

.app-public-access-signin .container.m-t-sm,
.app-public-access-forgot .container.m-t-sm,
.app-public-access-signup .container.m-t-sm,
.app-public-access-recover .container.m-t-sm,
.app-public-access-thanks .container.m-t-sm,
.app-public-access-scope .container.m-t-sm {
    background-color: #ffffff;
    margin-top: -1px;
    padding: 0px 20px 20px 20px !important;
    margin-bottom: 0px;
}

.app-private-dashboard section h2 a:hover,
.app-private-dashboard section h2 a:focus,
.tile-link {
    text-decoration: none !important;
}

/* Dashboard */

.banner .container-fluid {
    height: 300px;
}

/* Footer */

#site-footer {
    background-color: #1d105f !important;
    color: #ffffff;
}

#site-footer .container {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100% !important;
    max-width: 900px;
}

#site-footer a {
    color: #ffffff;
    text-decoration: none;
}

#site-footer a:hover,
#site-footer a:focus {
    text-decoration: underline;
}

#site-footer .footer-links,
#site-footer .footer-copyright {
    text-align: center;
    padding: 15px 0px 15px 0px;
}

.text-xs {
    font-size: 11px;
}

#landing-page #title,
#landing-page #desc {
    color: #ffffff !important;
}

.navbar-toggle {
    background-color: #7ac143;
    border-radius: 100px;
    margin-top: 12px;
}

.staticbanner {
    width: 100%;
    min-width: 900px;
    height: 300px;
    background-color: #ffffff;
    margin: 0px 0 0 0;
    position: relative;
    z-index: -1;
    background-image: url(/content/assets/banner_1.jpg);
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

section.completed-content.ng-scope {
    background-color: #f3f4f6;
    padding: 20px 0 30px 0;
}

#nodivider hr.hr-gradient {
    height: 0;
}

.tile-body {
    font-size: 12px;
}

.app-private-cpd-list .modal-dialog {
    width: 630px;
}

/* Media Queries */

@media (max-width: 1199px) {
    #site-footer .footer-accessibility,
    #site-footer .footer-cookies {
        text-align: left !important;
    }

    #site-footer .footer-disclaimer,
    #site-footer .footer-contact {
        text-align: right !important;
    }

    #site-footer .footer-links {
        max-width: 580px !important;
        margin: auto;
    }

    body {
        margin-bottom: 170px !important;
    }
}

@media (max-width: 767px) {
    .app-private-cpd-list .modal-dialog {
        width: auto;
    }

    .navbar .nav > li > a,
    .navbar-nav > li > a.ng-binding,
    .navbar-right > li > a.ng-scope,
    .navbar-right > li > a.ng-binding,
    .navbar-right > li > a.dropdown-toggle {
        padding: 11px 11px !important;
    }

    .app-public-access-signin #app,
    .app-public-access-forgot #app,
    .app-public-access-signup #app,
    .app-public-access-recover #app,
    .app-public-access-thanks #app,
    .app-public-access-scope #app {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .app-public-access-signin .signin-panel,
    .app-public-access-forgot .forgot-panel,
    .app-public-access-signup .signup-panel,
    .app-public-access-recover .recover-panel,
    .app-public-access-thanks .thanks-panel,
    .app-public-access-scope .scope-panel {
        width: 100% !important;
    }

    .app-public-access-signin .signin-panel .brand img,
    .app-public-access-forgot .forgot-panel .brand img,
    .app-public-access-signup .signup-panel .brand img,
    .app-public-access-recover .recover-panel .brand img,
    .app-public-access-thanks .thanks-panel .brand img,
    .app-public-access-scope .scope-panel .brand img {
        max-width: 298px !important;
    }

    #site-footer .footer-accessibility,
    #site-footer .footer-terms,
    #site-footer .footer-disclaimer,
    #site-footer .footer-cookies,
    #site-footer .footer-privacy,
    #site-footer .footer-contact {
        margin: 5px auto;
        text-align: center !important;
    }

    body {
        margin-bottom: 285px !important;
    }
}

@media (max-width: 340px) {
    .navbar-brand img {
        max-height: 38px;
        margin-top: 14px !important;
        margin: 11px 0px 11px 20px;
    }
}

@media (max-width: 320px) {
    .app-private-cpd-list .modal-dialog .col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* dashboard migration styles */
.app-private-dashboard {
    background-color: #f0f3f4;
}

.app-private-dashboard .banner-container {
    margin-bottom: 15px;
}

.app-private-dashboard .carousel-inner .banner-item-wrapper:first-child {
    background-position: 50% 40%;
}

.app-private-dashboard .carousel-inner .banner-item-wrapper:nth-child(5) {
    background-position: 50% 25%;
}

.app-private-dashboard .carousel-inner .banner-item-wrapper:nth-child(6) {
    background-position: 50% 70%;
}

.app-private-dashboard .carousel-inner .banner-text h2,
.app-private-dashboard .carousel-inner .banner-text p {
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.app-private-dashboard .dash-padder {
    padding: 15px 0px 15px 0px;
}

.app-private-dashboard section a:hover {
    text-decoration: none;
}

.app-private-dashboard .default-tile {
    border-radius: 16px;
    -moz-box-shadow: 0px 0px 10px 5px darkgrey;
    -webkit-box-shadow: 0px 0px 10px 5px darkgrey;
    box-shadow: 0px 0px 10px 5px darkgrey;
    border: none;
}

.app-private-dashboard .tile-text,
.app-private-dashboard .tile-text h2,
.app-private-dashboard .tile-text p {
    color: #ffffff !important;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.app-private-dashboard .default-tile.panel {
    flex-direction: column-reverse;
    margin-left: 15px;
    margin-right: 15px;
}

.app-private-dashboard section .tile-text {
    position: absolute;
    top: 0;
    width: 100%;
}

.app-private-dashboard section > div:nth-child(2) .tile-text {
    background-color: rgba(239, 138, 30, 0.5);
}

.app-private-dashboard section > div:nth-child(1) .tile-text {
    background-color: rgba(175, 189, 32, 0.5);
}

.app-private-dashboard section > div:nth-child(3) .tile-text {
    background-color: rgba(255, 210, 5, 0.5);
}

.app-private-dashboard section > div:nth-child(4) .tile-text,
.app-private-dashboard section > div:nth-child(5) .tile-text,
.app-private-dashboard section > div:nth-child(6) .tile-text,
.app-private-dashboard section > div:nth-child(7) .tile-text {
    background-color: rgba(101, 5, 95, 0.5);
}